diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-02-13 00:23:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-02-13 00:23:43 +0000 |
commit | 60c4abd04949ce1e69e3298dad9ad83ac37e104e (patch) | |
tree | 3cc1dbe85feb7924688dc89a7183854bb0a77dd2 /NEWS | |
parent | 84c5cac3005dd6bd18827176b5f39988fc59d8a8 (diff) | |
download | fetchmail-60c4abd04949ce1e69e3298dad9ad83ac37e104e.tar.gz fetchmail-60c4abd04949ce1e69e3298dad9ad83ac37e104e.tar.bz2 fetchmail-60c4abd04949ce1e69e3298dad9ad83ac37e104e.zip |
Deal with headerless mail.
svn path=/trunk/; revision=870
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,7 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-3.4 (Wed Feb 12 13:57:00 EST 1997) +fetchmail-3.4 (Wed Feb 12 19:23:06 EST 1997) features -- @@ -10,6 +10,8 @@ features -- * It is now possible to turn off option flags in individual server entries that had been turned on in a `defaults' entry. +* The code should now deal gracefully with headerless mail. + bugs -- * The bug that displayed incorrect sizes for POP3 connections has been fixed. |