diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-19 23:03:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-19 23:03:02 +0000 |
commit | 0dc147c15f787f2e381594b96e842d226504bfa4 (patch) | |
tree | f8e0f400936be938809243359d2f5c9370343bda /NEWS | |
parent | a2389b61cd8a3344a68cfb0be777a40da7d9bb0b (diff) | |
download | fetchmail-0dc147c15f787f2e381594b96e842d226504bfa4.tar.gz fetchmail-0dc147c15f787f2e381594b96e842d226504bfa4.tar.bz2 fetchmail-0dc147c15f787f2e381594b96e842d226504bfa4.zip |
Temporarily suppress message length check.
svn path=/trunk/; revision=1375
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,12 +9,15 @@ * Autoconfigure the root-mode lockfile location so Solaris will work. * Get with Craig Metz to write a draft RFC on RFC1938 support in IMAP. +* Message length check code (#define MSGLEN) works for IMAP, but not for POP. + How can this be? Release Notes: ------------------------------------------------------------------------------ fetchmail-4.2.4 (Thu Sep 18 16:19:10 EDT 1997) * Small compilation cleanups, thanks to Florian laRoche. +* Removed the length consistency check, it mysteriously fails under POP3. fetchmail-4.2.3 (Thu Sep 18 16:19:10 EDT 1997) * Fix a bug in IMAP message-size retrieval. |