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