aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-01-22 01:15:18 +0000
committerMatthias Andree <matthias.andree@gmx.de>2010-01-22 01:15:18 +0000
commit8b0814aa4eca15297eb1ffe7c30ee22bb8c3a7af (patch)
treeed3d0357c20198172e0fdfa48423231af1b87d7f /NEWS
parent7c56088bb590f98f8bcfb1e155bf66862378368e (diff)
downloadfetchmail-8b0814aa4eca15297eb1ffe7c30ee22bb8c3a7af.tar.gz
fetchmail-8b0814aa4eca15297eb1ffe7c30ee22bb8c3a7af.tar.bz2
fetchmail-8b0814aa4eca15297eb1ffe7c30ee22bb8c3a7af.zip
Fix IMAP IDLE and untagged (* ...) response parser, by Sunil Shetye.
The IMAP client no longer skips messages from several IMAP servers including Dovecot if fetchmail's "idle" is in use. Causes were that fetchmail (a) ignored some untagged responses when it should not (b) relied on EXISTS messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP standard) and aren't sent by Dovecot either. Fix by Sunil Shetye (the fix also consolidates IMAP response handling, improving overall robustness of the IMAP client), bug report and testing by Matt Doran, with further hints from Timo Sirainen. svn path=/branches/BRANCH_6-3/; revision=5459
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ff64180..d39ea062 100644
--- a/NEWS
+++ b/NEWS
@@ -49,6 +49,16 @@ removed from a 6.4.0 or newer release.)
fetchmail 6.3.14 (not yet released):
+# BUG FIXES
+* The IMAP client no longer skips messages from several IMAP servers including
+ Dovecot if fetchmail's "idle" is in use. Causes were that fetchmail (a)
+ ignored some untagged responses when it should not (b) relied on EXISTS
+ messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP
+ standard) and aren't sent by Dovecot either.
+ Fix by Sunil Shetye (the fix also consolidates IMAP response handling,
+ improving overall robustness of the IMAP client), bug report and testing by
+ Matt Doran, with further hints from Timo Sirainen.
+
# TRANSLATION UPDATES
* [it] Italian, by Vincenzo Campanella