diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-01-22 01:15:18 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-01-22 01:15:18 +0000 |
commit | 8b0814aa4eca15297eb1ffe7c30ee22bb8c3a7af (patch) | |
tree | ed3d0357c20198172e0fdfa48423231af1b87d7f /NEWS | |
parent | 7c56088bb590f98f8bcfb1e155bf66862378368e (diff) | |
download | fetchmail-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-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |