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