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