aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-27 18:16:59 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-27 18:16:59 +0000
commitcdb4193b2cc7c184a130d09bab8504cf4b06a2cf (patch)
tree39c0672ac567f92dde66a6e480b6f7b7eda37ae2 /NEWS
parent57b5532525a697702cb275bc21df8eacd24b2c91 (diff)
downloadfetchmail-cdb4193b2cc7c184a130d09bab8504cf4b06a2cf.tar.gz
fetchmail-cdb4193b2cc7c184a130d09bab8504cf4b06a2cf.tar.bz2
fetchmail-cdb4193b2cc7c184a130d09bab8504cf4b06a2cf.zip
We know APOP works. Also add a POP3 optimization.
svn path=/trunk/; revision=165
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 969a6f55..2b0e8913 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,12 @@ to a true IMAP4 server and do the UID thing (see header comments in imap.c).
Release Notes:
+fetchmail-1.0 ():
+
+* In POP3, don't send LAST if STAT shows count of waiting messages to be zero.
+
+* Document APOP better, we know it works now.
+
fetchmail-1.0 (Thu Sep 26 11:59:38 EDT 1996):
* SMTP forwarding and header-rewrite features work with POP2 now.