aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-25 17:13:48 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-25 17:13:48 +0000
commit0a61f7689e2ed042f073f1a9ae88c2d2b1db8609 (patch)
tree6b18a99a4b7b994f3286396e33beac603ef43a44
parent6b970f61799057d341a346a46e2108566ebd84dd (diff)
downloadfetchmail-0a61f7689e2ed042f073f1a9ae88c2d2b1db8609.tar.gz
fetchmail-0a61f7689e2ed042f073f1a9ae88c2d2b1db8609.tar.bz2
fetchmail-0a61f7689e2ed042f073f1a9ae88c2d2b1db8609.zip
Expanded TO DO list.
svn path=/trunk/; revision=143
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ee47484e..07ba425f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,14 +1,13 @@
To-do list:
Support IMAP4 extensions for secure challenge-response, once they're actually
-standardized.
+standardized. Also, use the CAPABILITY command to detect when we're talking
+to a true IMAP4 server and do the UID thing (see header comments in imap.c).
Release Notes:
fetchmail-1.0 (Mon Sep 23 19:54:01 EDT 1996):
-* Name change (it ain't just for POP3 any more).
-
* SMTP forwarding and header-rewrite features work with POP2 now.
* Stricter RFC822 conformance, so SMTP to qmail works. Thanks to
@@ -18,6 +17,8 @@ fetchmail-1.0 (Mon Sep 23 19:54:01 EDT 1996):
server greeting message; add the server host being queried to the
message count information line).
+* Name change (it ain't just for POP any more).
+
popclient-3.2 (Mon Sep 23 13:29:46 EDT 1996):
* RPOP support (coded at a user's request but untested).