diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-12 11:59:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-12 11:59:39 +0000 |
commit | c64bc78c091837def7820299eb99ed51a21570d8 (patch) | |
tree | 11f97f7a8dfc7f910e62538f840040e233fa0ea3 /NEWS | |
parent | 3490078bdc134e2464dfb35711b6e08dfad7a8da (diff) | |
download | fetchmail-c64bc78c091837def7820299eb99ed51a21570d8.tar.gz fetchmail-c64bc78c091837def7820299eb99ed51a21570d8.tar.bz2 fetchmail-c64bc78c091837def7820299eb99ed51a21570d8.zip |
Added port-specification option.
svn path=/trunk/; revision=87
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -4,7 +4,7 @@ To-do list: Option to enable EMACS-like user folder versioning on each run. -S/key for secure challenge-response. +IMAP 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 @@ -16,14 +16,19 @@ driver to SMTP. (This requires that we find a POP2 server to test with.) * Sendmail delivery from background seems to work now. -* We have IMAP2bis/IMAP4 suppport. +* We have IMAP2bis/IMAP4 support. * Code now autoprobes for a POP3, IMAP, or POP2 server if no protocol is specified. * SMTP forwarding support. Thanks to Harry Hochheiser <harry@tigger.jvnc.net> - for this simple but very clever idea. - + for this simple but clever idea. + +* If no UNIX From line is found, popclient will now synthesize a correct + line from the RFC822 From line. + +* It is now possible to specify the host TCP/IP port number to connect to. + 3.05: * Experimental support for RFC1725-compliant POP servers with the UIDL |