diff options
author | Sunil Shetye <shetye@bombay.retortsoft.com> | 2010-07-30 16:05:41 +0530 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-08-28 19:15:35 +0200 |
commit | d82bc9feeecb2ec42953bbe78c243fc9deba0de1 (patch) | |
tree | 6075fa488180570434a03c43eb045f353dad349a /NEWS | |
parent | 619e783ccb0eb729d2ac665180d1312a1b07bef2 (diff) | |
download | fetchmail-d82bc9feeecb2ec42953bbe78c243fc9deba0de1.tar.gz fetchmail-d82bc9feeecb2ec42953bbe78c243fc9deba0de1.tar.bz2 fetchmail-d82bc9feeecb2ec42953bbe78c243fc9deba0de1.zip |
parse response to FETCH in a more flexible manner
remove for loop in imap_fetch_headers()
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ fetchmail-6.3.18 (not yet released): credentials. This avoids getting servers such as Exchange 2007 wedged if GSSAPI authentication fails. Reported by Patrick Rynhart, Debian Bug #568455, and Alan Murrell, to the fetchmail-users list. +* Fetchmail now parses response to "FETCH n:m RFC822.SIZE" and "FETCH n + RFC822.HEADER" in a more flexible manner. (Sunil Shetye) # CHANGES * When encountering incorrect headers, fetchmail will refer to the bad-header |