diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-10 15:20:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-10 15:20:06 +0000 |
commit | a4bd53201d361e9e3d1cf094a0fd78646c5522d3 (patch) | |
tree | 4bd8193c9e18ff49b11a6686ffa8f52e80bf4e55 /README | |
parent | 623fd3dc50674b258991663149f813ec895adff7 (diff) | |
download | fetchmail-a4bd53201d361e9e3d1cf094a0fd78646c5522d3.tar.gz fetchmail-a4bd53201d361e9e3d1cf094a0fd78646c5522d3.tar.bz2 fetchmail-a4bd53201d361e9e3d1cf094a0fd78646c5522d3.zip |
Document new features.
svn path=/trunk/; revision=735
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 21 insertions, 4 deletions
@@ -12,6 +12,22 @@ portable to other Unix variants (it uses GNU autoconf). It has also been ported to QNX; to build under QNX, see the header comments in the Makefile. +For those of you already familiar with previous versions, here are the +major new features since 2.0: + + ** Support for secure use with ssh. + + ** Mailserver passwords can be parsed out of your .netrc file. + + ** When forwarding mail via SMTP, fetchmail respects the 571 + "spam filter" response and discards any mail that triggers it. + + ** Transaction and error logging may optionally be done via syslog. + +There have also been numerous improvements in multidrop mailbox handling. +Under many circumstances fetchmail can now determine a mail message's +envelope address from its headers, making multidrop forwarding more reliable. + Here are fetchmail's main features. Those unique to fetchmail (relative to fetchpop1.9, PopTart-0.9.3, get-mail, gwpop, pimp-1.0, pop-perl5-1.2, popc, popmail-1.6 and upop) are marked with **. @@ -59,15 +75,16 @@ pop-perl5-1.2, popc, popmail-1.6 and upop) are marked with **. versions. * Large user community -- fetchmail has a large user base (the - author's beta list includes over a hundred people). This means - feedback is rapid, bugs get found and fixed rapidly. + author's beta list includes over a hundred fifty people). This + means feedback is rapid, bugs get found and fixed rapidly. The fetchmail code appears to be stable and free of bugs affecting normal operation (that is, retrieving from POP3 or IMAP in single-drop mode and forwarding via SMTP to sendmail). It will probably undergo substantial change only if and when support for a new retrieval -protocol or authentication is added. See the distribution files NEWS -for detailed information on recent changes and NOTES for design notes. +protocol or authentication mode is added. See the distribution files +NEWS for detailed information on recent changes and NOTES for design +notes. You can easily fetch the latest version of fetchmail via FTP from the following FTP directory: |