summaryrefslogtreecommitdiff
path: root/mail/CHANGELOG.rst
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-08-29 23:10:17 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-08-29 23:11:41 -0400
commit5a3a2012bb8982ad0884ed659e61e969345e6fde (patch)
treefc2310d8d3244987bf5a1d2632cab99a60ba93f1 /mail/CHANGELOG.rst
parent43df4205af42fce5d097f70bb0345b69e9d16f1c (diff)
[pkg] move mail source to leap.bitmask.mail
Diffstat (limited to 'mail/CHANGELOG.rst')
-rw-r--r--mail/CHANGELOG.rst37
1 files changed, 0 insertions, 37 deletions
diff --git a/mail/CHANGELOG.rst b/mail/CHANGELOG.rst
deleted file mode 100644
index 22abf225..00000000
--- a/mail/CHANGELOG.rst
+++ /dev/null
@@ -1,37 +0,0 @@
-0.4.2 - 13 May, 2016
-+++++++++++++++++++++
-
-Bugfixes
-~~~~~~~~
-- `#8083 <https://leap.se/code/issues/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
-+++++++++++++++++++++
-
-Features
-~~~~~~~~
-- `#7656 <https://leap.se/code/issues/7656>`_: Emit multi-user aware events.
-- `#4008 <https://leap.se/code/issues/4008>`_: Add token-based authentication to local IMAP/SMTP services.
-- `#7889 <https://leap.se/code/issues/7889>`_: Use cryptography instead of pycryptopp to reduce dependencies.
-- `#7263 <https://leap.se/code/issues/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 <https://leap.se/code/issues/7861>`_: Use the right succeed function for passthrough encrypted email.
-- `#7898 <https://leap.se/code/issues/7898>`_: Fix IMAP fetch headers
-- `#7977 <https://leap.se/code/issues/7977>`_: Decode attached keys so they are recognized by keymanager.
-- `#7952 <https://leap.se/code/issues/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.