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