aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-28 13:31:48 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-28 13:31:48 +0000
commit0bcddca0b9aebb44d6076cf12c93f316463dd310 (patch)
tree91e773d44b6034d656cb8206b3647e0b42176ca8 /NEWS
parent13e2bb7fa077c96437eb9cbdfd75731af7174261 (diff)
downloadfetchmail-0bcddca0b9aebb44d6076cf12c93f316463dd310.tar.gz
fetchmail-0bcddca0b9aebb44d6076cf12c93f316463dd310.tar.bz2
fetchmail-0bcddca0b9aebb44d6076cf12c93f316463dd310.zip
Give up on POP3 UIDs, they're a dead loss.
svn path=/trunk/; revision=173
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index cc4972c2..f9ce4efc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,23 @@
To-do list:
-Torture-test RPOP and RFC1725 POP UIDL features against a server that has them.
+Test RPOP feature against a server that has it.
Support IMAP4 extensions for secure challenge-response, once they're actually
standardized. Also, use the CAPABILITY command to detect when we're talking
to a true IMAP4 server and use SEARCH UNSEEN.
+Inflict pain on the person(s) responsible for removing LAST from POP3.
+
Release Notes:
-fetchmail-1.0 ():
+fetchmail-1.1 (Sat Sep 28 09:21:10 EDT 1996):
* In POP3, don't send LAST if STAT shows count of waiting messages to be zero.
* Document APOP better, we know it works now.
+* Lose the .fetchids file and give up on POP3 UIDs, they're a dead loss.
+
fetchmail-1.0 (Thu Sep 26 11:59:38 EDT 1996):
* SMTP forwarding and header-rewrite features work with POP2 now.
@@ -25,7 +29,7 @@ fetchmail-1.0 (Thu Sep 26 11:59:38 EDT 1996):
server greeting message; add the server host being queried to the
message count information line).
-* `skip' option to make it easier to set up test entries.
+* Add `skip' option to make it easier to set up test entries.
* Name change (it ain't just for POP any more).