From f366b3aa7fe88f38673727f37aa018f4ee4aad98 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 12 Nov 2013 11:49:43 -0200 Subject: Remove 'multipart/encrypted' header after decrypting incoming mail. Closes #4454. --- .../changes/bug_4454_remove-multipart-encrypted-header-after-decrypting | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 mail/changes/bug_4454_remove-multipart-encrypted-header-after-decrypting (limited to 'mail/changes') diff --git a/mail/changes/bug_4454_remove-multipart-encrypted-header-after-decrypting b/mail/changes/bug_4454_remove-multipart-encrypted-header-after-decrypting new file mode 100644 index 0000000..8aa0aaa --- /dev/null +++ b/mail/changes/bug_4454_remove-multipart-encrypted-header-after-decrypting @@ -0,0 +1,2 @@ + o Remove 'multipart/encrypted' header after decrypting incoming mail. Closes + #4454. -- cgit v1.2.3 From 7c851fbd1953981dfcd21246b8b507817e9e6ba6 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 12 Nov 2013 10:43:54 -0200 Subject: check username on imap authentication --- mail/changes/bug_imap-user-check | 1 + 1 file changed, 1 insertion(+) create mode 100644 mail/changes/bug_imap-user-check (limited to 'mail/changes') diff --git a/mail/changes/bug_imap-user-check b/mail/changes/bug_imap-user-check new file mode 100644 index 0000000..678871d --- /dev/null +++ b/mail/changes/bug_imap-user-check @@ -0,0 +1 @@ + o Check username in authentications. Closes: #4299 -- cgit v1.2.3 From b639526c82659ac3e3b4751789c9e71c39fbabc8 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 12 Nov 2013 23:21:34 -0200 Subject: fix mail UID indexing for non-sequential uids --- mail/changes/bug_4461_fix-uid-indexing | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 mail/changes/bug_4461_fix-uid-indexing (limited to 'mail/changes') diff --git a/mail/changes/bug_4461_fix-uid-indexing b/mail/changes/bug_4461_fix-uid-indexing new file mode 100644 index 0000000..881bb24 --- /dev/null +++ b/mail/changes/bug_4461_fix-uid-indexing @@ -0,0 +1,4 @@ + o Fix several bugs with imap mailbox getUIDNext and notifiers that were breaking + the mail indexing after message deletion. This solves also the perceived + mismatch between the number of unread mails reported by bitmask_client and + the number reported by MUAs. Closes: #4461 -- cgit v1.2.3