]> Pileus Git - ~andy/fetchmail/blob - README
e93ac10d477404c668a5dca2f53f06a7b674c61b
[~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, Demon Internet's SDPS, 
13 all flavors of IMAP (including IMAP4rev1 with RFC1731 Kerberos v4  or
14 GSSAPI authentication), and ESMTP ETRN.
15
16 The fetchmail code was developed under Linux, but has also been
17 extensively tested under 4.4BSD, AIX, HP-UX versions 9 and 10, 
18 SunOS, Solaris, NEXTSTEP, and OSF 3.2.  
19
20 It should be readily portable to other Unix variants (it uses GNU
21 autoconf).  It has been ported to LynxOS and will build there without
22 special action.  It has also been ported to QNX; to build under QNX,
23 see the header comments in the Makefile.  It is reported to build and
24 run under AmigaOS.
25
26 A beta OS/2 port of fetchmail is available from Jason F. McBrayer at 
27 http://studentweb.tulane.edu/%7Ejmcbray/os2.
28
29 Fetchmail is Y2K safe.
30
31 See the distribution files FEATURES for a full list of features, NEWS
32 for detailed information on recent changes and NOTES for design notes.
33
34 The fetchmail code appears to be stable and free of bugs affecting
35 normal operation (that is, retrieving from POP3 or IMAP in single-drop
36 mode and forwarding via SMTP to sendmail).  It will probably undergo
37 substantial change only if and when support for a new retrieval
38 protocol or authentication mode is added.
39
40 You can easily fetch the latest version of fetchmail via FTP from the
41 following FTP directory:
42
43         ftp://ftp.ccil.org/pub/esr/fetchmail
44
45 Or you can get it from the fetchmail home page:
46
47         http://www.tuxedo.org/~esr/fetchmail
48
49 Enjoy!
50
51                                                         -- esr
52