]> Pileus Git - ~andy/fetchmail/blob - fetchmail-features.html
Security audit fix.
[~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: 2001/07/25 09:06:23 $
14 </table>
15 <HR>
16
17 <H1 ALIGN=CENTER>Fetchmail Feature List</H1>
18
19 <H2>Since 5.0:</H2>
20 <UL>
21 <LI>Has the capability of adding trace information to the Received header to
22 faciliate mail filtering by mailserver and remote account.
23
24 <LI>Fetchmail now has options to handle SSL certificate validation.
25
26 <LI>Fetchmail now falls back to delivering via local MDA if it can't
27 open port 25.
28
29 <LI>Support for AUTH=CRAM-MD5 under POP3, a la RFC2195.
30
31 <LI>Support for ODMR (On-Demand Mail Relay), RFC 2645 (untested).
32
33 <LI>It's now easy to deliver mail to a local LMTP socket.
34
35 <LI>The interface option now checks both local and remote interface IPs.
36
37 <LI>
38 The plugin facility has been enhanced; %h and %p options are now
39 available to pass in the hostname and service port number.
40
41 <LI>
42 Added a dropdelivered option to discard Delivered-To headers. This
43 addresses a problem with using fetchmail and postfix as a relay inside
44 a domain; when postfix sees incoming messages with delivered-to
45 headers looking exactly the same as the ones it adds himself, it
46 bounces the message.
47
48 <LI>
49 Added --smtpname to set username and domain portion of SMTP "RCPT TO"
50 command. &gt;fetchmail@mail.julianhaight.com&gt;.
51
52 <LI>
53 Added "from" server's IP address to inserted Received line
54 &gt;fetchmail@mail.julianhaight.com&lt;.
55
56 <LI>
57 Fetchmail now runs on BeOS, thanks to David Reid &lt;david@jetnet.co.uk&gt;.
58
59 <LI>
60 In IMAP, unseen-message counting and indexing is now done by SEARCH
61 UNSEEN at the beginning of each poll or re-poll (rather than with
62 the UNSEEN and RECENT responses and FLAGS queries on individual
63 messages). This significantly cuts down on traffic to and from the
64 server, and gives more reliable results.
65
66 <LI>
67 The aka option now matches hostname suffixes, so (for example) saying
68 `aka netaxs.com' will match not just netaxs.com but also (say)
69 pop3.netaxs.com and mail.netaxs.com.
70
71 <LI>
72 Fetchmail can optionally use the RFC 2177 IDLE extension on an IMAP 
73 server that supports it.
74
75 <LI>
76 Fetchmail now recognizes the RFC 2449 extended responses [IN-USE] and
77 [LOGIN-DELAY].
78
79 <LI>
80 Fetchmail running in daemon mode now restarts itself quietly when the
81 rc file is touched.
82
83 <LI>Following recent court decisions and changes in U.S. federal
84 regulatory policy, hooks for Secure Sockets Layer (SSL) are now part
85 of the main fetchmail distribution.  The distribution still contains
86 no actual cryptographic code.
87
88 <LI>NTLM support under IMAP, so fetchmail can query Microsoft Exchange servers.
89
90 <LI>Expunge option can now be used to break POP3 retrieval into subsessions. 
91
92 <LI>Support for AUTH=CRAM-MD5 under IMAP, a la RFC2195.
93 </UL>
94
95 <H2>Since 4.0:</H2>
96 <UL>
97 <LI>The interface and monitor options now work with freeBSD.
98
99 <LI> Fetchmail now sends RFC1894-conformant bouncemail on SMTP and LMTP errors.
100
101 <LI> Full support for LMTP according to RFC2033.
102
103 <LI> True multi-language support using GNU gettext.
104
105 <LI> Support for use of HESIOD with Kerberos.
106
107 <LI> The --bsmtp option supports recording fetched mail as a BSMTP batch.
108
109 <LI> The --limit option can now be used in daemon mode, with oversized-message
110 notifications being mailed to the calling user.
111
112 <LI> 
113 Configurable support for the <a
114 href="http://www.demon.net/info/helpdesk/demon_products/mail/sdps-tech.shtml">SDPS
115 extensions</a> in <a href="http://www.demon.net/">www.demon.net</a>'s
116 POP3 service.
117
118 <LI> There is now an interactive GUI fetchmail configurator, fetchmailconf.
119
120 <LI> Code is 64-bit clean and Y2K-safe.
121
122 <LI> Automatically decodes armored 7-bit MIME into 8 bits (this can be
123 suppressed).
124
125 <LI> You can specify which SMTP error is recognized as a spam block.
126
127 <LI> Support for Kerberos V authentication.
128
129 <LI> Support for IMAP-OTP authentication using Craig Metz's patches 
130      for UW IMAP.
131
132 <LI> Support for IPv6 (using glibc or Craig Metz's inet6-apps library).
133
134 <Li> Support for IPSEC (using Craig Metz's inet6-apps library).
135
136 <LI> Support for IMAP with RFC1731-conformant GSSAPI authentication.
137
138 <LI> Fixed and verified support for Cyrus IMAP server, M$ Exchange,
139      and Post Office/NT.
140
141 <LI> Support for responding with a one-time password when a POP3 server
142      issues an RFC1938-conforming OTP challenge.
143
144 <LI> Support for Compuserve's RPA authentication protocol for POP3
145      (not compiled in by default, but configurable).
146 </UL>
147
148 <H2>Since 3.0:</H2>
149 <UL>
150 <LI> Support for IMAP RFC 1731 authentication with Kerberos v4. 
151
152 <LI> Support for multiple-folder retrieval in a single session 
153      under IMAP. 
154
155 <LI> Following SMTP 571 response to a From line, fetchmail no longer 
156      downloads the bodies of spam messages. 
157
158 <LI> Support for a `hunt list' of SMTP hosts. 
159
160 <LI> Support for ESMTP 8BITMIME and SIZE options. 
161
162 <LI> Support for ESMTP ETRN command. 
163
164 <LI> The stripcr & forcecr options to explicitly control carriage-return 
165      stripping and LF-&gt;CRLF mapping before mail forwarding. 
166 </UL>
167
168 <H2>Since 2.0:</H2>
169 <UL>
170 <LI> Support for secure use with ssh. 
171
172 <LI> Mailserver passwords can be parsed out of your .netrc file. 
173
174 <LI> When forwarding mail via SMTP, fetchmail respects the 571 
175      "spam filter" response and discards any mail that triggers it. 
176
177 <LI> Transaction and error logging may optionally be done via syslog. 
178
179 <LI> (Linux only) Security option to permit fetchmail to poll a host  
180      only when a point-to-point link to a particular IP address is
181      up. 
182
183 <LI> RPOP support (restored; had been removed in 1.8). 
184 </UL>
185
186 <H2>2.0 and earlier versions:</H2>
187 <UL>
188 <LI> Support POP2, APOP, RPOP, IMAP2, IMAP2bis, IMAP3, IMAP4, IMAP4rev1. .
189
190 <LI> Support for Kerberos V4 user authentication (either MIT or Cygnus). 
191
192 <LI> Host is auto-probed for a working server if no protocol is
193      specified for the connection.  Thus you don't need to know
194      what servers are running on your mail host in advance; the
195      verbose option will tell you which one succeeds. 
196
197 <LI> Delivery via SMTP to the client machine's port 25.  This
198      means the retrieved mail automatically goes to the system
199      default MDA as if it were normal sender-initiated SMTP mail. 
200
201 <LI> Configurable timeout to detect if server connection is dropped. 
202
203 <LI> Support for retrieving and forwarding from multi-drop mailboxes 
204      that is guaranteed not to cause mail loops. 
205
206 <LI> Large user community -- fetchmail has a large user base (the
207      author's beta list includes well over two hundred people).  This 
208      means feedback is rapid, bugs get found and fixed rapidly. 
209
210 <LI> Carefully written, comprehensive and up-to-date man page describing
211      not only modes of operation but also how to diagnose the most
212      common kinds of problems and what to do about deficient servers.
213
214 <LI> Rugged, simple, and well-tested code -- the author relies on it
215      every day and it has never lost mail, not even in experimental
216      versions.  (In the project's entire history there has only been
217      one recorded instance of lost mail, and that was due to a quirk
218      in some Microsoft code.)
219
220 <LI> Strict conformance to relevant RFCs and good debugging options.
221      You could use fetchmail to test and debug server implementatations.
222
223 <LI> For anybody who cares, fetchmail is Y2K safe.
224 </UL>
225
226 <H2>Features in common with other remote-mail retrieval programs:</H2>
227
228 The other programs I have checked include fetchpop1.9, PopTart-0.9.3,
229 get-mail, gwpop, pimp-1.0, pop-perl5-1.2, popc, popmail-1.6 and upop.
230
231 <UL>
232 <LI> Support for POP3.
233
234 <LI> Easy control via command line or free-format run control file.
235
236 <LI> Daemon mode -- fetchmail can be run in background to poll 
237      one or more hosts at a specified interval.
238
239 <LI> From:, To:, Cc:, and Reply-To: headers are rewritten so that 
240      usernames relative to the fetchmail host become fully-qualified
241      Internet addresses.  This enables replies to work correctly.
242      (Would be unique to fetchmail if I hadn't added it to fetchpop.)
243
244 <LI> Message and header processing are 8-bit clean.
245 </UL>
246
247 <HR>
248 <table width="100%" cellpadding=0><tr>
249 <td width="30%">Back to <a href="index.html">Fetchmail Home Page</a>
250 <td width="30%" align=center>To <a href="/~esr/sitemap.html">Site Map</a>
251 <td width="30%" align=right>$Date: 2001/07/25 09:06:23 $
252 </table>
253
254 <P><ADDRESS>Eric S. Raymond <A HREF="mailto:esr@thyrsus.com">&lt;esr@snark.thyrsus.com&gt;</A></ADDRESS>
255 </BODY>
256 </HTML>