aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-01 07:14:12 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-01 07:14:12 +0000
commitaaeb3055402a95323d97a7807c0b92848afb0aa5 (patch)
tree1a56fe9fefee1d4f9c4e8a4dc21e778110290c37 /NEWS
parent9822112a35d7962b08730668ea2aa2355315ea42 (diff)
downloadfetchmail-aaeb3055402a95323d97a7807c0b92848afb0aa5.tar.gz
fetchmail-aaeb3055402a95323d97a7807c0b92848afb0aa5.tar.bz2
fetchmail-aaeb3055402a95323d97a7807c0b92848afb0aa5.zip
Better IMAP support.
svn path=/trunk/; revision=185
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 566151f6..120f9434 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,7 @@
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.
+standardized.
Inflict pain on the person(s) responsible for removing LAST from POP3.
@@ -18,6 +17,11 @@ fetchmail-1.3 (Sun Sep 29 01:22:21 EDT 1996):
* Kill off -2 and -3 options, redundant popclient remnants.
+* IMAP code simplification and robustification. Use FETCH FLAGS to find
+ seen messages. Code should now work even if unseen messages are
+ interspersed with seen ones, and even if messages are appended to the
+ mailbox during the run.
+
fetchmail-1.2 (Sat Sep 28 15:40:50 EDT 1996):
* The great option massacre. Remove --stdout, --limit, --local, --mda.