diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-22 23:34:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-22 23:34:57 +0000 |
commit | 195fbfab0a696660c9f3f0c7f74ecfa18ab11d76 (patch) | |
tree | c4adfbc5114a3346710b70fa8583262d8acd406f /README | |
parent | 12d4335c758348d9e06ad9defb8b641926253f99 (diff) | |
download | fetchmail-195fbfab0a696660c9f3f0c7f74ecfa18ab11d76.tar.gz fetchmail-195fbfab0a696660c9f3f0c7f74ecfa18ab11d76.tar.bz2 fetchmail-195fbfab0a696660c9f3f0c7f74ecfa18ab11d76.zip |
Break down features by major release.
svn path=/trunk/; revision=807
Diffstat (limited to 'README')
-rw-r--r-- | README | 41 |
1 files changed, 22 insertions, 19 deletions
@@ -13,15 +13,32 @@ readily 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 3.0: - - ** Support for ESMTP 8BITMIME and SIZE options - 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 **. +Since 3.0: + + ** Support for ESMTP 8BITMIME and SIZE options. + +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. + + ** (Linux only) Security option to permit fetchmail to poll a host + only when a point-to-point link to a particular IP address is up. + + ** RPOP support (restored; had been removed in 1.8). + +2.0 and earlier versions: + * **POP2, POP3, **APOP, **RPOP, **IMAP2bis, **IMAP4 support. ** Support for Kerberos user authentication (either MIT or Cygnus). @@ -40,20 +57,6 @@ pop-perl5-1.2, popc, popmail-1.6 and upop) are marked with **. ** Support for retrieving and forwarding from multi-drop mailboxes that is guaranteed not to cause mail loops. - ** 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. - - ** (Linux only) Security option to permit fetchmail to poll a host - only when a point-to-point link to a particular IP address is up. - - ** RPOP support is back. - * Easy control via command line or free-format run control file. * Daemon mode -- fetchmail can be run in background to poll |