diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-11-13 13:25:32 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-11-13 13:25:32 -0300 |
commit | a9a3ddf1f9a3045d46670b49403cdd40e430e0fd (patch) | |
tree | fa81fbe28745bae84f479eec5325ee6f613c1126 /changes | |
parent | 24b78557e8a1d31971a6b8c1fcc1269d7c5e4709 (diff) | |
parent | 9d2da209f6371b38d73248490eea9fd3bc803ec9 (diff) |
Merge remote-tracking branch 'kali/bug/imap-improvements' into develop
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_4454_remove-multipart-encrypted-header-after-decrypting | 2 | ||||
-rw-r--r-- | changes/bug_4461_fix-uid-indexing | 4 | ||||
-rw-r--r-- | changes/bug_imap-user-check | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug_4454_remove-multipart-encrypted-header-after-decrypting b/changes/bug_4454_remove-multipart-encrypted-header-after-decrypting new file mode 100644 index 0000000..8aa0aaa --- /dev/null +++ b/changes/bug_4454_remove-multipart-encrypted-header-after-decrypting @@ -0,0 +1,2 @@ + o Remove 'multipart/encrypted' header after decrypting incoming mail. Closes + #4454. diff --git a/changes/bug_4461_fix-uid-indexing b/changes/bug_4461_fix-uid-indexing new file mode 100644 index 0000000..881bb24 --- /dev/null +++ b/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 diff --git a/changes/bug_imap-user-check b/changes/bug_imap-user-check new file mode 100644 index 0000000..678871d --- /dev/null +++ b/changes/bug_imap-user-check @@ -0,0 +1 @@ + o Check username in authentications. Closes: #4299 |