diff options
author | Kali Kaneko <kali@leap.se> | 2015-10-27 14:13:27 -0400 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2015-10-27 17:17:08 -0300 |
commit | 8d90a299b62d13f8f4c3e9529bfbd74fc2f3c251 (patch) | |
tree | a0bb3c9f9c514e01140ab2d351b83df3eb00f3c2 /mail | |
parent | 377f21ea12fe579b1b2d4beb1526dabeb15c8b2f (diff) |
[pkg] Add some entries to the CHANGELOG for 0.4.0 release
Releases: 0.4.0
Diffstat (limited to 'mail')
-rw-r--r-- | mail/CHANGELOG | 32 |
1 files changed, 15 insertions, 17 deletions
diff --git a/mail/CHANGELOG b/mail/CHANGELOG index c114f09..8203484 100644 --- a/mail/CHANGELOG +++ b/mail/CHANGELOG @@ -1,28 +1,26 @@ -0.4.0rc2 Aug 26, 2015: - o Fix nested multipart rendering. Closes: #7244 - o Bugfix: fix keyerror when inserting msg on pending_inserts dict. - o Bugfix: Return the first cdoc if no body found - o Feature: add very basic support for message sequence numbers. - o Lots of style fixes and tests updates. - o Bugfix: fixed syntax error in models.py. - -0.4.0rc1 Jul 10, 2015: - o Parse OpenPGP header and import keys from it. Closes: #3879. - o Don't add any footer to the emails. Closes: #4692. - o Adapt to new events api on leap.common. Related to #5359. - o Discover public keys via attachment. Closes: #5937. - o Creates a OutgoingMail class that has the logic for encrypting, signing and +0.4.0 Oct xx, 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 sending messages. Factors that logic out of EncryptedMessage so it can be used by other clients. Closes: #6357. - o Refactor email fetching outside IMAP to it's own independient IncomingMail + o Refactor email fetching outside IMAP to its own independient IncomingMail class. Closes: #6361. - o Port `enum` to `enum34`. Closes #6601. + o Adapt to new events api on leap.common. Related to #5359. + o Discover public keys via attachment. Closes: #5937. o Add public key as attachment. Closes: #6617. + o Parse OpenPGP header and import keys from it. Closes: #3879. + o Don't add any footer to the emails. Closes: #4692. o Add listener for each email added to inbox in IncomingMail. Closes: #6742. o Ability to reindex local UIDs after a soledad sync. Closes: #6996. - o Update SMTP gateway docs. Closes #7169. + o Feature: add very basic support for message sequence numbers. o Send a BYE command to all open connections, so that the MUA is notified when the server is shutted down. + o Fix nested multipart rendering. Closes: #7244 + o Update SMTP gateway docs. Closes #7169. + 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. 0.3.10 Sept 26, 2014: o MessageCollection iterator now creates the LeapMessage with the |