diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-27 17:43:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-27 17:43:51 +0000 |
commit | a81fbf21d9da4b643125eef4c2353529839331cb (patch) | |
tree | 081af3f19ec97f7399146132fa6b15cc31eb134d /NEWS | |
parent | f06fa5227c936ffb528b56a8a9a868a4e60cd990 (diff) | |
download | fetchmail-a81fbf21d9da4b643125eef4c2353529839331cb.tar.gz fetchmail-a81fbf21d9da4b643125eef4c2353529839331cb.tar.bz2 fetchmail-a81fbf21d9da4b643125eef4c2353529839331cb.zip |
Ready to ship.
svn path=/trunk/; revision=702
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -13,21 +13,23 @@ Release Notes: ------------------------------------------------------------------------------ -fetchmail-2.6 (Wed Dec 25 05:56:24 EST 1996) +fetchmail-2.6 (Fri Dec 27 12:42:56 EST 1996) features -- -* --interface option format is now simpler. +* IMAP4 code now sets the server "seen" flag on each message if "keep" is on. -bugs -- +* New FAQ material on how to use --interface. -* Fixed length-computation bug (apparently introduced in 2.3) that messed - up IMAP deletes. +bugs -- * Dropped back to separate SockGets/SockWrite code with no attempt at stdio buffering -- we hope this will fix the Solaris peoples' problems. -There are 167 people on the fetchmail-friends list. +* Fixed length-computation bug (apparently introduced in 2.3) that messed + up IMAP deletes. + +There are 169 people on the fetchmail-friends list. ------------------------------------------------------------------------------ fetchmail-2.5 (Mon Dec 23 04:18:54 EST 1996) |