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