diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-01 01:13:24 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-03-01 01:13:24 +0100 |
commit | 2068a8e1bbca09730a0b69ee08b18f76b1adb3ff (patch) | |
tree | b13e8e4f0a1cc6236d6368297c0e258c79f8969e /docs | |
parent | 235b8cb38214fe1ec919fce8701737d7b944c6de (diff) | |
download | kube-2068a8e1bbca09730a0b69ee08b18f76b1adb3ff.tar.gz kube-2068a8e1bbca09730a0b69ee08b18f76b1adb3ff.zip |
There's no reason to shout.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/design.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design.md b/docs/design.md index 03c37899..210cbba8 100644 --- a/docs/design.md +++ b/docs/design.md | |||
@@ -266,7 +266,7 @@ KubeComponents.MailView { | |||
266 | ## Configuration and Accounts | 266 | ## Configuration and Accounts |
267 | Kube is a groupware application, so one of its most important features is being able to work with various remote backends. We live in a world of multiple devies and applications, so it is interesting to share as much state and configuration accross all different devices and applications, which is why we try to store as much of that in the backend. | 267 | Kube is a groupware application, so one of its most important features is being able to work with various remote backends. We live in a world of multiple devies and applications, so it is interesting to share as much state and configuration accross all different devices and applications, which is why we try to store as much of that in the backend. |
268 | 268 | ||
269 | From the perspective of Kube we are working with different "Accounts". Each account represents a different backend, such as your personal IMAP or Kolab server, or a hosted offering such as GMail or KOLAB NOW. Each of those accounts may interact with various protocols such as imap, smtp, ldap, caldav etc. | 269 | From the perspective of Kube we are working with different "Accounts". Each account represents a different backend, such as your personal IMAP or Kolab server, or a hosted offering such as GMail or Kolab Now. Each of those accounts may interact with various protocols such as imap, smtp, ldap, caldav etc. |
270 | 270 | ||
271 | To add support for a new backend thus means that a new account type has to be added to Kube. | 271 | To add support for a new backend thus means that a new account type has to be added to Kube. |
272 | 272 | ||