]> Pileus Git - ~andy/fetchmail/blob - fetchmail-features.html
68d745f8c9c4b7c9aee07cab4f04fbdc66f2eb0b
[~andy/fetchmail] / fetchmail-features.html
1 <!doctype HTML public "-//W3O//DTD W3 HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE>Fetchmail Feature List</TITLE>
5 <link rev=made href="mailto:esr@snark.thyrsus.com">
6 <meta name="description" content="The fetchmail brag sheet.">
7 <meta name="keywords" content="fetchmail, POP, POP3, IMAP, IMAP2bis, IMAP4"> 
8 </HEAD>
9 <BODY>
10 <table width="100%" cellpadding=0><tr>
11 <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a>
12 <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
13 <td width="30%" align=right>$Date: 1999/12/19 20:11:48 $
14 </table>
15 <HR>
16
17 <H1 ALIGN=CENTER>Fetchmail Feature List</H1>
18
19 <H2>Since 5.0:</H2>
20 <UL>
21 <LI>Following recent court decisions and changes in U.S. federal
22 regulatory policy, hooks for Secure Sockets Layer (SSL) are now part
23 of the main fetchmail distribution.  The distribution still contains
24 no actual cryptographic code.
25
26 <LI>NTLM support, so fetchmail can query Microsoft Exchange servers.
27
28 <LI>Expunge option can now be used to break POP3 retrieval into subsessions. 
29
30 <LI>Support for AUTH=CRAM-MD5 under IMAP, a la RFC2195.
31 </UL>
32
33 <H2>Since 4.0:</H2>
34 <UL>
35 <LI>The interface and monitor options now work with freeBSD.
36
37 <LI> Fetchmail now sends RFC1894-conformant bouncemail on SMTP and LMTP errors.
38
39 <LI> Full support for LMTP according to RFC2033.
40
41 <LI> True multi-language support using GNU gettext.
42
43 <LI> Support for use of HESIOD with Kerberos.
44
45 <LI> The --bsmtp option supports recording fetched mail as a BSMTP batch.
46
47 <LI> The --limit option can now be used in daemon mode, with oversized-message
48 notifications being mailed to the calling user.
49
50 <LI> Configurable support for the 
51 <a href="http://www.demon.net/services/mail/sdps-tech.html">SDPS extensions</a>
52 in <a href="http://www.demon.net/">www.demon.net</a>'s POP3 service.
53
54 <LI> There is now an interactive GUI fetchmail configurator, fetchmailconf.
55
56 <LI> Code is 64-bit clean and Y2K-safe.
57
58 <LI> Automatically decodes armored 7-bit MIME into 8 bits (this can be
59 suppressed).
60
61 <LI> You can specify which SMTP error is recognized as a spam block.
62
63 <LI> Support for Kerberos V authentication.
64
65 <LI> Support for IMAP-OTP authentication using Craig Metz's patches 
66      for UW IMAP.
67
68 <LI> Support for IPv6 (using glibc or Craig Metz's inet6-apps library).
69
70 <Li> Support for IPSEC (using Craig Metz's inet6-apps library).
71
72 <LI> Support for IMAP with RFC1731-conformant GSSAPI authentication.
73
74 <LI> Fixed and verified support for Cyrus IMAP server, M$ Exchange,
75      and Post Office/NT.
76
77 <LI> Support for responding with a one-time password when a POP3 server
78      issues an RFC1938-conforming OTP challenge.
79
80 <LI> Support for Compuserve's RPA authentication protocol for POP3
81      (not compiled in by default, but configurable).
82 </UL>
83
84 <H2>Since 3.0:</H2>
85 <UL>
86 <LI> Support for IMAP RFC 1731 authentication with Kerberos v4. 
87
88 <LI> Support for multiple-folder retrieval in a single session 
89      under IMAP. 
90
91 <LI> Following SMTP 571 response to a From line, fetchmail no longer 
92      downloads the bodies of spam messages. 
93
94 <LI> Support for a `hunt list' of SMTP hosts. 
95
96 <LI> Support for ESMTP 8BITMIME and SIZE options. 
97
98 <LI> Support for ESMTP ETRN command. 
99
100 <LI> The stripcr & forcecr options to explicitly control carriage-return 
101      stripping and LF-&gt;CRLF mapping before mail forwarding. 
102 </UL>
103
104 <H2>Since 2.0:</H2>
105 <UL>
106 <LI> Support for secure use with ssh. 
107
108 <LI> Mailserver passwords can be parsed out of your .netrc file. 
109
110 <LI> When forwarding mail via SMTP, fetchmail respects the 571 
111      "spam filter" response and discards any mail that triggers it. 
112
113 <LI> Transaction and error logging may optionally be done via syslog. 
114
115 <LI> (Linux only) Security option to permit fetchmail to poll a host  
116      only when a point-to-point link to a particular IP address is
117      up. 
118
119 <LI> RPOP support (restored; had been removed in 1.8). 
120 </UL>
121
122 <H2>2.0 and earlier versions:</H2>
123 <UL>
124 <LI> Support POP2, APOP, RPOP, IMAP2, IMAP2bis, IMAP3, IMAP4, IMAP4rev1. .
125
126 <LI> Support for Kerberos V4 user authentication (either MIT or Cygnus). 
127
128 <LI> Host is auto-probed for a working server if no protocol is
129      specified for the connection.  Thus you don't need to know
130      what servers are running on your mail host in advance; the
131      verbose option will tell you which one succeeds. 
132
133 <LI> Delivery via SMTP to the client machine's port 25.  This
134      means the retrieved mail automatically goes to the system
135      default MDA as if it were normal sender-initiated SMTP mail. 
136
137 <LI> Configurable timeout to detect if server connection is dropped. 
138
139 <LI> Support for retrieving and forwarding from multi-drop mailboxes 
140      that is guaranteed not to cause mail loops. 
141
142 <LI> Large user community -- fetchmail has a large user base (the
143      author's beta list includes well over two hundred people).  This 
144      means feedback is rapid, bugs get found and fixed rapidly. 
145
146 <LI> Carefully written, comprehensive and up-to-date man page describing
147      not only modes of operation but also how to diagnose the most
148      common kinds of problems and what to do about deficient servers.
149
150 <LI> Rugged, simple, and well-tested code -- the author relies on it
151      every day and it has never lost mail, not even in experimental
152      versions.  (In the project's entire history there has only been
153      one recorded instance of lost mail, and that was due to a quirk
154      in some Microsoft code.)
155
156 <LI> Strict conformance to relevant RFCs and good debugging options.
157      You could use fetchmail to test and debug server implementatations.
158
159 <LI> For anybody who cares, fetchmail is Y2K safe.
160 </UL>
161
162 <H2>Features in common with other remote-mail retrieval programs:</H2>
163
164 The other programs I have checked include fetchpop1.9, PopTart-0.9.3,
165 get-mail, gwpop, pimp-1.0, pop-perl5-1.2, popc, popmail-1.6 and upop.<P>
166
167 <UL>
168 <LI> Support for POP3.
169
170 <LI> Easy control via command line or free-format run control file.
171
172 <LI> Daemon mode -- fetchmail can be run in background to poll 
173      one or more hosts at a specified interval.
174
175 <LI> From:, To:, Cc:, and Reply-To: headers are rewritten so that 
176      usernames relative to the fetchmail host become fully-qualified
177      Internet addresses.  This enables replies to work correctly.
178      (Would be unique to fetchmail if I hadn't added it to fetchpop.)
179
180 <LI> Message and header processing are 8-bit clean.
181 </UL>
182
183 <HR>
184 <table width="100%" cellpadding=0><tr>
185 <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a>
186 <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
187 <td width="30%" align=right>$Date: 1999/12/19 20:11:48 $
188 </table>
189
190 <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
191 </BODY>
192 </HTML>