diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-28 22:38:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-28 22:38:57 +0000 |
commit | b5a2735d56343e9bc0a6d8e6927d1cbd8d089800 (patch) | |
tree | 9c2cf085831944bbcab25b922de9f0232067d8bf | |
parent | c836e30eb07736b01bf41e460c89869c53b65959 (diff) | |
download | fetchmail-b5a2735d56343e9bc0a6d8e6927d1cbd8d089800.tar.gz fetchmail-b5a2735d56343e9bc0a6d8e6927d1cbd8d089800.tar.bz2 fetchmail-b5a2735d56343e9bc0a6d8e6927d1cbd8d089800.zip |
Added blurbs on new features.
svn path=/trunk/; revision=1045
-rw-r--r-- | README | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -19,13 +19,21 @@ pop-perl5-1.2, popc, popmail-1.6 and upop) are marked with **. Since 3.0: + ** Support for IMAP RFC 1731 authentication with Kerberos v4. + + ** Support for multiple-folder retrieval in a single session + under IMAP. + + ** Following SMTP 571 response to a From line, fetchmail no longer + downloads the bodies of spam messages. + ** Support for a `hunt list' of SMTP hosts ** Support for ESMTP 8BITMIME and SIZE options. ** Support for ESMTP ETRN command. - ** The stripcr and forcecr option to explicitly control carriage-return + ** The stripcr & forcecr options to explicitly control carriage-return stripping and LF->CRLF mapping before mail forwarding. Since 2.0: |