summaryrefslogtreecommitdiff
path: root/mail/changes
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2013-11-13 13:25:32 -0300
committerTomás Touceda <chiiph@leap.se>2013-11-13 13:25:32 -0300
commit57d4fc6b31d500b06f2ded9eaec0d87087790894 (patch)
treeb7b553aed3c4add8f0a789b5d6974a8294d14b6f /mail/changes
parent3a6737ee5d4d83308e5f25851c0627724a0381ac (diff)
parentb639526c82659ac3e3b4751789c9e71c39fbabc8 (diff)
Merge remote-tracking branch 'kali/bug/imap-improvements' into develop
Diffstat (limited to 'mail/changes')
-rw-r--r--mail/changes/bug_4454_remove-multipart-encrypted-header-after-decrypting2
-rw-r--r--mail/changes/bug_4461_fix-uid-indexing4
-rw-r--r--mail/changes/bug_imap-user-check1
3 files changed, 7 insertions, 0 deletions
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 00000000..8aa0aaae
--- /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.
diff --git a/mail/changes/bug_4461_fix-uid-indexing b/mail/changes/bug_4461_fix-uid-indexing
new file mode 100644
index 00000000..881bb244
--- /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
diff --git a/mail/changes/bug_imap-user-check b/mail/changes/bug_imap-user-check
new file mode 100644
index 00000000..678871dc
--- /dev/null
+++ b/mail/changes/bug_imap-user-check
@@ -0,0 +1 @@
+ o Check username in authentications. Closes: #4299