From 37044249fe7d072672ec38c8bf34a6d98420b5f1 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 18 Apr 2016 11:51:46 -0400 Subject: [pkg] Update changelog --- mail/CHANGELOG.rst | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mail/CHANGELOG.rst (limited to 'mail/CHANGELOG.rst') diff --git a/mail/CHANGELOG.rst b/mail/CHANGELOG.rst new file mode 100644 index 0000000..af315ed --- /dev/null +++ b/mail/CHANGELOG.rst @@ -0,0 +1,28 @@ +0.4.1 - 18 Apr, 2016 ++++++++++++++++++++++ + +Features +~~~~~~~~ +- `#7656 `_: Emit multi-user aware events. +- `#4008 `_: Add token-based authentication to local IMAP/SMTP services. +- `#7889 `_: Use cryptography instead of pycryptopp to reduce dependencies. +- `#7263 `_: Implement local bounces to notify user of SMTP delivery errors. +- Use twisted.cred to authenticate IMAP/SMTP users. +- Verify plain text signed email. +- Validate signature with attachments. +- Use fingerprint instead of key_id to address keys. + + +Bugfixes +~~~~~~~~ +- `#7861 `_: Use the right succeed function for passthrough encrypted email. +- `#7898 `_: Fix IMAP fetch headers +- `#7977 `_: Decode attached keys so they are recognized by keymanager. +- `#7952 `_: Specify openssl backend explicitely. +- Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly). +- Let the inbox used in IncomingMail notify any subscribed Mailbox. +- Adds user_id to Account (fixes Pixelated mail leakage). + +Misc +~~~~ +- Change IMAPAccount signature, for consistency with a previous Account change. -- cgit v1.2.3 From e9edb2fd340673b608c3359fff4f9d55d41e2db8 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 13 May 2016 11:47:34 -0400 Subject: [pkg] bump changelog to 0.4.2 --- mail/CHANGELOG.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mail/CHANGELOG.rst') diff --git a/mail/CHANGELOG.rst b/mail/CHANGELOG.rst index af315ed..22abf22 100644 --- a/mail/CHANGELOG.rst +++ b/mail/CHANGELOG.rst @@ -1,3 +1,12 @@ +0.4.2 - 13 May, 2016 ++++++++++++++++++++++ + +Bugfixes +~~~~~~~~ +- `#8083 `_: Allow pixelated UA not interfere with Thunderbird operation. +- Cast local identity (version string) to bytes, avoid TLS transport raising exception. + + 0.4.1 - 18 Apr, 2016 +++++++++++++++++++++ -- cgit v1.2.3