From 80f154e9f8f6a786170fe39f521a6d620a0d760b Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 3 Mar 2017 03:10:15 +0100 Subject: [docs] add note about pixelated packaging --- docs/conf.py | 2 +- docs/mail/index.rst | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 04651b00..f9e32a1c 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 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 -- cgit v1.2.3