From 9240ee1866a91debb4b6d0675a6c56b5e3cabfc7 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 27 Oct 2015 17:24:26 -0300 Subject: [pkg] fold in changes --- mail/CHANGELOG | 7 ++++++- mail/changes/bug-7430_signal_InvalidAuthTokenError | 1 - mail/changes/bug-7480_extract_attach_and_openpgp | 1 - mail/changes/feature-7471_disable-local-bind-for-docker | 1 - 4 files changed, 6 insertions(+), 4 deletions(-) delete mode 100644 mail/changes/bug-7430_signal_InvalidAuthTokenError delete mode 100644 mail/changes/bug-7480_extract_attach_and_openpgp delete mode 100644 mail/changes/feature-7471_disable-local-bind-for-docker (limited to 'mail') 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. -- cgit v1.2.3