diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-27 17:24:26 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-28 10:20:47 -0300 |
commit | 9240ee1866a91debb4b6d0675a6c56b5e3cabfc7 (patch) | |
tree | a8f452dbbb0889d193a8d9279423932f03e5064b /mail/CHANGELOG | |
parent | 8d90a299b62d13f8f4c3e9529bfbd74fc2f3c251 (diff) |
[pkg] fold in changes
Diffstat (limited to 'mail/CHANGELOG')
-rw-r--r-- | mail/CHANGELOG | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/CHANGELOG b/mail/CHANGELOG index 8203484..6ca54e7 100644 --- a/mail/CHANGELOG +++ b/mail/CHANGELOG @@ -1,4 +1,4 @@ -0.4.0 Oct xx, 2015: +0.4.0 Oct 28, 2015: o Expose generic and protocol-agnostic public mail API. o Make use of the twisted-based, async soledad API. o Create a OutgoingMail class that has the logic for encrypting, signing and @@ -21,6 +21,11 @@ o Bugfix: fix keyerror when inserting msg on pending_inserts dict. o Bugfix: Return the first cdoc if no body found o Lots of style fixes and tests updates. + o If the auth token has expired signal the GUI to request her to log in again + (Closes: #7430) + o don't extract openpgp header if valid attached key (Closes: #7480) + o disable local only tcp bind on docker containers to allow access to IMAP + and SMTP. Related to #7471. 0.3.10 Sept 26, 2014: o MessageCollection iterator now creates the LeapMessage with the |