]> Pileus Git - ~andy/fetchmail/blob - README
5f967a14f6aabe35eb53a83b69455c117cebcff1
[~andy/fetchmail] / README
1                          fetchmail README
2
3 fetchmail is a free, full-featured, robust, well-documented remote
4 mail retrieval and forwarding utility intended to be used over
5 on-demand TCP/IP links (such as SLIP or PPP connections).  It
6 retrieves mail from remote mail servers and forwards it to your local
7 (client) machine's delivery system, so it can then be be read by
8 normal mail user agents such as elm(1) or Mail(1).
9
10 fetchmail supports standard all mail-retrieval protocols in use on the
11 Internet: POP2, POP3 (including POP3 with RFC1938 one-time passwords),
12 RPOP, APOP, KPOP, Compuserve's POP3 with RPA, Microsoft's NTLM, Demon
13 Internet's SDPS, all flavors of IMAP (including IMAP4rev1 with RFC1731
14 Kerberos v4 or GSSAPI authentication or CRAM-MD5 authentication), and
15 ESMTP ETRN.  Fetchmail also supports end-to-end encryption with OpenSSL.
16
17 The fetchmail code was developed under Linux, but has also been
18 extensively tested under the BSD variants, AIX, HP-UX versions 9 and
19 10, SunOS, Solaris, NEXTSTEP, OSF 3.2, IRIX, and Rhapsody.
20
21 It should be readily portable to other Unix variants (it uses GNU
22 autoconf).  It has been ported to LynxOS and BeOS and will build there
23 without special action.  It has also been ported to QNX; to build
24 under QNX, see the header comments in the Makefile.  It is reported to
25 build and run under AmigaOS.
26
27 See the distribution files FEATURES for a full list of features, NEWS
28 for detailed information on recent changes, NOTES for design notes, and
29 TODO for a list of things that still need doing.
30
31 The fetchmail code appears to be stable and free of bugs affecting
32 normal operation (that is, retrieving from POP3 or IMAP in single-drop
33 mode and forwarding via SMTP to sendmail).  It will probably undergo
34 substantial change only if and when support for a new retrieval
35 protocol or authentication mode is added.
36
37 You can easily fetch the latest version of fetchmail via FTP from the
38 following FTP directory:
39
40         ftp://ftp.ccil.org/pub/esr/fetchmail
41
42 Or you can get it from the fetchmail home page:
43
44         http://www.tuxedo.org/~esr/fetchmail
45
46 Enjoy!
47
48                                                         -- esr
49