]> Pileus Git - ~andy/fetchmail/blob - README
First round of changes for OPIE support.
[~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, all flavors of IMAP (including IMAP4rev1 with
13 RFC1731 Kerberos v4 authentication), and ESMTP ETRN.
14
15 The fetchmail code was developed under Linux, but has also been
16 extensively tested under 4.4BSD, AIX, Solaris and NEXTSTEP.  It should be
17 readily portable to other Unix variants (it uses GNU autoconf).  It
18 has also been ported to QNX; to build under QNX, see the header
19 comments in the Makefile.  It is reported to build and run under AmigaOS.
20
21 See the distribution files FEATURES for a full list of features, NEWS
22 for detailed information on recent changes and NOTES for design notes.
23
24 The fetchmail code appears to be stable and free of bugs affecting
25 normal operation (that is, retrieving from POP3 or IMAP in single-drop
26 mode and forwarding via SMTP to sendmail).  It will probably undergo
27 substantial change only if and when support for a new retrieval
28 protocol or authentication mode is added.
29
30 You can easily fetch the latest version of fetchmail via FTP from the
31 following FTP directory:
32
33         ftp://ftp.ccil.org/pub/esr/fetchmail
34
35 Or you can get it from the fetchmail home page:
36
37         http://www.ccil.org/~esr/fetchmail
38
39 Enjoy!
40
41                                                         -- esr
42