From d012f00e44427bc9f60b84e60a1a80457e84ec8b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 30 Nov 2015 15:37:41 -0400 Subject: [feat] make events multi-user aware - Resolves: #7656 - Releases: 0.4.1 --- mail/changes/next-changelog.rst | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 mail/changes/next-changelog.rst (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst new file mode 100644 index 00000000..e218bb98 --- /dev/null +++ b/mail/changes/next-changelog.rst @@ -0,0 +1,29 @@ +0.4.1 - xxx ++++++++++++++++++++++++++++++++ + +Please add lines to this file, they will be moved to the CHANGELOG.rst during +the next release. + +There are two template lines for each category, use them as reference. + +I've added a new category `Misc` so we can track doc/style/packaging stuff. + +Features +~~~~~~~~ +- `#7656 `_: Emit multi-user aware events. +- `#1234 `_: Description of the new feature corresponding with issue #1234. +- New feature without related issue number. + +Bugfixes +~~~~~~~~ +- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- Bugfix without related issue number. + +Misc +~~~~ +- `#1236 `_: Description of the new feature corresponding with issue #1236. +- Some change without issue number. + +Known Issues +~~~~~~~~~~~~ +- `#1236 `_: Description of the known issue corresponding with issue #1236. -- cgit v1.2.3 From 195f92a62cb95c0681269868d9a831b2cff523e2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 14 Dec 2015 18:40:31 -0400 Subject: [docs] document bugfix on pr 215 by bwagner --- mail/changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index e218bb98..7de9d986 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -17,6 +17,7 @@ Features Bugfixes ~~~~~~~~ - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly). - Bugfix without related issue number. Misc -- cgit v1.2.3 From ae0ce0a07de82a38dda8259e2256b0cbcda9103e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 15 Dec 2015 02:42:14 -0400 Subject: [docs] add entry about cred-based token authentication to next-changelog --- mail/changes/next-changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 7de9d986..625dcacb 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -11,6 +11,9 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ - `#7656 `_: Emit multi-user aware events. +- `#4008 `_: Add token-based authentication to local IMAP/SMTP services. +- Use twisted.cred to authenticate IMAP users. + - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. @@ -18,6 +21,7 @@ Bugfixes ~~~~~~~~ - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly). + - Bugfix without related issue number. Misc -- cgit v1.2.3 From 9e15deaee705fcc5f01f10c63c695595e937d3b1 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 11 Feb 2016 01:20:33 +0100 Subject: [feat] Use cryptography instead of pycryptopp to reduce dependencies. * Resolves: #7889 --- mail/changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 625dcacb..79792460 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -12,6 +12,7 @@ Features ~~~~~~~~ - `#7656 `_: Emit multi-user aware events. - `#4008 `_: Add token-based authentication to local IMAP/SMTP services. +- `#7889 `_: Use cryptography instead of pycryptopp to reduce dependencies. - Use twisted.cred to authenticate IMAP users. - `#1234 `_: Description of the new feature corresponding with issue #1234. -- cgit v1.2.3 From 5b1bea0c8813206a7f17119c1c82eafc8e727bbb Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 2 Feb 2016 18:10:26 +0100 Subject: [bug] Use the right succeed function for passthrough encrypted email - Resolves #7861 --- mail/changes/next-changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 79792460..67bf9402 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -20,9 +20,10 @@ Features Bugfixes ~~~~~~~~ -- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. +- `#7861 `_: Use the right succeed function for passthrough encrypted email. - Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly). +- `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. Misc -- cgit v1.2.3 From 527179a6d6a5dd1672dbf5513deffd99d15c9c91 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 16 Mar 2016 18:02:04 +0100 Subject: [bug] Fix IMAP fetch headers - Resolves: #7898 --- mail/changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 67bf9402..40efb190 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -21,6 +21,7 @@ Features Bugfixes ~~~~~~~~ - `#7861 `_: Use the right succeed function for passthrough encrypted email. +- `#7898 `_: Fix IMAP fetch headers - Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly). - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. -- cgit v1.2.3 From c1aab81de2dcc69e3dd39f9f11501d1236a4a9db Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Sun, 20 Mar 2016 19:52:46 +0100 Subject: [bug] Decode attached keys so they are recognized by keymanager - Resolves: #7977 --- mail/changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 40efb190..f89af891 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -22,6 +22,7 @@ Bugfixes ~~~~~~~~ - `#7861 `_: Use the right succeed function for passthrough encrypted email. - `#7898 `_: Fix IMAP fetch headers +- `#7977 `_: Decode attached keys so they are recognized by keymanager. - Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly). - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. -- cgit v1.2.3 From 7e7220cb38973f31fcb19764c13ccaf53ac5447f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 29 Mar 2016 17:21:43 -0400 Subject: [feature] SMTP delivery bounces We catch any error on SMTP delivery and format it as a bounce message delivered to the user Inbox. this doesn't comply with the bounce format, but it's a nice first start. leaving proper structuring of the delivery failure report for future iterations. - Resolves: #7263 --- mail/changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index f89af891..9b2a9d6f 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -13,6 +13,7 @@ Features - `#7656 `_: Emit multi-user aware events. - `#4008 `_: Add token-based authentication to local IMAP/SMTP services. - `#7889 `_: Use cryptography instead of pycryptopp to reduce dependencies. +- `#7263 `_: Implement local bounces to notify user of SMTP delivery errors. - Use twisted.cred to authenticate IMAP users. - `#1234 `_: Description of the new feature corresponding with issue #1234. -- cgit v1.2.3 From 983d18e6a94e60c0f641ac332038b875ea685433 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 26 Apr 2016 22:55:40 -0400 Subject: [bug] cast the identity to bytes This fixes a bug in which the tls transport complains about receiving unicode. It was only made evident by running against twisted 16. --- mail/changes/next-changelog.rst | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 9b2a9d6f..11389fe3 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -1,4 +1,4 @@ -0.4.1 - xxx +0.4.2 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -10,21 +10,12 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ -- `#7656 `_: Emit multi-user aware events. -- `#4008 `_: Add token-based authentication to local IMAP/SMTP services. -- `#7889 `_: Use cryptography instead of pycryptopp to reduce dependencies. -- `#7263 `_: Implement local bounces to notify user of SMTP delivery errors. -- Use twisted.cred to authenticate IMAP users. - - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. Bugfixes ~~~~~~~~ -- `#7861 `_: Use the right succeed function for passthrough encrypted email. -- `#7898 `_: Fix IMAP fetch headers -- `#7977 `_: Decode attached keys so they are recognized by keymanager. -- Fix the get_body logic for corner-cases in which body is None (yet-to-be synced docs, mainly). +- Cast local identity (version string) to bytes, avoid TLS transport raising exception. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From 93d4a3bdcb5756db4df70b477958abc7db5a054e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 11 May 2016 13:50:25 -0400 Subject: [bug] Allow pixelated integration not to interfere with thunderbird One of the pixelated adaptors was trying to access a non-existing attribute in HashableMailbox, which for some reason was blocking the operation of the imap server (uncatched exception in listeners call maybe). adding an attribute skips this error and therefore allows seamless use of both pixelated and thunderbird user agents at the same time. Resolves: #8083 --- mail/changes/next-changelog.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 11389fe3..985e92af 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -15,6 +15,7 @@ Features Bugfixes ~~~~~~~~ +- `#8083 `_: Allow pixelated UA not interfere with Thunderbird operation. - Cast local identity (version string) to bytes, avoid TLS transport raising exception. - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. -- cgit v1.2.3 From e9edb2fd340673b608c3359fff4f9d55d41e2db8 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 13 May 2016 11:47:34 -0400 Subject: [pkg] bump changelog to 0.4.2 --- mail/changes/next-changelog.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index 985e92af..e04e4238 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -1,4 +1,4 @@ -0.4.2 - xxx +0.4.3 - xxx +++++++++++++++++++++++++++++++ Please add lines to this file, they will be moved to the CHANGELOG.rst during @@ -15,9 +15,6 @@ Features Bugfixes ~~~~~~~~ -- `#8083 `_: Allow pixelated UA not interfere with Thunderbird operation. -- Cast local identity (version string) to bytes, avoid TLS transport raising exception. - - `#1235 `_: Description for the fixed stuff corresponding with issue #1235. - Bugfix without related issue number. -- cgit v1.2.3 From 66ae1e6091890528cb3499840bdd935b1e39956e Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 3 May 2016 11:49:38 -0300 Subject: [feat] Adapt to the new KeyManager API without key types. - Related: #8031 --- mail/changes/next-changelog.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/changes/next-changelog.rst') diff --git a/mail/changes/next-changelog.rst b/mail/changes/next-changelog.rst index e04e4238..21b10103 100644 --- a/mail/changes/next-changelog.rst +++ b/mail/changes/next-changelog.rst @@ -10,6 +10,8 @@ I've added a new category `Misc` so we can track doc/style/packaging stuff. Features ~~~~~~~~ +- `#8031 `_: Adapt to the new KeyManager API without key types. + - `#1234 `_: Description of the new feature corresponding with issue #1234. - New feature without related issue number. -- cgit v1.2.3