diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-06-02 03:05:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-06-02 03:05:53 +0000 |
commit | b0338391d385f9be0d5b64565ca269c07a208baf (patch) | |
tree | 4c3719a0359968086e50977e907c7300742fc7ad /README | |
parent | 3c591e354e5216a8c2dd149f020f82ecd29e9b69 (diff) | |
download | fetchmail-b0338391d385f9be0d5b64565ca269c07a208baf.tar.gz fetchmail-b0338391d385f9be0d5b64565ca269c07a208baf.tar.bz2 fetchmail-b0338391d385f9be0d5b64565ca269c07a208baf.zip |
Add exim 501 response.
svn path=/trunk/; revision=1055
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -1,14 +1,15 @@ fetchmail README -fetchmail is a free, full-featured, robust, well-documented POP2, POP3, RPOP, -APOP, KPOP, and IMAP batch mail retrieval/forwarding utility intended to be -used over on-demand TCP/IP links (such as SLIP or PPP connections). -It retrieves mail from remote mail servers and forwards it to your -local (client) machine's delivery system, so it can then be be read by +fetchmail is a free, 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 +POP2, POP3, RPOP, APOP, KPOP, all flavors of IMAP, and ESMTP ETRN. It +retrieves mail from remote mail servers and forwards it to your local +(client) machine's delivery system, so it can then be be read by normal mail user agents such as elm(1) or Mail(1). The fetchmail code was developed under Linux, but has also been -extensively tested under 4.4BSD, Solaris and NEXTSTEP. It should be +extensively tested under 4.4BSD, AIX, Solaris and NEXTSTEP. It should be readily portable to other Unix variants (it uses GNU autoconf). It has also been ported to QNX; to build under QNX, see the header comments in the Makefile. |