diff options
-rw-r--r-- | mail/CHANGELOG | 7 | ||||
-rw-r--r-- | mail/changes/bug-7430_signal_InvalidAuthTokenError | 1 | ||||
-rw-r--r-- | mail/changes/bug-7480_extract_attach_and_openpgp | 1 | ||||
-rw-r--r-- | mail/changes/feature-7471_disable-local-bind-for-docker | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/mail/CHANGELOG b/mail/CHANGELOG index 8203484d..6ca54e7f 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 diff --git a/mail/changes/bug-7430_signal_InvalidAuthTokenError b/mail/changes/bug-7430_signal_InvalidAuthTokenError deleted file mode 100644 index cf805ba6..00000000 --- a/mail/changes/bug-7430_signal_InvalidAuthTokenError +++ /dev/null @@ -1 +0,0 @@ -- If the auth token has expired signal the GUI to request her to log in again (Closes: #7430) diff --git a/mail/changes/bug-7480_extract_attach_and_openpgp b/mail/changes/bug-7480_extract_attach_and_openpgp deleted file mode 100644 index 27f668ac..00000000 --- a/mail/changes/bug-7480_extract_attach_and_openpgp +++ /dev/null @@ -1 +0,0 @@ -- don't extract openpgp header if valid attached key (Closes: #7480) diff --git a/mail/changes/feature-7471_disable-local-bind-for-docker b/mail/changes/feature-7471_disable-local-bind-for-docker deleted file mode 100644 index a1ccb673..00000000 --- a/mail/changes/feature-7471_disable-local-bind-for-docker +++ /dev/null @@ -1 +0,0 @@ -- disable local only tcp bind on docker containers to allow access to IMAP and SMTP. Related to #7471. |