diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-24 21:35:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-24 21:35:10 +0000 |
commit | ee8b6903ea12fed2cb968fd6faafb0403a5fd79e (patch) | |
tree | 93821778f0861760b9443f796a4dc1bd4eb1f514 /NEWS | |
parent | 4e41b3dc1de5ae94541cc7030c613cb8cd4f55ff (diff) | |
download | fetchmail-ee8b6903ea12fed2cb968fd6faafb0403a5fd79e.tar.gz fetchmail-ee8b6903ea12fed2cb968fd6faafb0403a5fd79e.tar.bz2 fetchmail-ee8b6903ea12fed2cb968fd6faafb0403a5fd79e.zip |
Reinstate the size consistency check.
svn path=/trunk/; revision=1404
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -8,8 +8,6 @@ Other TO-DO items: * 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: @@ -19,8 +17,9 @@ fetchmail-4.2.6 () * Improved bug-tracking header, now also emitted when using an MDA. * Cope with Post Office/NT's brain-dead habit of prepending bogus LIST items with a -1 length. +* Return of the size consistency check; this time it works for POP3 too. -There are 284 people on the fetchmail-friends list. +There are 283 people on the fetchmail-friends list. fetchmail-4.2.5 (Mon Sep 22 23:38:46 EDT 1997) * Greg Stark's patch for better autoconfiguration on mixed libc5/libc6 systems. |