diff options
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/mail/index.rst | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 04651b0..f9e32a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ author = u'LEAP Encryption Access Project' # built documents. # # The short X.Y version. -version = u'0.9.4' +version = u'0.9.5' # The full version, including alpha/beta/rc tags. release = u'0.9.4' diff --git a/docs/mail/index.rst b/docs/mail/index.rst index 22bdcf4..0345830 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 |