summaryrefslogtreecommitdiff
path: root/docs/mail
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-03-03 03:10:15 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2017-03-05 00:12:14 +0100
commit80f154e9f8f6a786170fe39f521a6d620a0d760b (patch)
tree62c31794652b007f76b935750889656baedf4499 /docs/mail
parentc6d8d1d96331de14f62178d6948a66ad9a3ac4b1 (diff)
[docs] add note about pixelated packaging
Diffstat (limited to 'docs/mail')
-rw-r--r--docs/mail/index.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/mail/index.rst b/docs/mail/index.rst
index 22bdcf4d..0345830f 100644
--- a/docs/mail/index.rst
+++ b/docs/mail/index.rst
@@ -74,6 +74,14 @@ Authentication
Currently, IMAP and SMTP are twisted services that are binded to ``localhost``. These services be initialized by the bitmask.core daemon, but they are not tied to any user session. When an use attempts to log in to those services, a ``twisted.cred`` pluggable authentication plugin will try to lookup a ``mail token`` that is stored inside the soledad encrypted storage.
+Pixelated user agent
+----------------------
+From the 0.9.5 release, bundles are shipping the Pixelated User Agent. Until
+some merge requests (dealing with packaging of the js resources) are merged
+upstream, you will need to install pixelated user agent from kali's repo::
+
+ pip install pixelated_www pixelated_user_agent --find-links https://devpi.net/kali/dev
+
Mail development resources