aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-09-19 23:03:02 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-09-19 23:03:02 +0000
commit0dc147c15f787f2e381594b96e842d226504bfa4 (patch)
treef8e0f400936be938809243359d2f5c9370343bda /NEWS
parenta2389b61cd8a3344a68cfb0be777a40da7d9bb0b (diff)
downloadfetchmail-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fb24924d..a449b069 100644
--- a/NEWS
+++ b/NEWS
@@ -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.