diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-28 13:31:48 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-28 13:31:48 +0000 |
commit | 0bcddca0b9aebb44d6076cf12c93f316463dd310 (patch) | |
tree | 91e773d44b6034d656cb8206b3647e0b42176ca8 /NEWS | |
parent | 13e2bb7fa077c96437eb9cbdfd75731af7174261 (diff) | |
download | fetchmail-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-- | NEWS | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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). |