diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 01:43:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-25 01:43:25 +0000 |
commit | 32e5987510b23d25f2227feb90869eb55ba93753 (patch) | |
tree | a9a409d7df75aff44ea7916be5b9ef91adf2fbbc /NEWS | |
parent | 2e0d9bcd45cb57b86ed2738290b05307116f2101 (diff) | |
download | fetchmail-32e5987510b23d25f2227feb90869eb55ba93753.tar.gz fetchmail-32e5987510b23d25f2227feb90869eb55ba93753.tar.bz2 fetchmail-32e5987510b23d25f2227feb90869eb55ba93753.zip |
POP2 now goes through the generic driver.
svn path=/trunk/; revision=128
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2,9 +2,7 @@ To-do list: -Option to enable EMACS-like user folder versioning on each run. - -The IMAP support is naive. Chris Newman, one of the IMAP maintainers, +1. The IMAP support is naive. Chris Newman, one of the IMAP maintainers, criticized it as follows: ------------------------------- CUT HERE ----------------------------------- On Wed, 18 Sep 1996, Eric S. Raymond wrote: @@ -42,17 +40,19 @@ The key thing to remember is that in IMAP the server holds the authoratative list of messages and the client just holds a cache. This is a very different model from POP. ------------------------------- CUT HERE ----------------------------------- +If we ever decide that concurrent runs need to work safely, this will have +to be fixed. -IMAP extensions for secure challenge-response. +2. Support IMAP4 extensions for secure challenge-response. -Recode POP2 to use the same driver/method strategy as POP3/IMAP, so -all three protocols will be able to forward messages through the generic -driver to SMTP. (This requires that we find a POP2 server to test with.) +3. Option to enable EMACS-like user folder versioning on each run. 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 Cameron MacPherson <unsound@oz.net> for these changes. |