summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-10-29 12:13:53 -0400
committerKali Kaneko <kali@leap.se>2015-10-29 12:13:53 -0400
commitfb33a21c23078ddc9cd4d71a7778126479fcaafd (patch)
treeef0129c20ee5f8df79e00efa787ed28921f901d6 /CHANGELOG
parente714515718cc36fa1e31f9cf90a9a9728d4a4fbd (diff)
parent9ba85bcc7724f1d9abc3ae200326e5f0a8597374 (diff)
Merge tag '0.4.0' into debian/experimental
Tag leap.mail version 0.4.0
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG37
1 files changed, 20 insertions, 17 deletions
diff --git a/CHANGELOG b/CHANGELOG
index dc678e6..50aab8e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,28 +1,31 @@
-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 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
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.
+ 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.11 Jan 05, 2015:
o Port `enum` to `enum34` (Closes #6601)