summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-07-10 17:09:46 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-07-10 17:09:46 -0300
commit3e4c030dbcd261028810fec223127d364c1491b3 (patch)
treeb05fde0eff1b67a51c5d6ad5f7d8d783cc409fa0 /CHANGELOG
parent853f4de55705ecba39c552e851057c2b0c66e810 (diff)
[pkg] fold in changes
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG18
1 files changed, 18 insertions, 0 deletions
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.