aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-26 19:43:14 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-26 19:43:14 +0000
commitcacba6b362fb7907d1bb2d529e95504b27a00d25 (patch)
tree67dac87e8a1b6d34fbc166b6d99301471aad3c1b /NEWS
parentcb84a102dd4c8b647910670bf063bf66473c9c20 (diff)
downloadfetchmail-cacba6b362fb7907d1bb2d529e95504b27a00d25.tar.gz
fetchmail-cacba6b362fb7907d1bb2d529e95504b27a00d25.tar.bz2
fetchmail-cacba6b362fb7907d1bb2d529e95504b27a00d25.zip
Use TOP instead of RETR for POP3 retrieval.
svn path=/trunk/; revision=1727
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d2e5e244..2c88a751 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,9 @@
Release Notes:
------------------------------------------------------------------------------
+fetchmail-4.4.2 ():
+* Use TOP for POP3 retrieval to avoid marking messages seen. Duh!
+
fetchmail-4.4.1 (Tue Mar 24 00:01:20 EST 1998):
* We now properly shroud IMAP passwords containing ", \, and SP.
* Checked for Y2K safety. No 2-digit dates anywhere, so we're safe.