]> Pileus Git - ~andy/fetchmail/blob - README
db092aa6b665c4e2a26eb0c28e14b61fdf920053
[~andy/fetchmail] / README
1                         README for fetchmail
2
3 fetchmail is a full-featured, robust, well-documented POP2, POP3, APOP, and
4 IMAP batch mail retrieval utility intended to be used over on-demand TCP/IP
5 links (such as SLIP or PPP connections).  It retrieves mail from remote
6 mail servers and forwards it to your local (client) machine's delivery
7 system, where it can then be be read by normal mail user agents such as
8 elm(1) or Mail(1).
9
10 The fetchmail program was originally developed (under the name popclient) by
11 Carl Harris <ceharris@mal.com> and now maintained by Eric S. Raymond
12 <esr@thyrsus.com>.  See the file NEWS for a version history.
13
14 The fetchmail code was developed under Linux and should be readily portable
15 to other UNIX systems (it uses GNU autoconf).  It has also been ported to
16 QNX; to build under QNX, see the header comments in the Makefile.
17
18 You can find the latest version of fetchmail from Eric's home page
19
20         http://www.ccil.org/~esr
21
22 Features of fetchmail include:
23
24         * POP2, POP3, APOP, RPOP and IMAP support with auto-probing for a
25           server on the host if no protocol is specified.
26
27         * Easy control via command line or free-format run control file.
28
29         * Daemon mode -- fetchmail can be run in background to poll
30           one or more hosts at a specified interval.
31
32         * Delivery via via SMTP to the client machine's port 25 (or
33           optionally via either file-append with mandatory locking or an
34           MDA you specify). 
35
36         * From:, To:, Cc:, and Reply-To: headers are rewritten so that 
37           usernames relative to the fetchmail host become fully-qualified
38           Internet addresses.  This enables replies to work correctly.
39
40 There is a man page at fetchmail.man.  A sample rc file is at sample.rcfile.
41 For a release history, see the file NEWS.
42                                                         -- esr
43