From 13e87a826de68488c96960f611825a375bfe34b1 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 9 May 2013 19:31:41 -0300 Subject: Add changes file. --- mail/changes/feature_smtp-relay-sign-outgoing-messages | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_smtp-relay-sign-outgoing-messages (limited to 'mail/changes') diff --git a/mail/changes/feature_smtp-relay-sign-outgoing-messages b/mail/changes/feature_smtp-relay-sign-outgoing-messages new file mode 100644 index 00000000..e3035bf6 --- /dev/null +++ b/mail/changes/feature_smtp-relay-sign-outgoing-messages @@ -0,0 +1 @@ + o SMTP relay signs outgoing messages. -- cgit v1.2.3 From 129efd7e1f1536fa4293b1749fce171ee3c6775f Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 4 Jul 2013 10:33:44 -0300 Subject: Add dependency for leap.keymanager. --- mail/changes/feature_add-dependency-for-keymanager | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_add-dependency-for-keymanager (limited to 'mail/changes') diff --git a/mail/changes/feature_add-dependency-for-keymanager b/mail/changes/feature_add-dependency-for-keymanager new file mode 100644 index 00000000..0ac1c2ab --- /dev/null +++ b/mail/changes/feature_add-dependency-for-keymanager @@ -0,0 +1 @@ + o Add dependency for leap.keymanager. -- cgit v1.2.3 From b85118f81f2dbee077b8ca2daca51697e5d56d51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 2 Aug 2013 13:25:06 -0300 Subject: Add client certificate authentication --- mail/changes/feature_cert_auth | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_cert_auth (limited to 'mail/changes') diff --git a/mail/changes/feature_cert_auth b/mail/changes/feature_cert_auth new file mode 100644 index 00000000..23cdf909 --- /dev/null +++ b/mail/changes/feature_cert_auth @@ -0,0 +1 @@ + o Add client certificate authentication. Closes #3376. \ No newline at end of file -- cgit v1.2.3 From 21a013c9d2170f494f9d981cd04a0605481bf986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 8 Aug 2013 15:11:36 -0300 Subject: Use 1984 as default port for imap --- mail/changes/feature_better_default_port | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_better_default_port (limited to 'mail/changes') diff --git a/mail/changes/feature_better_default_port b/mail/changes/feature_better_default_port new file mode 100644 index 00000000..a9a6f01a --- /dev/null +++ b/mail/changes/feature_better_default_port @@ -0,0 +1 @@ + o User 1984 default port for imap. \ No newline at end of file -- cgit v1.2.3 From 90c0dbebfd5f8043b07ede9e8d3d6375d7263e12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 9 Aug 2013 14:36:26 -0300 Subject: Fold in changes --- mail/changes/feature_add-dependency-for-keymanager | 1 - mail/changes/feature_better_default_port | 1 - mail/changes/feature_cert_auth | 1 - mail/changes/feature_smtp-relay-sign-outgoing-messages | 1 - 4 files changed, 4 deletions(-) delete mode 100644 mail/changes/feature_add-dependency-for-keymanager delete mode 100644 mail/changes/feature_better_default_port delete mode 100644 mail/changes/feature_cert_auth delete mode 100644 mail/changes/feature_smtp-relay-sign-outgoing-messages (limited to 'mail/changes') diff --git a/mail/changes/feature_add-dependency-for-keymanager b/mail/changes/feature_add-dependency-for-keymanager deleted file mode 100644 index 0ac1c2ab..00000000 --- a/mail/changes/feature_add-dependency-for-keymanager +++ /dev/null @@ -1 +0,0 @@ - o Add dependency for leap.keymanager. diff --git a/mail/changes/feature_better_default_port b/mail/changes/feature_better_default_port deleted file mode 100644 index a9a6f01a..00000000 --- a/mail/changes/feature_better_default_port +++ /dev/null @@ -1 +0,0 @@ - o User 1984 default port for imap. \ No newline at end of file diff --git a/mail/changes/feature_cert_auth b/mail/changes/feature_cert_auth deleted file mode 100644 index 23cdf909..00000000 --- a/mail/changes/feature_cert_auth +++ /dev/null @@ -1 +0,0 @@ - o Add client certificate authentication. Closes #3376. \ No newline at end of file diff --git a/mail/changes/feature_smtp-relay-sign-outgoing-messages b/mail/changes/feature_smtp-relay-sign-outgoing-messages deleted file mode 100644 index e3035bf6..00000000 --- a/mail/changes/feature_smtp-relay-sign-outgoing-messages +++ /dev/null @@ -1 +0,0 @@ - o SMTP relay signs outgoing messages. -- cgit v1.2.3 From 3f33ca62d76986ab9471cf96e8e520f6ca4477df Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 13 Aug 2013 17:31:22 +0200 Subject: avoid logging dummy password --- mail/changes/bug_3416-do-not-log-pass | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_3416-do-not-log-pass (limited to 'mail/changes') diff --git a/mail/changes/bug_3416-do-not-log-pass b/mail/changes/bug_3416-do-not-log-pass new file mode 100644 index 00000000..137b7a3c --- /dev/null +++ b/mail/changes/bug_3416-do-not-log-pass @@ -0,0 +1 @@ + o Avoid logging dummy password on imap server. Closes: #3416 -- cgit v1.2.3 From 63022878d0e93f87c7e866ca143109d9cf1111f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Tue, 13 Aug 2013 15:12:51 -0300 Subject: Ignore empty emails --- mail/changes/bug_dont_fail_on_emtpy_mail | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/bug_dont_fail_on_emtpy_mail (limited to 'mail/changes') diff --git a/mail/changes/bug_dont_fail_on_emtpy_mail b/mail/changes/bug_dont_fail_on_emtpy_mail new file mode 100644 index 00000000..0fc4ffc8 --- /dev/null +++ b/mail/changes/bug_dont_fail_on_emtpy_mail @@ -0,0 +1,2 @@ + o Do not fail while processing an empty mail, just skip it. Fixes + #3457. \ No newline at end of file -- cgit v1.2.3 From e6b4a061950a9667e31cef9baecee8f66c0c5995 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 14 Aug 2013 17:24:57 -0300 Subject: Make SMTP Relay emit signals. --- mail/changes/feature_3464-make-smtprelay-emit-signals | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_3464-make-smtprelay-emit-signals (limited to 'mail/changes') diff --git a/mail/changes/feature_3464-make-smtprelay-emit-signals b/mail/changes/feature_3464-make-smtprelay-emit-signals new file mode 100644 index 00000000..987b0e3e --- /dev/null +++ b/mail/changes/feature_3464-make-smtprelay-emit-signals @@ -0,0 +1 @@ + o Emit signals to notify UI for SMTP relay events. Closes #3464. -- cgit v1.2.3 From a0d0b28ae044cb0c7b71a2fe7402b697c0dcfe62 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 16 Aug 2013 18:35:21 +0200 Subject: add imap events --- mail/changes/feature_3480_add_imap_events | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_3480_add_imap_events (limited to 'mail/changes') diff --git a/mail/changes/feature_3480_add_imap_events b/mail/changes/feature_3480_add_imap_events new file mode 100644 index 00000000..fc503e82 --- /dev/null +++ b/mail/changes/feature_3480_add_imap_events @@ -0,0 +1 @@ + o Add events for notifications about imap activity. Closes: #3480 -- cgit v1.2.3 From 10afc88b72f186c64fd2d729b73fce254c693b2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Mon, 19 Aug 2013 15:50:27 -0300 Subject: Add changes file --- mail/changes/bug_various_fixes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mail/changes/bug_various_fixes (limited to 'mail/changes') diff --git a/mail/changes/bug_various_fixes b/mail/changes/bug_various_fixes new file mode 100644 index 00000000..f76b21b9 --- /dev/null +++ b/mail/changes/bug_various_fixes @@ -0,0 +1,5 @@ + o Notify of unread email explicitly every time the mailbox is + sync'ed. + o Fix signals to emit only string in the contents instead of bool or + int values. + o Improve unseen filter of email. \ No newline at end of file -- cgit v1.2.3 From 6c006183ba2021bf5bedf98e86fd5a7c1a4506ba Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 19 Aug 2013 09:09:50 -0300 Subject: Update to new soledad package scheme. --- mail/changes/feature_3487-split-soledad-into-common-client-and-server | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/feature_3487-split-soledad-into-common-client-and-server (limited to 'mail/changes') diff --git a/mail/changes/feature_3487-split-soledad-into-common-client-and-server b/mail/changes/feature_3487-split-soledad-into-common-client-and-server new file mode 100644 index 00000000..46983232 --- /dev/null +++ b/mail/changes/feature_3487-split-soledad-into-common-client-and-server @@ -0,0 +1,2 @@ + o Update to new soledad package scheme (common, client and server). Closes + #3487. -- cgit v1.2.3 From ca46433db3bf4f80fc98707e47170911ea20cdbd Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 21 Aug 2013 18:55:50 +0200 Subject: Make a sensible default for incoming mail fetch period. Setting it to 5 min. --- mail/changes/feature_3409-imap-fetch-period | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/feature_3409-imap-fetch-period (limited to 'mail/changes') diff --git a/mail/changes/feature_3409-imap-fetch-period b/mail/changes/feature_3409-imap-fetch-period new file mode 100644 index 00000000..a6e2dd29 --- /dev/null +++ b/mail/changes/feature_3409-imap-fetch-period @@ -0,0 +1,2 @@ + o Make default imap fetch period 5 minutes. Client can config it + via environment variable for debug. Closes: #3409 -- cgit v1.2.3 From cc7059da23934d6ee8030c5c8b71c8c9618b4272 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 22 Aug 2013 22:38:53 +0200 Subject: refactor imap fetch --- mail/changes/feature_3423_refactor_imap_fetch | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_3423_refactor_imap_fetch (limited to 'mail/changes') diff --git a/mail/changes/feature_3423_refactor_imap_fetch b/mail/changes/feature_3423_refactor_imap_fetch new file mode 100644 index 00000000..cacceef3 --- /dev/null +++ b/mail/changes/feature_3423_refactor_imap_fetch @@ -0,0 +1 @@ + o Refactor imap fetch code for better defer handling. Closes: #3423 -- cgit v1.2.3 From 698c4cbf18933cf083b543806b5a6e11019a90da Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 23 Aug 2013 12:42:02 +0200 Subject: improve packaging --- mail/changes/feature_improve_packaging | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_improve_packaging (limited to 'mail/changes') diff --git a/mail/changes/feature_improve_packaging b/mail/changes/feature_improve_packaging new file mode 100644 index 00000000..9d0e722e --- /dev/null +++ b/mail/changes/feature_improve_packaging @@ -0,0 +1 @@ + o Improve packaging: add versioneer, parse_requirements, classifiers. -- cgit v1.2.3 From e4b03c492c53f6fbd5b3f02d67c810b1d5676e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 23 Aug 2013 11:33:45 -0300 Subject: Fold in changes --- mail/changes/bug_3416-do-not-log-pass | 1 - mail/changes/bug_dont_fail_on_emtpy_mail | 2 -- mail/changes/bug_various_fixes | 5 ----- mail/changes/feature_3409-imap-fetch-period | 2 -- mail/changes/feature_3423_refactor_imap_fetch | 1 - mail/changes/feature_3464-make-smtprelay-emit-signals | 1 - mail/changes/feature_3480_add_imap_events | 1 - .../changes/feature_3487-split-soledad-into-common-client-and-server | 2 -- mail/changes/feature_improve_packaging | 1 - 9 files changed, 16 deletions(-) delete mode 100644 mail/changes/bug_3416-do-not-log-pass delete mode 100644 mail/changes/bug_dont_fail_on_emtpy_mail delete mode 100644 mail/changes/bug_various_fixes delete mode 100644 mail/changes/feature_3409-imap-fetch-period delete mode 100644 mail/changes/feature_3423_refactor_imap_fetch delete mode 100644 mail/changes/feature_3464-make-smtprelay-emit-signals delete mode 100644 mail/changes/feature_3480_add_imap_events delete mode 100644 mail/changes/feature_3487-split-soledad-into-common-client-and-server delete mode 100644 mail/changes/feature_improve_packaging (limited to 'mail/changes') diff --git a/mail/changes/bug_3416-do-not-log-pass b/mail/changes/bug_3416-do-not-log-pass deleted file mode 100644 index 137b7a3c..00000000 --- a/mail/changes/bug_3416-do-not-log-pass +++ /dev/null @@ -1 +0,0 @@ - o Avoid logging dummy password on imap server. Closes: #3416 diff --git a/mail/changes/bug_dont_fail_on_emtpy_mail b/mail/changes/bug_dont_fail_on_emtpy_mail deleted file mode 100644 index 0fc4ffc8..00000000 --- a/mail/changes/bug_dont_fail_on_emtpy_mail +++ /dev/null @@ -1,2 +0,0 @@ - o Do not fail while processing an empty mail, just skip it. Fixes - #3457. \ No newline at end of file diff --git a/mail/changes/bug_various_fixes b/mail/changes/bug_various_fixes deleted file mode 100644 index f76b21b9..00000000 --- a/mail/changes/bug_various_fixes +++ /dev/null @@ -1,5 +0,0 @@ - o Notify of unread email explicitly every time the mailbox is - sync'ed. - o Fix signals to emit only string in the contents instead of bool or - int values. - o Improve unseen filter of email. \ No newline at end of file diff --git a/mail/changes/feature_3409-imap-fetch-period b/mail/changes/feature_3409-imap-fetch-period deleted file mode 100644 index a6e2dd29..00000000 --- a/mail/changes/feature_3409-imap-fetch-period +++ /dev/null @@ -1,2 +0,0 @@ - o Make default imap fetch period 5 minutes. Client can config it - via environment variable for debug. Closes: #3409 diff --git a/mail/changes/feature_3423_refactor_imap_fetch b/mail/changes/feature_3423_refactor_imap_fetch deleted file mode 100644 index cacceef3..00000000 --- a/mail/changes/feature_3423_refactor_imap_fetch +++ /dev/null @@ -1 +0,0 @@ - o Refactor imap fetch code for better defer handling. Closes: #3423 diff --git a/mail/changes/feature_3464-make-smtprelay-emit-signals b/mail/changes/feature_3464-make-smtprelay-emit-signals deleted file mode 100644 index 987b0e3e..00000000 --- a/mail/changes/feature_3464-make-smtprelay-emit-signals +++ /dev/null @@ -1 +0,0 @@ - o Emit signals to notify UI for SMTP relay events. Closes #3464. diff --git a/mail/changes/feature_3480_add_imap_events b/mail/changes/feature_3480_add_imap_events deleted file mode 100644 index fc503e82..00000000 --- a/mail/changes/feature_3480_add_imap_events +++ /dev/null @@ -1 +0,0 @@ - o Add events for notifications about imap activity. Closes: #3480 diff --git a/mail/changes/feature_3487-split-soledad-into-common-client-and-server b/mail/changes/feature_3487-split-soledad-into-common-client-and-server deleted file mode 100644 index 46983232..00000000 --- a/mail/changes/feature_3487-split-soledad-into-common-client-and-server +++ /dev/null @@ -1,2 +0,0 @@ - o Update to new soledad package scheme (common, client and server). Closes - #3487. diff --git a/mail/changes/feature_improve_packaging b/mail/changes/feature_improve_packaging deleted file mode 100644 index 9d0e722e..00000000 --- a/mail/changes/feature_improve_packaging +++ /dev/null @@ -1 +0,0 @@ - o Improve packaging: add versioneer, parse_requirements, classifiers. -- cgit v1.2.3 From 5866e744b0f5b63d91975f2981248f322a8663ad Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 9 Oct 2013 11:05:30 -0300 Subject: Add changes file. --- mail/changes/feature_4029-comply-with-rfc3159 | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_4029-comply-with-rfc3159 (limited to 'mail/changes') diff --git a/mail/changes/feature_4029-comply-with-rfc3159 b/mail/changes/feature_4029-comply-with-rfc3159 new file mode 100644 index 00000000..c2c32afe --- /dev/null +++ b/mail/changes/feature_4029-comply-with-rfc3159 @@ -0,0 +1 @@ + o Comply with RFC 3156. Closes #4029. -- cgit v1.2.3 From f3b4ffbeabefe20ec857ec5c1d89e78a83bf4b5e Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 9 Oct 2013 12:25:04 -0300 Subject: Set dep versions on VERSION_COMPAT. --- mail/changes/VERSION_COMPAT | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mail/changes/VERSION_COMPAT (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT new file mode 100644 index 00000000..db38edcd --- /dev/null +++ b/mail/changes/VERSION_COMPAT @@ -0,0 +1,11 @@ +################################################# +# This file keeps track of the recent changes +# introduced in internal leap dependencies. +# Add your changes here so we can properly update +# requirements.pip during the release process. +# (leave header when resetting) +################################################# +# +# BEGIN DEPENDENCY LIST ------------------------- +# leap.foo.bar>=x.y.z +leap.keymanager>=0.3.4 -- cgit v1.2.3 From d18ac46d3f34619aa4f0a6269effa767b14716e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 17 Oct 2013 16:46:42 -0300 Subject: Do not log mail docs content --- mail/changes/bug_donot_log_mail_docs | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_donot_log_mail_docs (limited to 'mail/changes') diff --git a/mail/changes/bug_donot_log_mail_docs b/mail/changes/bug_donot_log_mail_docs new file mode 100644 index 00000000..5619d8a7 --- /dev/null +++ b/mail/changes/bug_donot_log_mail_docs @@ -0,0 +1 @@ + o Do not log mail doc contents. \ No newline at end of file -- cgit v1.2.3 From d8f65603a63addea0b4056693992d479869b93a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 18 Oct 2013 09:21:23 -0300 Subject: Fold in changes and update dependencies --- mail/changes/VERSION_COMPAT | 1 - mail/changes/bug_donot_log_mail_docs | 1 - mail/changes/feature_4029-comply-with-rfc3159 | 1 - 3 files changed, 3 deletions(-) delete mode 100644 mail/changes/bug_donot_log_mail_docs delete mode 100644 mail/changes/feature_4029-comply-with-rfc3159 (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index db38edcd..cc00ecf7 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,4 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.3.4 diff --git a/mail/changes/bug_donot_log_mail_docs b/mail/changes/bug_donot_log_mail_docs deleted file mode 100644 index 5619d8a7..00000000 --- a/mail/changes/bug_donot_log_mail_docs +++ /dev/null @@ -1 +0,0 @@ - o Do not log mail doc contents. \ No newline at end of file diff --git a/mail/changes/feature_4029-comply-with-rfc3159 b/mail/changes/feature_4029-comply-with-rfc3159 deleted file mode 100644 index c2c32afe..00000000 --- a/mail/changes/feature_4029-comply-with-rfc3159 +++ /dev/null @@ -1 +0,0 @@ - o Comply with RFC 3156. Closes #4029. -- cgit v1.2.3 From dc2cc23f8b0ad2e758d0432833d764e60205bf76 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 21 Nov 2013 10:25:28 -0200 Subject: Add a footer to outgoing messages that point to where sender keys can be feched. Closes #4526. --- mail/changes/feature_4526_add-footer-to-outgoing-email | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/feature_4526_add-footer-to-outgoing-email (limited to 'mail/changes') diff --git a/mail/changes/feature_4526_add-footer-to-outgoing-email b/mail/changes/feature_4526_add-footer-to-outgoing-email new file mode 100644 index 00000000..60308add --- /dev/null +++ b/mail/changes/feature_4526_add-footer-to-outgoing-email @@ -0,0 +1,2 @@ + o Add a footer to outgoing email pointing to the address where sender keys + can be fetched. Closes #4526. -- cgit v1.2.3 From 60729f09b381fcf5621ab2e012b664dd69cb3649 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 21 Nov 2013 17:37:21 -0200 Subject: Add a header that reflects the validity of incoming signatures. Closes #4354. --- mail/changes/feature_4354_add-signature-header-to-incoming-email | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/feature_4354_add-signature-header-to-incoming-email (limited to 'mail/changes') diff --git a/mail/changes/feature_4354_add-signature-header-to-incoming-email b/mail/changes/feature_4354_add-signature-header-to-incoming-email new file mode 100644 index 00000000..866b68ef --- /dev/null +++ b/mail/changes/feature_4354_add-signature-header-to-incoming-email @@ -0,0 +1,2 @@ + o Add a header to incoming emails that reflects if a valid signature was + found when decrypting. Closes #4354. -- cgit v1.2.3 From c2d4fc3623e5d4b6604d9b5f8e7e10e29bdbecf5 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 21 Nov 2013 18:16:12 -0200 Subject: Add the preference parameter to openpgp header. Closes #3878. --- mail/changes/feature_3878_add-preference-to-openpgp-header | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/feature_3878_add-preference-to-openpgp-header (limited to 'mail/changes') diff --git a/mail/changes/feature_3878_add-preference-to-openpgp-header b/mail/changes/feature_3878_add-preference-to-openpgp-header new file mode 100644 index 00000000..4513bf6a --- /dev/null +++ b/mail/changes/feature_3878_add-preference-to-openpgp-header @@ -0,0 +1,2 @@ + o Add 'signencrypt' preference to OpenPGP header on outgoing email. Closes + #3878". -- cgit v1.2.3 From e6a285d102487f83fefe2c1a720b92c40ca05854 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 25 Nov 2013 16:33:50 -0200 Subject: Fail gracefully when failing to decrypt incoming messages. Closes #4589. --- mail/changes/VERSION_COMPAT | 1 + .../bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages | 1 + 2 files changed, 2 insertions(+) create mode 100644 mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index cc00ecf7..ec5bde1c 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,3 +8,4 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +leap.keymanager>=0.3.7 diff --git a/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages b/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages new file mode 100644 index 00000000..d3766834 --- /dev/null +++ b/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages @@ -0,0 +1 @@ + o Fail gracefully when failing to decrypt incoming messages. Closes #4589. -- cgit v1.2.3 From b4d467db6fc5775ac727d061e6ea085386e76fd6 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 26 Nov 2013 15:53:11 -0200 Subject: reduce polling time to one minute --- mail/changes/feature_reduce-polling-time | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_reduce-polling-time (limited to 'mail/changes') diff --git a/mail/changes/feature_reduce-polling-time b/mail/changes/feature_reduce-polling-time new file mode 100644 index 00000000..85badcaf --- /dev/null +++ b/mail/changes/feature_reduce-polling-time @@ -0,0 +1 @@ + o Set remote mail polling time to 60 seconds. Closes: #4499 -- cgit v1.2.3 From b10d7a72cb96df2d563d90ab1811e24aa2fa84ab Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 26 Nov 2013 16:46:58 -0200 Subject: Fix fetch iteration on empty folder --- mail/changes/bug_fix-iteration-empty-mailbox | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_fix-iteration-empty-mailbox (limited to 'mail/changes') diff --git a/mail/changes/bug_fix-iteration-empty-mailbox b/mail/changes/bug_fix-iteration-empty-mailbox new file mode 100644 index 00000000..11dd770c --- /dev/null +++ b/mail/changes/bug_fix-iteration-empty-mailbox @@ -0,0 +1 @@ + o Allow to iterate in an empty mailbox during fetch. Closes: #4603 -- cgit v1.2.3 From 61e84cee60ef1490ddf3bd82eec1d20e8e294ceb Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 26 Nov 2013 16:50:10 -0200 Subject: fix adding msg with empty flags --- mail/changes/bug_fix-empty-flags | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_fix-empty-flags (limited to 'mail/changes') diff --git a/mail/changes/bug_fix-empty-flags b/mail/changes/bug_fix-empty-flags new file mode 100644 index 00000000..a109ef56 --- /dev/null +++ b/mail/changes/bug_fix-empty-flags @@ -0,0 +1 @@ + o Fix a bug when adding a message with empty flags. Closes: #4496 -- cgit v1.2.3 From 473e957faffa40c71f8c531deba766e0f3896613 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 28 Nov 2013 12:51:16 -0200 Subject: add changes file --- mail/changes/feature_4606-serialize-soledad-writes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/feature_4606-serialize-soledad-writes (limited to 'mail/changes') diff --git a/mail/changes/feature_4606-serialize-soledad-writes b/mail/changes/feature_4606-serialize-soledad-writes new file mode 100644 index 00000000..5dfb8eee --- /dev/null +++ b/mail/changes/feature_4606-serialize-soledad-writes @@ -0,0 +1,2 @@ + o Serialize Soledad Writes for new messages. Fixes segmentation fault when sqlcipher was + been concurrently accessed from many threads. Closes: #4606 -- cgit v1.2.3 From ef9b08a404127c1768e85e07cb48fe24efed63aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 6 Dec 2013 15:46:32 -0300 Subject: Update requirements --- mail/changes/VERSION_COMPAT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index ec5bde1c..032b26ac 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,4 +8,4 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.3.7 + -- cgit v1.2.3 From d8aa0552cef82516cafc2ccca9f6dc1da97371e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 6 Dec 2013 15:48:05 -0300 Subject: Fold in changes --- .../bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages | 1 - mail/changes/bug_fix-empty-flags | 1 - mail/changes/bug_fix-iteration-empty-mailbox | 1 - mail/changes/feature_3878_add-preference-to-openpgp-header | 2 -- mail/changes/feature_4354_add-signature-header-to-incoming-email | 2 -- mail/changes/feature_4526_add-footer-to-outgoing-email | 2 -- mail/changes/feature_4606-serialize-soledad-writes | 2 -- mail/changes/feature_reduce-polling-time | 1 - 8 files changed, 12 deletions(-) delete mode 100644 mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages delete mode 100644 mail/changes/bug_fix-empty-flags delete mode 100644 mail/changes/bug_fix-iteration-empty-mailbox delete mode 100644 mail/changes/feature_3878_add-preference-to-openpgp-header delete mode 100644 mail/changes/feature_4354_add-signature-header-to-incoming-email delete mode 100644 mail/changes/feature_4526_add-footer-to-outgoing-email delete mode 100644 mail/changes/feature_4606-serialize-soledad-writes delete mode 100644 mail/changes/feature_reduce-polling-time (limited to 'mail/changes') diff --git a/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages b/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages deleted file mode 100644 index d3766834..00000000 --- a/mail/changes/bug_4589_fail-gracefully-when-failing-to-decrypt-incoming-messages +++ /dev/null @@ -1 +0,0 @@ - o Fail gracefully when failing to decrypt incoming messages. Closes #4589. diff --git a/mail/changes/bug_fix-empty-flags b/mail/changes/bug_fix-empty-flags deleted file mode 100644 index a109ef56..00000000 --- a/mail/changes/bug_fix-empty-flags +++ /dev/null @@ -1 +0,0 @@ - o Fix a bug when adding a message with empty flags. Closes: #4496 diff --git a/mail/changes/bug_fix-iteration-empty-mailbox b/mail/changes/bug_fix-iteration-empty-mailbox deleted file mode 100644 index 11dd770c..00000000 --- a/mail/changes/bug_fix-iteration-empty-mailbox +++ /dev/null @@ -1 +0,0 @@ - o Allow to iterate in an empty mailbox during fetch. Closes: #4603 diff --git a/mail/changes/feature_3878_add-preference-to-openpgp-header b/mail/changes/feature_3878_add-preference-to-openpgp-header deleted file mode 100644 index 4513bf6a..00000000 --- a/mail/changes/feature_3878_add-preference-to-openpgp-header +++ /dev/null @@ -1,2 +0,0 @@ - o Add 'signencrypt' preference to OpenPGP header on outgoing email. Closes - #3878". diff --git a/mail/changes/feature_4354_add-signature-header-to-incoming-email b/mail/changes/feature_4354_add-signature-header-to-incoming-email deleted file mode 100644 index 866b68ef..00000000 --- a/mail/changes/feature_4354_add-signature-header-to-incoming-email +++ /dev/null @@ -1,2 +0,0 @@ - o Add a header to incoming emails that reflects if a valid signature was - found when decrypting. Closes #4354. diff --git a/mail/changes/feature_4526_add-footer-to-outgoing-email b/mail/changes/feature_4526_add-footer-to-outgoing-email deleted file mode 100644 index 60308add..00000000 --- a/mail/changes/feature_4526_add-footer-to-outgoing-email +++ /dev/null @@ -1,2 +0,0 @@ - o Add a footer to outgoing email pointing to the address where sender keys - can be fetched. Closes #4526. diff --git a/mail/changes/feature_4606-serialize-soledad-writes b/mail/changes/feature_4606-serialize-soledad-writes deleted file mode 100644 index 5dfb8eee..00000000 --- a/mail/changes/feature_4606-serialize-soledad-writes +++ /dev/null @@ -1,2 +0,0 @@ - o Serialize Soledad Writes for new messages. Fixes segmentation fault when sqlcipher was - been concurrently accessed from many threads. Closes: #4606 diff --git a/mail/changes/feature_reduce-polling-time b/mail/changes/feature_reduce-polling-time deleted file mode 100644 index 85badcaf..00000000 --- a/mail/changes/feature_reduce-polling-time +++ /dev/null @@ -1 +0,0 @@ - o Set remote mail polling time to 60 seconds. Closes: #4499 -- cgit v1.2.3 From d144bfb7d6e5f5cae33522c4f01d4e65980a0a2a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 11 Dec 2013 13:32:49 -0400 Subject: add changes --- mail/changes/bug_4715_fix_message_adding | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_4715_fix_message_adding (limited to 'mail/changes') diff --git a/mail/changes/bug_4715_fix_message_adding b/mail/changes/bug_4715_fix_message_adding new file mode 100644 index 00000000..53b875cc --- /dev/null +++ b/mail/changes/bug_4715_fix_message_adding @@ -0,0 +1 @@ + o Soledad writer consumes messages eagerly. Fixes failing tests. Closes: #4715 -- cgit v1.2.3 From b946e44ddac2882732073a94589e1196f946ccb2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 5 Dec 2013 11:24:23 -0400 Subject: count_foo uses expanded u1db count method. Other fixes in the commit: * Correct the semantic for the recent flag (reset) * Minor unicode fixes. * Use a field for tracking the last_uid In general, this tries to squash all the quick and naive methods that were relying on evaluating all the message objects before returning a result. Further work is still needed, planned also for 0.5 release. get_by_index needs to be indexed too. --- mail/changes/VERSION_COMPAT | 1 + mail/changes/feaure_4616_fix_mail_indexing | 1 + 2 files changed, 2 insertions(+) create mode 100644 mail/changes/feaure_4616_fix_mail_indexing (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index 032b26ac..1d5643f9 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,4 +8,5 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +leap.soledad.client 0.5.0 # get_count_by_index diff --git a/mail/changes/feaure_4616_fix_mail_indexing b/mail/changes/feaure_4616_fix_mail_indexing new file mode 100644 index 00000000..6e941007 --- /dev/null +++ b/mail/changes/feaure_4616_fix_mail_indexing @@ -0,0 +1 @@ + o Makes efficient use of indexes and count method. Closes: #4616 -- cgit v1.2.3 From 475974a1b0bd07855a6a9e84b5445d2f30ed4527 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 17 Dec 2013 16:26:14 -0300 Subject: Footer url shouldn't end in period. [Closes #4791] --- mail/changes/bug-4791_url-should-not-end-in-period | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug-4791_url-should-not-end-in-period (limited to 'mail/changes') diff --git a/mail/changes/bug-4791_url-should-not-end-in-period b/mail/changes/bug-4791_url-should-not-end-in-period new file mode 100644 index 00000000..d4ff29cb --- /dev/null +++ b/mail/changes/bug-4791_url-should-not-end-in-period @@ -0,0 +1 @@ + o Footer url shouldn't end in period. Closes #4791. -- cgit v1.2.3 From 54538e2f203b9d82ed2303b6a3ef8d1730517a7a Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 19 Dec 2013 13:30:10 -0400 Subject: deferToThread unsetting recent flag --- mail/changes/bug_defer-unset-recent | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/bug_defer-unset-recent (limited to 'mail/changes') diff --git a/mail/changes/bug_defer-unset-recent b/mail/changes/bug_defer-unset-recent new file mode 100644 index 00000000..e651d113 --- /dev/null +++ b/mail/changes/bug_defer-unset-recent @@ -0,0 +1,2 @@ + o deferToThread unsetting of recent flag. this was holding the new + mails from being displayed soonish. -- cgit v1.2.3 From c6d5c0050b3cbefe79e9d1e2e770defc734dcec7 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 19 Dec 2013 22:57:07 -0200 Subject: Stop providing hostname for helo in smtp gateway (#4335). --- mail/changes/feature_4335_stop-providing-hostname-for-helo | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_4335_stop-providing-hostname-for-helo (limited to 'mail/changes') diff --git a/mail/changes/feature_4335_stop-providing-hostname-for-helo b/mail/changes/feature_4335_stop-providing-hostname-for-helo new file mode 100644 index 00000000..f4b6c29e --- /dev/null +++ b/mail/changes/feature_4335_stop-providing-hostname-for-helo @@ -0,0 +1 @@ + o Stop providing hostname for helo in smtp gateway (#4335). -- cgit v1.2.3 From 178c356fc3b330e92bb582fee75dfd345339c267 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 19 Dec 2013 23:13:43 -0200 Subject: Only try to fetch keys for multipart signed or encrypted messages when fetching mail (#4671). --- ...feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted (limited to 'mail/changes') diff --git a/mail/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted b/mail/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted new file mode 100644 index 00000000..de3bb86d --- /dev/null +++ b/mail/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted @@ -0,0 +1 @@ + o Only try to fetch keys for multipart signed or encrypted emails (#4671). -- cgit v1.2.3 From 963b35ce4bf30319f0019d624190be10af03392c Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 20 Dec 2013 16:38:58 -0400 Subject: fix changes files --- mail/changes/bug_defer-unset-recent | 2 -- mail/changes/bug_enqueue-unset-recent | 2 ++ mail/changes/bug_safety-check-for-last-uid | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 mail/changes/bug_defer-unset-recent create mode 100644 mail/changes/bug_enqueue-unset-recent create mode 100644 mail/changes/bug_safety-check-for-last-uid (limited to 'mail/changes') diff --git a/mail/changes/bug_defer-unset-recent b/mail/changes/bug_defer-unset-recent deleted file mode 100644 index e651d113..00000000 --- a/mail/changes/bug_defer-unset-recent +++ /dev/null @@ -1,2 +0,0 @@ - o deferToThread unsetting of recent flag. this was holding the new - mails from being displayed soonish. diff --git a/mail/changes/bug_enqueue-unset-recent b/mail/changes/bug_enqueue-unset-recent new file mode 100644 index 00000000..8903804a --- /dev/null +++ b/mail/changes/bug_enqueue-unset-recent @@ -0,0 +1,2 @@ + o Enqueue unsetting of recent flag. this was holding the new + mails from being displayed soonish. diff --git a/mail/changes/bug_safety-check-for-last-uid b/mail/changes/bug_safety-check-for-last-uid new file mode 100644 index 00000000..bb0229fb --- /dev/null +++ b/mail/changes/bug_safety-check-for-last-uid @@ -0,0 +1 @@ + o Sanity check on last_uid setter. Avoids incomplete fetches. -- cgit v1.2.3 From 1d4d46445708c28bff364158300ef36eca0c10e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 20 Dec 2013 19:20:50 -0300 Subject: Limit the size of the returned messages from IMAP to MUA to 100 --- mail/changes/bug_fetch_size | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mail/changes/bug_fetch_size (limited to 'mail/changes') diff --git a/mail/changes/bug_fetch_size b/mail/changes/bug_fetch_size new file mode 100644 index 00000000..e9e97b9f --- /dev/null +++ b/mail/changes/bug_fetch_size @@ -0,0 +1,4 @@ + o Limit the size of the messages returned to the IMAP client to 100, + since Thunderbird hangs with numbers bigger than those. This is a + quick fix until we figure out how does Thunderbird want to receive + more than 100 mails at a time. \ No newline at end of file -- cgit v1.2.3 From 34b37b0e052885a027795fc74a0de71d5cb34c41 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 24 Dec 2013 09:27:43 -0200 Subject: Fix parsing of IMAP folder names (#4830). --- mail/changes/bug_4830_handle-unicode-in-folder-names | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/bug_4830_handle-unicode-in-folder-names (limited to 'mail/changes') diff --git a/mail/changes/bug_4830_handle-unicode-in-folder-names b/mail/changes/bug_4830_handle-unicode-in-folder-names new file mode 100644 index 00000000..68247459 --- /dev/null +++ b/mail/changes/bug_4830_handle-unicode-in-folder-names @@ -0,0 +1,2 @@ + o Remove conversion of IMAP folder names to string. This makes the IMAP + server use twisted's transparent 7bit conversion (#4830). -- cgit v1.2.3 From 72d07af0986d926af8bcd9b5435e0fa0f008db12 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 27 Dec 2013 02:06:44 -0400 Subject: First stage of the storage schema rewrite. * Separates between flags, docs, body and attachment docs. * Implement IMessageCopier interface: move and have fun! This little change is known to push forward our beloved architect emotional rollercoster. * Message deduplication. * It also fixes a hidden bug that was rendering the multipart mime interface useless (yes, the "True" parameter in the parsestr method). * Does not handle well nested attachs, includes dirty workaround that flattens them. * Includes chiiph's patch for rc2: * return deferred from addMessage * convert StringIO types to string * remove unneeded yields from the chain of deferreds in fetcher --- mail/changes/feature_split_message_docs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mail/changes/feature_split_message_docs (limited to 'mail/changes') diff --git a/mail/changes/feature_split_message_docs b/mail/changes/feature_split_message_docs new file mode 100644 index 00000000..231c36ec --- /dev/null +++ b/mail/changes/feature_split_message_docs @@ -0,0 +1,6 @@ + o Defer costly operations to a pool of threads. + o Split the internal representation of messages into four distinct documents: + 1) Flags 2) Headers 3) Body 4) Attachments. + o Add deduplication ability to the save operation, for body and attachments. + o Add IMessageCopier interface to mailbox implementation, so bulk moves + are costless. Closes: #4654 -- cgit v1.2.3 From 174670ab0217d4f86d7b3d12ca6b38db20a2a8d9 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 8 Jan 2014 23:17:47 -0400 Subject: changes file updated --- mail/changes/feature_split_message_docs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'mail/changes') diff --git a/mail/changes/feature_split_message_docs b/mail/changes/feature_split_message_docs index 231c36ec..0109501f 100644 --- a/mail/changes/feature_split_message_docs +++ b/mail/changes/feature_split_message_docs @@ -1,6 +1,7 @@ o Defer costly operations to a pool of threads. - o Split the internal representation of messages into four distinct documents: - 1) Flags 2) Headers 3) Body 4) Attachments. + o Split the internal representation of messages into three distinct documents: + 1) Flags 2) Headers 3) Content. + o Make use of the Twisted MIME interface. o Add deduplication ability to the save operation, for body and attachments. o Add IMessageCopier interface to mailbox implementation, so bulk moves are costless. Closes: #4654 -- cgit v1.2.3 From cc01116b337d9568352bb3791694f1c68d8d7ed8 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 8 Jan 2014 23:29:18 -0400 Subject: add a flag to be able to close the session --- mail/changes/bug_4925_close_session | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_4925_close_session (limited to 'mail/changes') diff --git a/mail/changes/bug_4925_close_session b/mail/changes/bug_4925_close_session new file mode 100644 index 00000000..93dab557 --- /dev/null +++ b/mail/changes/bug_4925_close_session @@ -0,0 +1 @@ + o Add a flag to be able to reset the session. Closes: #4925 -- cgit v1.2.3 From 8d729209ceab5d9b4f4837d2f7f21118dd072655 Mon Sep 17 00:00:00 2001 From: drebs Date: Sat, 28 Dec 2013 20:09:03 -0200 Subject: Convert unicode to str when raising in IMAP server (#4830). --- mail/changes/bug_4830_convert-unicode-to-str-when-raising | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_4830_convert-unicode-to-str-when-raising (limited to 'mail/changes') diff --git a/mail/changes/bug_4830_convert-unicode-to-str-when-raising b/mail/changes/bug_4830_convert-unicode-to-str-when-raising new file mode 100644 index 00000000..86d9b1cd --- /dev/null +++ b/mail/changes/bug_4830_convert-unicode-to-str-when-raising @@ -0,0 +1 @@ + o Convert unicode to str when raising exceptions in IMAP server (#4830). -- cgit v1.2.3 From ae17b3b8d4b032e7fd09f2f99553296ad8eb3876 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Thu, 9 Jan 2014 18:11:58 -0400 Subject: check for none --- mail/changes/bug_4933_check_for_none | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_4933_check_for_none (limited to 'mail/changes') diff --git a/mail/changes/bug_4933_check_for_none b/mail/changes/bug_4933_check_for_none new file mode 100644 index 00000000..33f3bd52 --- /dev/null +++ b/mail/changes/bug_4933_check_for_none @@ -0,0 +1 @@ + o Check for none in payload detection. Closes: #4933 -- cgit v1.2.3 From 04122fd0e1eacdcf4adb1815af53bdface04ffb5 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Sat, 11 Jan 2014 20:31:08 -0400 Subject: add offline flag --- mail/changes/feature_4943-offline-flag | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_4943-offline-flag (limited to 'mail/changes') diff --git a/mail/changes/feature_4943-offline-flag b/mail/changes/feature_4943-offline-flag new file mode 100644 index 00000000..6edfd4d8 --- /dev/null +++ b/mail/changes/feature_4943-offline-flag @@ -0,0 +1 @@ + o Add a flag for offline mode in imap. Related to #4943 -- cgit v1.2.3 From 625a937ad5ea09fec27e8667f995c7371e20b23f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 13 Jan 2014 13:20:00 -0400 Subject: Add check for uniqueness when adding mails. Check by mbox + content-hash --- mail/changes/bug_4949-check-fdoc-uniqueness | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/bug_4949-check-fdoc-uniqueness (limited to 'mail/changes') diff --git a/mail/changes/bug_4949-check-fdoc-uniqueness b/mail/changes/bug_4949-check-fdoc-uniqueness new file mode 100644 index 00000000..bf49d1f8 --- /dev/null +++ b/mail/changes/bug_4949-check-fdoc-uniqueness @@ -0,0 +1,2 @@ + o Check for flags doc uniqueness before adding a message. Avoids duplicates of + a single message in the same mailbox while copying or moving. Closes: #4949 -- cgit v1.2.3 From 2c6d1e054242ee8be43f5cd03aad04e4ba40243b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 13 Jan 2014 17:58:02 -0400 Subject: Very limited support for SEARCH Commands. Closes: #4209 limited to HEADER Message-ID. This is a quick workaround for avoiding duplicate saves in Drafts Folder. but we'll get there! --- mail/changes/feature_enable-search-by-msg-id | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mail/changes/feature_enable-search-by-msg-id (limited to 'mail/changes') diff --git a/mail/changes/feature_enable-search-by-msg-id b/mail/changes/feature_enable-search-by-msg-id new file mode 100644 index 00000000..accc12fc --- /dev/null +++ b/mail/changes/feature_enable-search-by-msg-id @@ -0,0 +1,3 @@ + o Ability to support SEARCH Commands, limited to HEADER Message-ID. + This is a quick workaround for avoiding duplicate saves in Drafts Folder. + Closes: #4209 -- cgit v1.2.3 From 398bfb539215c74c4e77e9a64e7b70627caa6c53 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 17 Jan 2014 15:08:49 -0300 Subject: Update VERSION_COMPAT, add changes file for #4838. --- mail/changes/VERSION_COMPAT | 3 ++- mail/changes/handle-unicode-characters | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 mail/changes/handle-unicode-characters (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index 1d5643f9..03caa3eb 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -9,4 +9,5 @@ # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z leap.soledad.client 0.5.0 # get_count_by_index - +leap.common 0.3.7 # get_email_charset +leap.keymanager 0.3.8 # openpgp.decrypt diff --git a/mail/changes/handle-unicode-characters b/mail/changes/handle-unicode-characters new file mode 100644 index 00000000..052c5438 --- /dev/null +++ b/mail/changes/handle-unicode-characters @@ -0,0 +1 @@ + o Handle correctly unicode characters in emails. Closes #4838. -- cgit v1.2.3 From 8a7492940f23b6308f15f8f11b960702e00f3684 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 21 Jan 2014 16:18:15 -0200 Subject: Prevent double base64 encoding of attachments when signing (#5014). --- mail/changes/bug_5014_fix-attachment-processing-when-signing | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_5014_fix-attachment-processing-when-signing (limited to 'mail/changes') diff --git a/mail/changes/bug_5014_fix-attachment-processing-when-signing b/mail/changes/bug_5014_fix-attachment-processing-when-signing new file mode 100644 index 00000000..c12e35ef --- /dev/null +++ b/mail/changes/bug_5014_fix-attachment-processing-when-signing @@ -0,0 +1 @@ + o Correctly process attachments when signing. Fixes #5014. -- cgit v1.2.3 From e99af33d1cefe4797f72b4939bf775348df2586e Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 21 Jan 2014 16:32:24 -0200 Subject: Restrict adding outgoing footer to text/plain messages. --- mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages (limited to 'mail/changes') diff --git a/mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages b/mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages new file mode 100644 index 00000000..9983404e --- /dev/null +++ b/mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages @@ -0,0 +1 @@ + o Restrict adding outgoing footer to text/plain messages. -- cgit v1.2.3 From e3d0b4ad75063b2a2565268d5091a4ed613d6c3d Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 22 Jan 2014 11:05:15 -0300 Subject: Add changes file for #5021. --- mail/changes/bug-5021_handle-non-ascii-headers | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug-5021_handle-non-ascii-headers (limited to 'mail/changes') diff --git a/mail/changes/bug-5021_handle-non-ascii-headers b/mail/changes/bug-5021_handle-non-ascii-headers new file mode 100644 index 00000000..098cfa02 --- /dev/null +++ b/mail/changes/bug-5021_handle-non-ascii-headers @@ -0,0 +1 @@ + o Handle non-ascii headers. Closes #5021. -- cgit v1.2.3 From 5593be27282a0b79e8d1bb8f63a8d2e3648e3f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Wed, 22 Jan 2014 18:42:12 -0300 Subject: Properly parse apple mail --- mail/changes/bug_properly_parse_apple_mails | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_properly_parse_apple_mails (limited to 'mail/changes') diff --git a/mail/changes/bug_properly_parse_apple_mails b/mail/changes/bug_properly_parse_apple_mails new file mode 100644 index 00000000..1bf42ae5 --- /dev/null +++ b/mail/changes/bug_properly_parse_apple_mails @@ -0,0 +1 @@ + o Properly parse emails crafted by Mail.app. Fixes #5013. \ No newline at end of file -- cgit v1.2.3 From c6d010a151c1e1d1789e6b1227d54f7254d562a2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 28 Jan 2014 19:52:20 -0400 Subject: changes file --- mail/changes/feature_in-memory-store | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_in-memory-store (limited to 'mail/changes') diff --git a/mail/changes/feature_in-memory-store b/mail/changes/feature_in-memory-store new file mode 100644 index 00000000..a7a4d7a8 --- /dev/null +++ b/mail/changes/feature_in-memory-store @@ -0,0 +1 @@ + o Use a memory store as write-buffer and read-cache. -- cgit v1.2.3 From 54045366aa275fd43ab65e450ffa23f03db6bb72 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 6 Feb 2014 15:46:01 -0200 Subject: Flush IMAP data to disk when stopping. Closes #5095. --- mail/changes/feature_5095_flush-data-to-disk-when-stopping | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_5095_flush-data-to-disk-when-stopping (limited to 'mail/changes') diff --git a/mail/changes/feature_5095_flush-data-to-disk-when-stopping b/mail/changes/feature_5095_flush-data-to-disk-when-stopping new file mode 100644 index 00000000..d7c1ce7e --- /dev/null +++ b/mail/changes/feature_5095_flush-data-to-disk-when-stopping @@ -0,0 +1 @@ + o Flush IMAP data to disk when stopping. Closes #5095. -- cgit v1.2.3 From 9ed6bcee32d7720c548a98c144673e96e79efe62 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 25 Feb 2014 12:21:57 -0400 Subject: changes file --- mail/changes/bug_5167_fix-notify-after-copy | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/bug_5167_fix-notify-after-copy (limited to 'mail/changes') diff --git a/mail/changes/bug_5167_fix-notify-after-copy b/mail/changes/bug_5167_fix-notify-after-copy new file mode 100644 index 00000000..36ecd0b7 --- /dev/null +++ b/mail/changes/bug_5167_fix-notify-after-copy @@ -0,0 +1,2 @@ + o Fix bug in which destination folder sometimes was not showing messages after copy/append. + Closes: #5167 -- cgit v1.2.3 From 69f58cc351f6e645f18112d3177c50cb07d7fd6f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 25 Feb 2014 21:41:53 -0400 Subject: fix unread notification to UI --- mail/changes/bug_5177_fix_unread_signal_to_ui | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_5177_fix_unread_signal_to_ui (limited to 'mail/changes') diff --git a/mail/changes/bug_5177_fix_unread_signal_to_ui b/mail/changes/bug_5177_fix_unread_signal_to_ui new file mode 100644 index 00000000..eac79f24 --- /dev/null +++ b/mail/changes/bug_5177_fix_unread_signal_to_ui @@ -0,0 +1 @@ + o Fix unread notifications to client UI. Only INBOX is notified. Closes: #5177 -- cgit v1.2.3 From 893629a12076d929c5cc6b55578ccab11ba5d821 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 26 Feb 2014 10:46:44 -0400 Subject: Implement non-synchronizing literals (rfc2088) Closes: #5190 This also paves the way to MULTIAPPEND IMAP Extension (rfc3502) Related to: Feature #5182 --- mail/changes/feature_literal-plus | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/feature_literal-plus (limited to 'mail/changes') diff --git a/mail/changes/feature_literal-plus b/mail/changes/feature_literal-plus new file mode 100644 index 00000000..39192b95 --- /dev/null +++ b/mail/changes/feature_literal-plus @@ -0,0 +1,2 @@ + o Implement IMAP4 non-synchronizing literals (rfc2088), so APPENDs can be made + in a single round-trip. Closes: #5190 -- cgit v1.2.3 From c09c6506c518c8510da705db462f7505df9fc1f5 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 25 Feb 2014 22:38:29 -0400 Subject: rename all fdocs when folder is renamed --- mail/changes/bug_5179_delete_folder | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_5179_delete_folder (limited to 'mail/changes') diff --git a/mail/changes/bug_5179_delete_folder b/mail/changes/bug_5179_delete_folder new file mode 100644 index 00000000..3de52ccc --- /dev/null +++ b/mail/changes/bug_5179_delete_folder @@ -0,0 +1 @@ + o Fix bug in which deleted folder wouldn't show its messages inside. Closes: #5179 -- cgit v1.2.3 From 94a7d28481bf2cced52126e20df2721952deb970 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 11 Mar 2014 10:38:59 -0400 Subject: changes file --- mail/changes/bug_5307_keep-processing | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_5307_keep-processing (limited to 'mail/changes') diff --git a/mail/changes/bug_5307_keep-processing b/mail/changes/bug_5307_keep-processing new file mode 100644 index 00000000..7194adf1 --- /dev/null +++ b/mail/changes/bug_5307_keep-processing @@ -0,0 +1 @@ + o Keep processing after a decryption error. Closes: #5307 -- cgit v1.2.3 From 7bc1c5803650e464ef0b02eee75bbbfbe33d8287 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 17 Mar 2014 17:45:49 -0300 Subject: Signal the UI in case the soledad token is invalid when syncing (#5191). --- mail/changes/feature_5191_signal-invalid-auth-token | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_5191_signal-invalid-auth-token (limited to 'mail/changes') diff --git a/mail/changes/feature_5191_signal-invalid-auth-token b/mail/changes/feature_5191_signal-invalid-auth-token new file mode 100644 index 00000000..f833a3e9 --- /dev/null +++ b/mail/changes/feature_5191_signal-invalid-auth-token @@ -0,0 +1 @@ + o Signal the client when auth token is invalid for syncing Soledad (#5191). -- cgit v1.2.3 From bf288ed42760d14292cb1b0c19df8a17fe44ba2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 4 Apr 2014 16:38:28 -0300 Subject: Update requirements --- mail/changes/VERSION_COMPAT | 3 --- 1 file changed, 3 deletions(-) (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index 03caa3eb..cc00ecf7 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,6 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.soledad.client 0.5.0 # get_count_by_index -leap.common 0.3.7 # get_email_charset -leap.keymanager 0.3.8 # openpgp.decrypt -- cgit v1.2.3 From 06619b1b98ebcd483e223eee04d4c3143ff24209 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Fri, 4 Apr 2014 16:43:07 -0300 Subject: Fold in changes --- mail/changes/bug-4791_url-should-not-end-in-period | 1 - mail/changes/bug-5021_handle-non-ascii-headers | 1 - mail/changes/bug_4715_fix_message_adding | 1 - mail/changes/bug_4830_convert-unicode-to-str-when-raising | 1 - mail/changes/bug_4830_handle-unicode-in-folder-names | 2 -- mail/changes/bug_4925_close_session | 1 - mail/changes/bug_4933_check_for_none | 1 - mail/changes/bug_4949-check-fdoc-uniqueness | 2 -- mail/changes/bug_5014_fix-attachment-processing-when-signing | 1 - mail/changes/bug_5167_fix-notify-after-copy | 2 -- mail/changes/bug_5177_fix_unread_signal_to_ui | 1 - mail/changes/bug_5179_delete_folder | 1 - mail/changes/bug_5307_keep-processing | 1 - mail/changes/bug_enqueue-unset-recent | 2 -- mail/changes/bug_fetch_size | 4 ---- mail/changes/bug_properly_parse_apple_mails | 1 - .../bug_restrict-adding-outgoing-footer-to-text-plain-messages | 1 - mail/changes/bug_safety-check-for-last-uid | 1 - mail/changes/feature_4335_stop-providing-hostname-for-helo | 1 - ...e_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted | 1 - mail/changes/feature_4943-offline-flag | 1 - mail/changes/feature_5095_flush-data-to-disk-when-stopping | 1 - mail/changes/feature_5191_signal-invalid-auth-token | 1 - mail/changes/feature_enable-search-by-msg-id | 3 --- mail/changes/feature_in-memory-store | 1 - mail/changes/feature_literal-plus | 2 -- mail/changes/feature_split_message_docs | 7 ------- mail/changes/feaure_4616_fix_mail_indexing | 1 - mail/changes/handle-unicode-characters | 1 - 29 files changed, 45 deletions(-) delete mode 100644 mail/changes/bug-4791_url-should-not-end-in-period delete mode 100644 mail/changes/bug-5021_handle-non-ascii-headers delete mode 100644 mail/changes/bug_4715_fix_message_adding delete mode 100644 mail/changes/bug_4830_convert-unicode-to-str-when-raising delete mode 100644 mail/changes/bug_4830_handle-unicode-in-folder-names delete mode 100644 mail/changes/bug_4925_close_session delete mode 100644 mail/changes/bug_4933_check_for_none delete mode 100644 mail/changes/bug_4949-check-fdoc-uniqueness delete mode 100644 mail/changes/bug_5014_fix-attachment-processing-when-signing delete mode 100644 mail/changes/bug_5167_fix-notify-after-copy delete mode 100644 mail/changes/bug_5177_fix_unread_signal_to_ui delete mode 100644 mail/changes/bug_5179_delete_folder delete mode 100644 mail/changes/bug_5307_keep-processing delete mode 100644 mail/changes/bug_enqueue-unset-recent delete mode 100644 mail/changes/bug_fetch_size delete mode 100644 mail/changes/bug_properly_parse_apple_mails delete mode 100644 mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages delete mode 100644 mail/changes/bug_safety-check-for-last-uid delete mode 100644 mail/changes/feature_4335_stop-providing-hostname-for-helo delete mode 100644 mail/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted delete mode 100644 mail/changes/feature_4943-offline-flag delete mode 100644 mail/changes/feature_5095_flush-data-to-disk-when-stopping delete mode 100644 mail/changes/feature_5191_signal-invalid-auth-token delete mode 100644 mail/changes/feature_enable-search-by-msg-id delete mode 100644 mail/changes/feature_in-memory-store delete mode 100644 mail/changes/feature_literal-plus delete mode 100644 mail/changes/feature_split_message_docs delete mode 100644 mail/changes/feaure_4616_fix_mail_indexing delete mode 100644 mail/changes/handle-unicode-characters (limited to 'mail/changes') diff --git a/mail/changes/bug-4791_url-should-not-end-in-period b/mail/changes/bug-4791_url-should-not-end-in-period deleted file mode 100644 index d4ff29cb..00000000 --- a/mail/changes/bug-4791_url-should-not-end-in-period +++ /dev/null @@ -1 +0,0 @@ - o Footer url shouldn't end in period. Closes #4791. diff --git a/mail/changes/bug-5021_handle-non-ascii-headers b/mail/changes/bug-5021_handle-non-ascii-headers deleted file mode 100644 index 098cfa02..00000000 --- a/mail/changes/bug-5021_handle-non-ascii-headers +++ /dev/null @@ -1 +0,0 @@ - o Handle non-ascii headers. Closes #5021. diff --git a/mail/changes/bug_4715_fix_message_adding b/mail/changes/bug_4715_fix_message_adding deleted file mode 100644 index 53b875cc..00000000 --- a/mail/changes/bug_4715_fix_message_adding +++ /dev/null @@ -1 +0,0 @@ - o Soledad writer consumes messages eagerly. Fixes failing tests. Closes: #4715 diff --git a/mail/changes/bug_4830_convert-unicode-to-str-when-raising b/mail/changes/bug_4830_convert-unicode-to-str-when-raising deleted file mode 100644 index 86d9b1cd..00000000 --- a/mail/changes/bug_4830_convert-unicode-to-str-when-raising +++ /dev/null @@ -1 +0,0 @@ - o Convert unicode to str when raising exceptions in IMAP server (#4830). diff --git a/mail/changes/bug_4830_handle-unicode-in-folder-names b/mail/changes/bug_4830_handle-unicode-in-folder-names deleted file mode 100644 index 68247459..00000000 --- a/mail/changes/bug_4830_handle-unicode-in-folder-names +++ /dev/null @@ -1,2 +0,0 @@ - o Remove conversion of IMAP folder names to string. This makes the IMAP - server use twisted's transparent 7bit conversion (#4830). diff --git a/mail/changes/bug_4925_close_session b/mail/changes/bug_4925_close_session deleted file mode 100644 index 93dab557..00000000 --- a/mail/changes/bug_4925_close_session +++ /dev/null @@ -1 +0,0 @@ - o Add a flag to be able to reset the session. Closes: #4925 diff --git a/mail/changes/bug_4933_check_for_none b/mail/changes/bug_4933_check_for_none deleted file mode 100644 index 33f3bd52..00000000 --- a/mail/changes/bug_4933_check_for_none +++ /dev/null @@ -1 +0,0 @@ - o Check for none in payload detection. Closes: #4933 diff --git a/mail/changes/bug_4949-check-fdoc-uniqueness b/mail/changes/bug_4949-check-fdoc-uniqueness deleted file mode 100644 index bf49d1f8..00000000 --- a/mail/changes/bug_4949-check-fdoc-uniqueness +++ /dev/null @@ -1,2 +0,0 @@ - o Check for flags doc uniqueness before adding a message. Avoids duplicates of - a single message in the same mailbox while copying or moving. Closes: #4949 diff --git a/mail/changes/bug_5014_fix-attachment-processing-when-signing b/mail/changes/bug_5014_fix-attachment-processing-when-signing deleted file mode 100644 index c12e35ef..00000000 --- a/mail/changes/bug_5014_fix-attachment-processing-when-signing +++ /dev/null @@ -1 +0,0 @@ - o Correctly process attachments when signing. Fixes #5014. diff --git a/mail/changes/bug_5167_fix-notify-after-copy b/mail/changes/bug_5167_fix-notify-after-copy deleted file mode 100644 index 36ecd0b7..00000000 --- a/mail/changes/bug_5167_fix-notify-after-copy +++ /dev/null @@ -1,2 +0,0 @@ - o Fix bug in which destination folder sometimes was not showing messages after copy/append. - Closes: #5167 diff --git a/mail/changes/bug_5177_fix_unread_signal_to_ui b/mail/changes/bug_5177_fix_unread_signal_to_ui deleted file mode 100644 index eac79f24..00000000 --- a/mail/changes/bug_5177_fix_unread_signal_to_ui +++ /dev/null @@ -1 +0,0 @@ - o Fix unread notifications to client UI. Only INBOX is notified. Closes: #5177 diff --git a/mail/changes/bug_5179_delete_folder b/mail/changes/bug_5179_delete_folder deleted file mode 100644 index 3de52ccc..00000000 --- a/mail/changes/bug_5179_delete_folder +++ /dev/null @@ -1 +0,0 @@ - o Fix bug in which deleted folder wouldn't show its messages inside. Closes: #5179 diff --git a/mail/changes/bug_5307_keep-processing b/mail/changes/bug_5307_keep-processing deleted file mode 100644 index 7194adf1..00000000 --- a/mail/changes/bug_5307_keep-processing +++ /dev/null @@ -1 +0,0 @@ - o Keep processing after a decryption error. Closes: #5307 diff --git a/mail/changes/bug_enqueue-unset-recent b/mail/changes/bug_enqueue-unset-recent deleted file mode 100644 index 8903804a..00000000 --- a/mail/changes/bug_enqueue-unset-recent +++ /dev/null @@ -1,2 +0,0 @@ - o Enqueue unsetting of recent flag. this was holding the new - mails from being displayed soonish. diff --git a/mail/changes/bug_fetch_size b/mail/changes/bug_fetch_size deleted file mode 100644 index e9e97b9f..00000000 --- a/mail/changes/bug_fetch_size +++ /dev/null @@ -1,4 +0,0 @@ - o Limit the size of the messages returned to the IMAP client to 100, - since Thunderbird hangs with numbers bigger than those. This is a - quick fix until we figure out how does Thunderbird want to receive - more than 100 mails at a time. \ No newline at end of file diff --git a/mail/changes/bug_properly_parse_apple_mails b/mail/changes/bug_properly_parse_apple_mails deleted file mode 100644 index 1bf42ae5..00000000 --- a/mail/changes/bug_properly_parse_apple_mails +++ /dev/null @@ -1 +0,0 @@ - o Properly parse emails crafted by Mail.app. Fixes #5013. \ No newline at end of file diff --git a/mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages b/mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages deleted file mode 100644 index 9983404e..00000000 --- a/mail/changes/bug_restrict-adding-outgoing-footer-to-text-plain-messages +++ /dev/null @@ -1 +0,0 @@ - o Restrict adding outgoing footer to text/plain messages. diff --git a/mail/changes/bug_safety-check-for-last-uid b/mail/changes/bug_safety-check-for-last-uid deleted file mode 100644 index bb0229fb..00000000 --- a/mail/changes/bug_safety-check-for-last-uid +++ /dev/null @@ -1 +0,0 @@ - o Sanity check on last_uid setter. Avoids incomplete fetches. diff --git a/mail/changes/feature_4335_stop-providing-hostname-for-helo b/mail/changes/feature_4335_stop-providing-hostname-for-helo deleted file mode 100644 index f4b6c29e..00000000 --- a/mail/changes/feature_4335_stop-providing-hostname-for-helo +++ /dev/null @@ -1 +0,0 @@ - o Stop providing hostname for helo in smtp gateway (#4335). diff --git a/mail/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted b/mail/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted deleted file mode 100644 index de3bb86d..00000000 --- a/mail/changes/feature_4671_only-try-to-fetch-keys-for-multipart-signed-or-encrypted +++ /dev/null @@ -1 +0,0 @@ - o Only try to fetch keys for multipart signed or encrypted emails (#4671). diff --git a/mail/changes/feature_4943-offline-flag b/mail/changes/feature_4943-offline-flag deleted file mode 100644 index 6edfd4d8..00000000 --- a/mail/changes/feature_4943-offline-flag +++ /dev/null @@ -1 +0,0 @@ - o Add a flag for offline mode in imap. Related to #4943 diff --git a/mail/changes/feature_5095_flush-data-to-disk-when-stopping b/mail/changes/feature_5095_flush-data-to-disk-when-stopping deleted file mode 100644 index d7c1ce7e..00000000 --- a/mail/changes/feature_5095_flush-data-to-disk-when-stopping +++ /dev/null @@ -1 +0,0 @@ - o Flush IMAP data to disk when stopping. Closes #5095. diff --git a/mail/changes/feature_5191_signal-invalid-auth-token b/mail/changes/feature_5191_signal-invalid-auth-token deleted file mode 100644 index f833a3e9..00000000 --- a/mail/changes/feature_5191_signal-invalid-auth-token +++ /dev/null @@ -1 +0,0 @@ - o Signal the client when auth token is invalid for syncing Soledad (#5191). diff --git a/mail/changes/feature_enable-search-by-msg-id b/mail/changes/feature_enable-search-by-msg-id deleted file mode 100644 index accc12fc..00000000 --- a/mail/changes/feature_enable-search-by-msg-id +++ /dev/null @@ -1,3 +0,0 @@ - o Ability to support SEARCH Commands, limited to HEADER Message-ID. - This is a quick workaround for avoiding duplicate saves in Drafts Folder. - Closes: #4209 diff --git a/mail/changes/feature_in-memory-store b/mail/changes/feature_in-memory-store deleted file mode 100644 index a7a4d7a8..00000000 --- a/mail/changes/feature_in-memory-store +++ /dev/null @@ -1 +0,0 @@ - o Use a memory store as write-buffer and read-cache. diff --git a/mail/changes/feature_literal-plus b/mail/changes/feature_literal-plus deleted file mode 100644 index 39192b95..00000000 --- a/mail/changes/feature_literal-plus +++ /dev/null @@ -1,2 +0,0 @@ - o Implement IMAP4 non-synchronizing literals (rfc2088), so APPENDs can be made - in a single round-trip. Closes: #5190 diff --git a/mail/changes/feature_split_message_docs b/mail/changes/feature_split_message_docs deleted file mode 100644 index 0109501f..00000000 --- a/mail/changes/feature_split_message_docs +++ /dev/null @@ -1,7 +0,0 @@ - o Defer costly operations to a pool of threads. - o Split the internal representation of messages into three distinct documents: - 1) Flags 2) Headers 3) Content. - o Make use of the Twisted MIME interface. - o Add deduplication ability to the save operation, for body and attachments. - o Add IMessageCopier interface to mailbox implementation, so bulk moves - are costless. Closes: #4654 diff --git a/mail/changes/feaure_4616_fix_mail_indexing b/mail/changes/feaure_4616_fix_mail_indexing deleted file mode 100644 index 6e941007..00000000 --- a/mail/changes/feaure_4616_fix_mail_indexing +++ /dev/null @@ -1 +0,0 @@ - o Makes efficient use of indexes and count method. Closes: #4616 diff --git a/mail/changes/handle-unicode-characters b/mail/changes/handle-unicode-characters deleted file mode 100644 index 052c5438..00000000 --- a/mail/changes/handle-unicode-characters +++ /dev/null @@ -1 +0,0 @@ - o Handle correctly unicode characters in emails. Closes #4838. -- cgit v1.2.3 From 05d852e5bbdc526d0dc257d0355c68d6d2d43282 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Goncalves Date: Thu, 21 Aug 2014 19:00:27 -0300 Subject: Added changes file for the bug description --- mail/changes/bug_messages-iterator-needs-collection | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/bug_messages-iterator-needs-collection (limited to 'mail/changes') diff --git a/mail/changes/bug_messages-iterator-needs-collection b/mail/changes/bug_messages-iterator-needs-collection new file mode 100644 index 00000000..50c67d09 --- /dev/null +++ b/mail/changes/bug_messages-iterator-needs-collection @@ -0,0 +1,2 @@ + o MessageCollection iterator now creates the LeapMessage with the collection + reference, so setFlags will work properly -- cgit v1.2.3 From f072f75dc4ae0bcb2dbf57f1d374a1e53913eed4 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 9 Sep 2014 15:07:41 -0300 Subject: addMailbox shouldn't accept empty names since it makes it impossible to retrieve it later --- mail/changes/prevent-mailbox-with-blank-name | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 mail/changes/prevent-mailbox-with-blank-name (limited to 'mail/changes') diff --git a/mail/changes/prevent-mailbox-with-blank-name b/mail/changes/prevent-mailbox-with-blank-name new file mode 100644 index 00000000..c676fb64 --- /dev/null +++ b/mail/changes/prevent-mailbox-with-blank-name @@ -0,0 +1,3 @@ + o account#addMailbox can't allow empty mailbox names since it makes it +impossible to create it later (mailbox#__init__ will throw an error), which makes +it impossible to getMailbox or even delete it -- cgit v1.2.3 From ee2e3a88e51c3e0fa01f34af02e1cf89aff1113c Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 6 Oct 2014 11:36:38 -0500 Subject: Add new leap.keymanager version to VERSION_COMPAT --- mail/changes/VERSION_COMPAT | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index cc00ecf7..1eadcbe0 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,3 +8,4 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +leap.keymanager>=0.4.0 -- cgit v1.2.3 From 9fd5c69b281423a2481df3ed51c20f5370d27ab8 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 9 Oct 2014 00:59:32 -0500 Subject: Get keys from OpenPGP email header --- mail/changes/feature-3879_openpgp_header | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature-3879_openpgp_header (limited to 'mail/changes') diff --git a/mail/changes/feature-3879_openpgp_header b/mail/changes/feature-3879_openpgp_header new file mode 100644 index 00000000..e04c9252 --- /dev/null +++ b/mail/changes/feature-3879_openpgp_header @@ -0,0 +1 @@ +- Parse OpenPGP header and import keys from it (Closes: #3879) -- cgit v1.2.3 From 03283d27d972429886583b2a4902c4887b1849b5 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 3 Nov 2014 22:54:15 -0600 Subject: Discover public key via attachment --- mail/changes/feature-5937_key_attachment | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature-5937_key_attachment (limited to 'mail/changes') diff --git a/mail/changes/feature-5937_key_attachment b/mail/changes/feature-5937_key_attachment new file mode 100644 index 00000000..08c37e02 --- /dev/null +++ b/mail/changes/feature-5937_key_attachment @@ -0,0 +1 @@ +- Discover public keys via attachment (Closes: #5937) -- cgit v1.2.3 From a6026b347db8cb56b56ba61a635b5a56e5107841 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Wed, 12 Nov 2014 18:27:46 -0200 Subject: Moving encrypt, sign and send logic from gateway (SMTP) to a MailService --- .../feature-6357_factor_encryptio_and_sending_out_of_encrypted_message | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message (limited to 'mail/changes') diff --git a/mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message b/mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message new file mode 100644 index 00000000..6b95c6a3 --- /dev/null +++ b/mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message @@ -0,0 +1 @@ +- 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) -- cgit v1.2.3 From 62f3c0ba594c1c8b403c1ae53a6f5a554ce262af Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 2 Jan 2015 21:05:22 -0600 Subject: Port `enum` to `enum34` --- mail/changes/bug-6601_port_enum34 | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug-6601_port_enum34 (limited to 'mail/changes') diff --git a/mail/changes/bug-6601_port_enum34 b/mail/changes/bug-6601_port_enum34 new file mode 100644 index 00000000..2ca551d9 --- /dev/null +++ b/mail/changes/bug-6601_port_enum34 @@ -0,0 +1 @@ +- Port `enum` to `enum34` (Closes #6601) -- cgit v1.2.3 From ea485ec5b2c809a5e6ef16f6c3dc7706c77a0be4 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 16 Jan 2015 19:16:38 -0400 Subject: bump version compat for soledad client --- mail/changes/VERSION_COMPAT | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index 1eadcbe0..12822acb 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -9,3 +9,4 @@ # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z leap.keymanager>=0.4.0 +leap.soledad.client>=0.7.0 -- cgit v1.2.3 From 2651cb2c45094ef15b243840f0f8a4ca3168dcfd Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 23 Jan 2015 11:52:42 -0600 Subject: Remove footer --- mail/changes/feature-4692_remove_footer | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature-4692_remove_footer (limited to 'mail/changes') diff --git a/mail/changes/feature-4692_remove_footer b/mail/changes/feature-4692_remove_footer new file mode 100644 index 00000000..8eca8837 --- /dev/null +++ b/mail/changes/feature-4692_remove_footer @@ -0,0 +1 @@ +- Don't add any footer to the emails (Closes: #4692) -- cgit v1.2.3 From 05c178b6b76bd41d0a5bad723b0fcea2033a8ef3 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 28 Jan 2015 14:24:32 -0600 Subject: Add public key as attachment --- mail/changes/feature-6617_attach_public_key | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature-6617_attach_public_key (limited to 'mail/changes') diff --git a/mail/changes/feature-6617_attach_public_key b/mail/changes/feature-6617_attach_public_key new file mode 100644 index 00000000..49b444b2 --- /dev/null +++ b/mail/changes/feature-6617_attach_public_key @@ -0,0 +1 @@ +- add public key as attachment (Closes: #6617) -- cgit v1.2.3 From 2be3575afd9ee41aecd375edc78d82e04aba2702 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 19 Feb 2015 10:35:56 -0600 Subject: Add missing changes about IncomingMail --- mail/changes/feature-6598_refactor_incoming_mail | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/feature-6598_refactor_incoming_mail (limited to 'mail/changes') diff --git a/mail/changes/feature-6598_refactor_incoming_mail b/mail/changes/feature-6598_refactor_incoming_mail new file mode 100644 index 00000000..1db8c285 --- /dev/null +++ b/mail/changes/feature-6598_refactor_incoming_mail @@ -0,0 +1,2 @@ +- Refactor email fetching outside IMAP to it's own independient IncomingMail class (Closes: #6361) +- Add listener for each email added to inbox in IncomingMail (Closes: #6742) -- cgit v1.2.3 From 452b55eb014779c7b0b4c15e85af97a129a558b5 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 20 Feb 2015 11:28:35 -0400 Subject: notify MUA on closing connection --- mail/changes/feature_send_bye | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_send_bye (limited to 'mail/changes') diff --git a/mail/changes/feature_send_bye b/mail/changes/feature_send_bye new file mode 100644 index 00000000..5bc3e603 --- /dev/null +++ b/mail/changes/feature_send_bye @@ -0,0 +1 @@ +- Send a BYE command to all open connections, so that the MUA is notified when the server is shutted down. -- cgit v1.2.3 From baaae108dd9d0dbcdfe49da5690f49d40f5ce0a9 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Mon, 11 May 2015 18:04:29 -0300 Subject: [feat] adapt to new events api on common - Related: #6359 --- mail/changes/VERSION_COMPAT | 1 + mail/changes/feature_adapt-to-new-events-on-common | 1 + 2 files changed, 2 insertions(+) create mode 100644 mail/changes/feature_adapt-to-new-events-on-common (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index 12822acb..a5c0caae 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -10,3 +10,4 @@ # leap.foo.bar>=x.y.z leap.keymanager>=0.4.0 leap.soledad.client>=0.7.0 +leap.common>=0.4 diff --git a/mail/changes/feature_adapt-to-new-events-on-common b/mail/changes/feature_adapt-to-new-events-on-common new file mode 100644 index 00000000..e57e7774 --- /dev/null +++ b/mail/changes/feature_adapt-to-new-events-on-common @@ -0,0 +1 @@ +- Adapt to new events api on leap.common. Related to #5359. -- cgit v1.2.3 From 1bd1fbe526efec01b9ed877e39686231a17c7ab7 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 5 Jun 2015 16:52:25 -0400 Subject: [pkg] changes file for post-sync hooks feature --- mail/changes/feature_6996-post-sync-hooks | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature_6996-post-sync-hooks (limited to 'mail/changes') diff --git a/mail/changes/feature_6996-post-sync-hooks b/mail/changes/feature_6996-post-sync-hooks new file mode 100644 index 00000000..e03c28ed --- /dev/null +++ b/mail/changes/feature_6996-post-sync-hooks @@ -0,0 +1 @@ +- Ability to reindex local UIDs after a soledad sync. Closes: #6996 -- cgit v1.2.3 From db77e43fe78b0440ea568bc54b31894afe1d42a6 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 18 Jun 2015 12:29:37 -0300 Subject: [doc] update smtp gateway doc on message encryption Closes: #7169. --- mail/changes/bug_7169_update-smtp-gateway-doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_7169_update-smtp-gateway-doc (limited to 'mail/changes') diff --git a/mail/changes/bug_7169_update-smtp-gateway-doc b/mail/changes/bug_7169_update-smtp-gateway-doc new file mode 100644 index 00000000..5b86140a --- /dev/null +++ b/mail/changes/bug_7169_update-smtp-gateway-doc @@ -0,0 +1 @@ + o Update SMTP gateway docs. Closes #7169. -- cgit v1.2.3 From fa31f2e8300ee4a6d2b8fdce890d73c7c5a1029a Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 10 Jul 2015 17:09:46 -0300 Subject: [pkg] fold in changes --- mail/changes/bug-6601_port_enum34 | 1 - mail/changes/bug_7169_update-smtp-gateway-doc | 1 - mail/changes/feature-3879_openpgp_header | 1 - mail/changes/feature-4692_remove_footer | 1 - mail/changes/feature-5937_key_attachment | 1 - .../feature-6357_factor_encryptio_and_sending_out_of_encrypted_message | 1 - mail/changes/feature-6598_refactor_incoming_mail | 2 -- mail/changes/feature-6617_attach_public_key | 1 - mail/changes/feature_6996-post-sync-hooks | 1 - mail/changes/feature_adapt-to-new-events-on-common | 1 - mail/changes/feature_send_bye | 1 - 11 files changed, 12 deletions(-) delete mode 100644 mail/changes/bug-6601_port_enum34 delete mode 100644 mail/changes/bug_7169_update-smtp-gateway-doc delete mode 100644 mail/changes/feature-3879_openpgp_header delete mode 100644 mail/changes/feature-4692_remove_footer delete mode 100644 mail/changes/feature-5937_key_attachment delete mode 100644 mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message delete mode 100644 mail/changes/feature-6598_refactor_incoming_mail delete mode 100644 mail/changes/feature-6617_attach_public_key delete mode 100644 mail/changes/feature_6996-post-sync-hooks delete mode 100644 mail/changes/feature_adapt-to-new-events-on-common delete mode 100644 mail/changes/feature_send_bye (limited to 'mail/changes') diff --git a/mail/changes/bug-6601_port_enum34 b/mail/changes/bug-6601_port_enum34 deleted file mode 100644 index 2ca551d9..00000000 --- a/mail/changes/bug-6601_port_enum34 +++ /dev/null @@ -1 +0,0 @@ -- Port `enum` to `enum34` (Closes #6601) diff --git a/mail/changes/bug_7169_update-smtp-gateway-doc b/mail/changes/bug_7169_update-smtp-gateway-doc deleted file mode 100644 index 5b86140a..00000000 --- a/mail/changes/bug_7169_update-smtp-gateway-doc +++ /dev/null @@ -1 +0,0 @@ - o Update SMTP gateway docs. Closes #7169. diff --git a/mail/changes/feature-3879_openpgp_header b/mail/changes/feature-3879_openpgp_header deleted file mode 100644 index e04c9252..00000000 --- a/mail/changes/feature-3879_openpgp_header +++ /dev/null @@ -1 +0,0 @@ -- Parse OpenPGP header and import keys from it (Closes: #3879) diff --git a/mail/changes/feature-4692_remove_footer b/mail/changes/feature-4692_remove_footer deleted file mode 100644 index 8eca8837..00000000 --- a/mail/changes/feature-4692_remove_footer +++ /dev/null @@ -1 +0,0 @@ -- Don't add any footer to the emails (Closes: #4692) diff --git a/mail/changes/feature-5937_key_attachment b/mail/changes/feature-5937_key_attachment deleted file mode 100644 index 08c37e02..00000000 --- a/mail/changes/feature-5937_key_attachment +++ /dev/null @@ -1 +0,0 @@ -- Discover public keys via attachment (Closes: #5937) diff --git a/mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message b/mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message deleted file mode 100644 index 6b95c6a3..00000000 --- a/mail/changes/feature-6357_factor_encryptio_and_sending_out_of_encrypted_message +++ /dev/null @@ -1 +0,0 @@ -- 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) diff --git a/mail/changes/feature-6598_refactor_incoming_mail b/mail/changes/feature-6598_refactor_incoming_mail deleted file mode 100644 index 1db8c285..00000000 --- a/mail/changes/feature-6598_refactor_incoming_mail +++ /dev/null @@ -1,2 +0,0 @@ -- Refactor email fetching outside IMAP to it's own independient IncomingMail class (Closes: #6361) -- Add listener for each email added to inbox in IncomingMail (Closes: #6742) diff --git a/mail/changes/feature-6617_attach_public_key b/mail/changes/feature-6617_attach_public_key deleted file mode 100644 index 49b444b2..00000000 --- a/mail/changes/feature-6617_attach_public_key +++ /dev/null @@ -1 +0,0 @@ -- add public key as attachment (Closes: #6617) diff --git a/mail/changes/feature_6996-post-sync-hooks b/mail/changes/feature_6996-post-sync-hooks deleted file mode 100644 index e03c28ed..00000000 --- a/mail/changes/feature_6996-post-sync-hooks +++ /dev/null @@ -1 +0,0 @@ -- Ability to reindex local UIDs after a soledad sync. Closes: #6996 diff --git a/mail/changes/feature_adapt-to-new-events-on-common b/mail/changes/feature_adapt-to-new-events-on-common deleted file mode 100644 index e57e7774..00000000 --- a/mail/changes/feature_adapt-to-new-events-on-common +++ /dev/null @@ -1 +0,0 @@ -- Adapt to new events api on leap.common. Related to #5359. diff --git a/mail/changes/feature_send_bye b/mail/changes/feature_send_bye deleted file mode 100644 index 5bc3e603..00000000 --- a/mail/changes/feature_send_bye +++ /dev/null @@ -1 +0,0 @@ -- Send a BYE command to all open connections, so that the MUA is notified when the server is shutted down. -- cgit v1.2.3 From 224ce27d98662e5823711a650d92ca9e6087a6e9 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Fri, 10 Jul 2015 17:11:58 -0300 Subject: [pkg] bump dependencies --- mail/changes/VERSION_COMPAT | 3 --- 1 file changed, 3 deletions(-) (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index a5c0caae..cc00ecf7 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,6 +8,3 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z -leap.keymanager>=0.4.0 -leap.soledad.client>=0.7.0 -leap.common>=0.4 -- cgit v1.2.3 From baca0d3a3ab1e1cbd9e48ade3dd93f9eadbf261e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 8 Jul 2015 12:47:04 -0400 Subject: [bug] fix the rendering of nested multipart This commit fix a very simplistic and until now broken handling of nested multipart that went undetected due to the structure of the mails used in tests until now. Incidentally, the way that Mail.app structures attachments made this bug noticeable. There was also an off-by-one indexing error when retrieving the subpart message for a given subpart. Be aware that the current implementation will only handle correctly 2 levels of multipart nesting. Extending beyond in a more generic way will need further work. Closes: #7244 --- mail/changes/bug_7244_fix_nested_multipart | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_7244_fix_nested_multipart (limited to 'mail/changes') diff --git a/mail/changes/bug_7244_fix_nested_multipart b/mail/changes/bug_7244_fix_nested_multipart new file mode 100644 index 00000000..2d9cd8d6 --- /dev/null +++ b/mail/changes/bug_7244_fix_nested_multipart @@ -0,0 +1 @@ +- Fix nested multipart rendering. Closes: #7244 -- cgit v1.2.3 From 945f3a46cadfdd72ac8d0c2e175260cfaa1fd21e Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 26 Aug 2015 18:09:22 -0300 Subject: [pkg] fold in changes --- mail/changes/bug_7244_fix_nested_multipart | 1 - 1 file changed, 1 deletion(-) delete mode 100644 mail/changes/bug_7244_fix_nested_multipart (limited to 'mail/changes') diff --git a/mail/changes/bug_7244_fix_nested_multipart b/mail/changes/bug_7244_fix_nested_multipart deleted file mode 100644 index 2d9cd8d6..00000000 --- a/mail/changes/bug_7244_fix_nested_multipart +++ /dev/null @@ -1 +0,0 @@ -- Fix nested multipart rendering. Closes: #7244 -- cgit v1.2.3 From dc4983956fc849c4a9e0f6ee7464cabbc103ec17 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 22 Sep 2015 17:03:51 +0200 Subject: [bug] don't extract openpgp header if valid attached key The key extract should check first for attached keys and if this fails then should try the OpenPGP header. - Resolves: #7480 --- mail/changes/bug-7480_extract_attach_and_openpgp | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug-7480_extract_attach_and_openpgp (limited to 'mail/changes') diff --git a/mail/changes/bug-7480_extract_attach_and_openpgp b/mail/changes/bug-7480_extract_attach_and_openpgp new file mode 100644 index 00000000..27f668ac --- /dev/null +++ b/mail/changes/bug-7480_extract_attach_and_openpgp @@ -0,0 +1 @@ +- don't extract openpgp header if valid attached key (Closes: #7480) -- cgit v1.2.3 From 6852b6df432ecd6ea08ecbd0c48385e94b16d2de Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 23 Sep 2015 15:36:32 -0300 Subject: [feat] disable local-only bind on docker container - Related: #7471 --- mail/changes/feature-7471_disable-local-bind-for-docker | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/feature-7471_disable-local-bind-for-docker (limited to 'mail/changes') diff --git a/mail/changes/feature-7471_disable-local-bind-for-docker b/mail/changes/feature-7471_disable-local-bind-for-docker new file mode 100644 index 00000000..a1ccb673 --- /dev/null +++ b/mail/changes/feature-7471_disable-local-bind-for-docker @@ -0,0 +1 @@ +- disable local only tcp bind on docker containers to allow access to IMAP and SMTP. Related to #7471. -- cgit v1.2.3 From 908af7780aafa933faebdb72fdd2f87ac1775ce0 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 24 Sep 2015 11:48:04 +0200 Subject: [bug] signal expired auth token to the GUI In case of InvalidAuthTokeError from soledad sync we need signal the GUI, so it will request her to log in again. - Resolves: #7430 --- mail/changes/bug-7430_signal_InvalidAuthTokenError | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug-7430_signal_InvalidAuthTokenError (limited to 'mail/changes') diff --git a/mail/changes/bug-7430_signal_InvalidAuthTokenError b/mail/changes/bug-7430_signal_InvalidAuthTokenError new file mode 100644 index 00000000..cf805ba6 --- /dev/null +++ b/mail/changes/bug-7430_signal_InvalidAuthTokenError @@ -0,0 +1 @@ +- If the auth token has expired signal the GUI to request her to log in again (Closes: #7430) -- cgit v1.2.3 From 9240ee1866a91debb4b6d0675a6c56b5e3cabfc7 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Tue, 27 Oct 2015 17:24:26 -0300 Subject: [pkg] fold in changes --- mail/changes/bug-7430_signal_InvalidAuthTokenError | 1 - mail/changes/bug-7480_extract_attach_and_openpgp | 1 - mail/changes/feature-7471_disable-local-bind-for-docker | 1 - 3 files changed, 3 deletions(-) delete mode 100644 mail/changes/bug-7430_signal_InvalidAuthTokenError delete mode 100644 mail/changes/bug-7480_extract_attach_and_openpgp delete mode 100644 mail/changes/feature-7471_disable-local-bind-for-docker (limited to 'mail/changes') diff --git a/mail/changes/bug-7430_signal_InvalidAuthTokenError b/mail/changes/bug-7430_signal_InvalidAuthTokenError deleted file mode 100644 index cf805ba6..00000000 --- a/mail/changes/bug-7430_signal_InvalidAuthTokenError +++ /dev/null @@ -1 +0,0 @@ -- If the auth token has expired signal the GUI to request her to log in again (Closes: #7430) diff --git a/mail/changes/bug-7480_extract_attach_and_openpgp b/mail/changes/bug-7480_extract_attach_and_openpgp deleted file mode 100644 index 27f668ac..00000000 --- a/mail/changes/bug-7480_extract_attach_and_openpgp +++ /dev/null @@ -1 +0,0 @@ -- don't extract openpgp header if valid attached key (Closes: #7480) diff --git a/mail/changes/feature-7471_disable-local-bind-for-docker b/mail/changes/feature-7471_disable-local-bind-for-docker deleted file mode 100644 index a1ccb673..00000000 --- a/mail/changes/feature-7471_disable-local-bind-for-docker +++ /dev/null @@ -1 +0,0 @@ -- disable local only tcp bind on docker containers to allow access to IMAP and SMTP. Related to #7471. -- cgit v1.2.3 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') 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') 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') 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') 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') 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') 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') 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') 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') 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') 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') 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') 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 From 0f663f4fef8360d3e3f601ef06d37b9946c2faa5 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 6 Jun 2016 19:25:43 -0400 Subject: [pkg] bump version compat for keymanager --- mail/changes/VERSION_COMPAT | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/changes') diff --git a/mail/changes/VERSION_COMPAT b/mail/changes/VERSION_COMPAT index cc00ecf7..77a394f9 100644 --- a/mail/changes/VERSION_COMPAT +++ b/mail/changes/VERSION_COMPAT @@ -8,3 +8,4 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +leap.keymanager >= 0.5.2 -- cgit v1.2.3