aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-09-25 21:36:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-09-25 21:36:07 +0000
commit4d1a9910f0cf6c09d921825813a2b6d9e4e04dbb (patch)
tree3e612115f32a23530c36d5399db6d80facf4d1ce /README
parentd7d3ef0fdf1bc08e136fbf79a75278f9776771c7 (diff)
downloadfetchmail-4d1a9910f0cf6c09d921825813a2b6d9e4e04dbb.tar.gz
fetchmail-4d1a9910f0cf6c09d921825813a2b6d9e4e04dbb.tar.bz2
fetchmail-4d1a9910f0cf6c09d921825813a2b6d9e4e04dbb.zip
Updated documentation.
svn path=/trunk/; revision=151
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 14 insertions, 8 deletions
diff --git a/README b/README
index 00e731fe..db092aa6 100644
--- a/README
+++ b/README
@@ -1,13 +1,19 @@
README for fetchmail
-fetchmail is a full-featured, robust, well-documented POP2, POP3, APOP,
-and IMAP client originally developed (under the name popclient) by Carl
-Harris <ceharris@mal.com> and now maintained by Eric S. Raymond
-<esr@thyrsus.com>.
-
-fetchmail was developed under Linux and should be readily portable to other
-UNIX systems (it uses GNU autoconf). It has also been ported to QNX; to build
-under QNX, see the header comments in the Makefile.
+fetchmail is a full-featured, robust, well-documented POP2, POP3, APOP, and
+IMAP batch mail retrieval 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, where it can then be be read by normal mail user agents such as
+elm(1) or Mail(1).
+
+The fetchmail program was originally developed (under the name popclient) by
+Carl Harris <ceharris@mal.com> and now maintained by Eric S. Raymond
+<esr@thyrsus.com>. See the file NEWS for a version history.
+
+The fetchmail code was developed under Linux and should be readily portable
+to other UNIX systems (it uses GNU autoconf). It has also been ported to
+QNX; to build under QNX, see the header comments in the Makefile.
You can find the latest version of fetchmail from Eric's home page