diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-02-11 23:26:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-02-11 23:26:10 +0000 |
commit | d6c728ad218f79305ad759eba6d787d125c67ec3 (patch) | |
tree | 3ab20cfce9699d9c0af61ad73229c5a16e577b95 /NEWS | |
parent | 18f57966dd58cb32956332ab4ac235edd8d1d7ca (diff) | |
download | fetchmail-d6c728ad218f79305ad759eba6d787d125c67ec3.tar.gz fetchmail-d6c728ad218f79305ad759eba6d787d125c67ec3.tar.bz2 fetchmail-d6c728ad218f79305ad759eba6d787d125c67ec3.zip |
Let's get rid of the old protocols with preauthentication bundled in.
svn path=/trunk/; revision=3071
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -5,6 +5,12 @@ * CRAM-MD5 authentication of IMAP and POP3 is working. Tested against IMAP4rev1 2000.287 and v2000.70 POP3 gateway at neo.netnea.com. * Full support for POP3 AUTH (RFC1734) with KERBEROS_IV, GSSAPI, OTP. + This code has been completely refactored. In the process, it is + possible I have broken GSSAPI and OPIE; this needs to be tested. + The old IMAP-LOGIN, IMAP-GSS, and IMAP-K4 protocols are gone; fetchmail + now uses these automatically when it detects the right capabilities. + To prevent having fetchmail look for a password, specify a "preauth" + option other than "password". * Noted that Debian bugs #78963, #63064, #81312, #78796, #78363, #78149, #68627, #67559, #63308, #63088, #71428 are fixed. * Resolved Debian bug #65505: fetchmail now returns a nonzero exit status |