From 3e4c030dbcd261028810fec223127d364c1491b3 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 10 Jul 2015 17:09:46 -0300 Subject: [pkg] fold in changes --- CHANGELOG | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 4c3da7b..885871f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,21 @@ +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 + 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 + class. Closes: #6361. + o Port `enum` to `enum34`. Closes #6601. + o Add public key as attachment. Closes: #6617. + 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 Send a BYE command to all open connections, so that the MUA is notified + when the server is shutted down. + 0.3.10 Sept 26, 2014: o MessageCollection iterator now creates the LeapMessage with the collection reference, so setFlags will work properly. -- cgit v1.2.3