1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" href="sitestyle.css" type="text/css">
<meta name="description" content="The Fetchmail Project">
<meta name="keywords" content="fetchmail, pop3, imap, email, mail">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Fetchmail</title>
</head>
<body>
<div id="Header">
<table width="100%" cellpadding="0" summary="Canned page header">
<tr>
<td>Fetchmail</td>
<td align="right"><!-- update date -->2014-07-04</td>
</tr>
</table>
</div>
<div id="Menu">
<hr>
<a href="index.html" title="Main">Main</a><br>
<a href="fetchmail-features.html">Features</a><br>
<a href="fetchmail-man.html">Manual</a><br>
<a href="fetchmail-FAQ.html" title="Fetchmail FAQ">FAQ</a><br>
<a href="fetchmail-FAQ.pdf" title="Fetchmail FAQ as PDF">FAQ (PDF)</a><br>
<a href="design-notes.html">Design Notes</a><br>
<a
href="http://sourceforge.net/projects/fetchmail/files/branch_6.3/">Download</a><br>
<a href="security.html">Security/Errata</a><br>
<a href="https://gitlab.com/fetchmail/fetchmail/">Development</a><br>
<a href="http://sourceforge.net/projects/fetchmail/">Project Page</a><br>
<hr>
</div>
<div id="Content">
<img src="bighand.png" width="100" height="71" alt="logo: a hand presenting an envelope" align="right">
<h1>Fetchmail</h1>
<div style="background-color:#c0ffc0;color:#000000;">
<h1>NEWS: NOW HOSTED BY SOURCEFORGE.NET AFTER BERLIOS SHUTDOWN</h1>
<p>The BerliOS developer's website has shut down in the week
following 2014 May 12th, and most of the fetchmail contents have
been moved to SourceForge.net, including mailing list subscriptions,
archives back to 2004, web site contents, download and Git
repository. See <a
href="http://sourceforge.net/projects/fetchmail/">http://sourceforge.net/projects/fetchmail/</a>.</p>
<h1>NEWS: FETCHMAIL 6.3.26 RELEASE</h1>
<p>On 2013-04-23, <a
href="http://sourceforge.net/projects/fetchmail/files/branch_6.3/">fetchmail-6.3.26
has been released (this is the download link),</a> fixing a few
minor bugs, improving OpenSSL error reporting, and adding an
Esperanto-language translation.
<br>It is a recommended update for all users and distributors. <a
href="http://sourceforge.net/projects/fetchmail/files/branch_6.3/">Click
here to see the change details.</a></p>
<h1>SSL issues after upgrade to OpenSSL 1.0.0?</h1>
<p>If your fetchmail upgrade entails an upgrade of the OpenSSL
library to 1.0.0, remember to re-run <kbd>c_rehash
/path/to/certs</kbd>, where the last part is whatever argument
you give to fetchmail's <code>sslcertpath</code> option. Details:
please <a
href="fetchmail-FAQ.html#R14">see fetchmail's FAQ item
R14.</a>.</p>
</div>
<div style="background-color:#ffe0c0;color:#000000;font-size:85%"> <h1>SECURITY ALERTS</h1>
<p>These have been moved <a href="security.html">to a separate
page (click here for security information)</a> to unclutter the
front page.
<p style="font-size:100%"><strong>Please <a
href="http://sourceforge.net/projects/fetchmail/files/branch_6.3/">update
to the newest fetchmail version</a>.</strong></p>
</div>
<h1>What fetchmail does:</h1>
<p>Fetchmail is a full-featured, robust, well-documented
remote-mail retrieval and forwarding utility intended to be used over
on-demand TCP/IP links (such as SLIP or PPP connections). It supports
every remote-mail protocol now in use on the Internet: POP2, POP3,
RPOP, APOP, KPOP, all flavors of <a
href="http://www.imap.org">IMAP</a>, ETRN, and ODMR. It can even
support IPv6 and IPSEC.</p>
<p>Fetchmail retrieves mail from remote mail servers and forwards it via
SMTP, so it can then be read by normal mail user agents such as <a
href="http://www.mutt.org/">mutt</a>, elm(1) or BSD Mail.
It allows all your system MTA's filtering, forwarding, and aliasing
facilities to work just as they would on normal mail.</p>
<p>Fetchmail offers better protection against password-sniffing than any
other Unix remote-mail client. It supports APOP, KPOP, OTP, Compuserve
RPA, Microsoft NTLM, and IMAP RFC1731 encrypted authentication methods
including CRAM-MD5 to avoid sending passwords en clair. It can be
configured to support end-to-end encryption via tunneling with <a
href="http://www.openssh.com/">ssh, the Secure Shell</a>.</p>
<p>Fetchmail can be used as a POP/IMAP-to-SMTP gateway for an entire DNS
domain, collecting mail from a single drop box on an ISP and
SMTP-forwarding it based on header addresses. (We don't really
recommend this, though, as it may lose important envelope-header
information. ETRN or a UUCP connection is better.)</p>
<p>Fetchmail can be started automatically and silently as a system daemon
at boot time. When running in this mode with a short poll interval,
it is pretty hard for anyone to tell that the incoming mail link is
not a full-time "push" connection.</p>
<p>Fetchmail is easy to configure. You can edit its dotfile directly, or
use the interactive GUI configurator (fetchmailconf) supplied with the
fetchmail distribution. It is also directly supported in linuxconf
versions 1.16r8 and later.</p>
<p>Fetchmail is fast and lightweight. It packs all its standard
features (POP3, IMAP, and ETRN support) in 196K of core on a
Pentium under Linux.</p>
<p>Fetchmail is <a href="http://www.opensource.org">open-source</a>
and <a href="http://www.gnu.org/philosophy/free-sw.html">free
software</a>.</p>
<h1>Where to find out more about fetchmail:</h1>
<p>See the <a href="fetchmail-features.html">Fetchmail Feature List</a> for more
about what fetchmail does.</p>
<p>See the on-line <a href="fetchmail-man.html">manual page</a> for
basics.</p>
<p>See the <a href="fetchmail-FAQ.html">HTML Fetchmail FAQ</a> for
troubleshooting help.</p>
<p>See the <a href="design-notes.html">Fetchmail Design Notes</a>
for discussion of some of the design choices in fetchmail.</p>
<p>See the project's <a href="todo.html">To-Do list</a> for indications
of known problems and requested features.</p>
<p>The developers use <a href="http://git-scm.com/">Git</a> for revision
control. To browse the repository or to get the latest development version,
find the instructions at <a
href="https://gitlab.com/fetchmail/fetchmail">https://gitlab.com/fetchmail/fetchmail</a>.</p>
<p>See the <a href="http://sourceforge.net/projects/fetchmail/">project
page</a> for more, including <a
href="http://sourceforge.net/projects/fetchmail/files/branch_6.3/">downloads</a>.</p>
<h1>Getting help with fetchmail:</h1>
<p>Before submitting a question anywhere, <strong>please read the <a
href="fetchmail-FAQ.html">FAQ</a></strong> (especially item <a
href="fetchmail-FAQ.html#G3">G3</a> on how to report problems). We tend to get
the same three newbie questions over and over again. The FAQ covers them like
a blanket.</p>
<p>There is a fetchmail-users list for help and other user discussion
of fetchmail. It's a MailMan list, which you can sign up for at <a
href="http://lists.sourceforge.net/mailman/listinfo/fetchmail-users">
fetchmail-users@lists.sourceforge.net</a>.
<br>There is also a
fetchmail-devel list for people who want to discuss fixes and
improvements in fetchmail and help co-develop it. That one is at <a
href="http://lists.sourceforge.net/mailman/listinfo/fetchmail-devel">
fetchmail-devel@lists.sourceforge.net</a>.
<br>Finally, there is a low-traffic announcements-only list, <a
href="http://lists.sourceforge.net/mailman/listinfo/fetchmail-announce">
fetchmail-announce@lists.sourceforge.net</a>.</p>
<h1>Maintainer History</h1>
<p>Fetchmail originated as a program called <i>popclient</i>, written
by Carl Harris. In 1996, <a href="http://www.catb.org/~esr/">Eric
S. Raymond</a> took over; he soon renamed the program to fetchmail after
adding IMAP support.</p>
<p>In 2004 a new team took over, led by <a
href="http://sourceforge.net/u/robfunk/profile/">Rob Funk</a>,
Graham Wilson, and <a
href="http://sourceforge.net/u/m-a/profile/">Matthias Andree</a>. Since then,
Graham Wilson has retreated, and Sunil Shetye has
contributed several important pieces of code.</p>
<h1>You can help improve fetchmail:</h1>
<p>We welcome your code contributions. But even if you don't write code,
you can help fetchmail improve.</p>
<p><strong>If you administer a site that runs a post-office server, you may be
able help improve fetchmail by lending us a test account on your site.
Note that we do not need a shell account for this purpose, just a
mailbox and a mail address. Nor are we interested in collecting maildrops per
se -- what we're collecting is different <em>kinds of servers</em>.</strong></p>
<p>Before each release, we run a test harness that sends date-stamped
test mail to each site on our regression-test list, then tries to
retrieve it. Please take a look at the <a href="testservers.html">
list of test servers</a>. If you can lend us an account on a kind
of server that is <em>not</em> already on this list, please do.</p>
<h1>Where you can use fetchmail:</h1>
<p>The fetchmail code was developed under Linux, but has also been
extensively tested under 4.4BSD, SunOS, Solaris, AIX, and NEXTSTEP. It
should be readily portable to other Unix variants (it requires only
POSIX plus BSD sockets, and uses GNU autoconf).</p>
<p>Fetchmail is supported only for Unix by its official maintainers.
However, it is reported to build and run correctly under BeOS,
AmigaOS, Rhapsody, and QNX as well. There is a CygWin port.</p>
<h1>Related works</h1>
<h2>Similar software</h2>
<p><strong>fdm:</strong> A recently appeared software package that integrates basic filtering is <a href="http://fdm.sourceforge.net/">Nicholas Marriott's fdm</a>.
<p><strong>getmail:</strong> When fetchmail's development was
stalled before the latest team took over, <a
href="http://pyropus.ca/software/getmail/">Charles Cazabon's getmail</a> came
along as an intended replacement. It still doesn't do everything that
fetchmail does, and often suffers from Python library shortcomings, for
instance when it comes to SSL, but it's close enough to give us a bit of
competition.</p>
<p><strong>animail:</strong> Another contender with integrated filtering is <a href="http://juanjoalvarez.net/animaileng">Juanjo �lvarez Mart�nez's Animail</a>.</p>
<h2>Complementary and extension software</h2>
<!-- J. Hayek asked to remove links to his tool and name. -->
<!-- no longer true
<p>Donncha O Caoihm has written a Perl script called
<a href="http://blogs.linux.ie/xeer/install-sendmail/">install-sendmail</a>
that assists you in installing sendmail and fetchmail together.</p>
-->
<p>Peter Hawkins has written a script called <a
href="http://linux.cudeso.be/linuxdoc/gotmail.php">gotmail</a> that
can retrieve Hotmail. Another script, <a
href="http://yosucker.sourceforge.net">yosucker</a>, can retrieve
Yahoo webmail.</p>
<p>There's a program called
<a href="http://mailfilter.sourceforge.net/">mailfilter</a> which can be used
to do spam filtering, that works particularly well called from fetchmail's
<code>preconnect</code> directive.</p>
<p>A hacker identifying himself simply as 'Steines' has written a
filter which rewrites the to-line with a line which only includes
receipients for a given domain and renames the old to-line. It also
rewrites the domain-part of addresses if the offical domain is
different from the local domain. You can find it <a
href="http://www.steines.com/mailf/">here</a>.</p>
</div>
<p align="right">
<a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/"> <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss-blue" alt="Valid CSS"> </a>
</p>
</body>
</html>
|