aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/debian_rc
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-10-20 09:14:40 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-10-20 09:14:40 +0000
commitf9a07052ed2a7c64bc1a8732a5bb8c1c4fb91e77 (patch)
treef6024cf6e52a70ebe183a52895fdab2ea48ad422 /contrib/debian_rc
parent334cb452bfee4d0511f9591292903d01f58efaf9 (diff)
downloadfetchmail-f9a07052ed2a7c64bc1a8732a5bb8c1c4fb91e77.tar.gz
fetchmail-f9a07052ed2a7c64bc1a8732a5bb8c1c4fb91e77.tar.bz2
fetchmail-f9a07052ed2a7c64bc1a8732a5bb8c1c4fb91e77.zip
We want a gettext implementation that supports ngettext.
svn path=/trunk/; revision=3954
Diffstat (limited to 'contrib/debian_rc')
0 files changed, 0 insertions, 0 deletions
: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
			README for fetchmail

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

	http://www.ccil.org/~esr

Features of fetchmail include:

	* POP2, POP3, APOP, RPOP and IMAP support with auto-probing for a
	  server on the host if no protocol is specified.

	* Easy control via command line or free-format run control file.

	* Daemon mode -- fetchmail can be run in background to poll
	  one or more hosts at a specified interval.

	* Delivery via via SMTP to the client machine's port 25 (or
	  optionally via either file-append with mandatory locking or an
	  MDA you specify). 

	* From:, To:, Cc:, and Reply-To: headers are rewritten so that 
	  usernames relative to the fetchmail host become fully-qualified
	  Internet addresses.  This enables replies to work correctly.

There is a man page at fetchmail.man.  A sample rc file is at sample.rcfile.
For a release history, see the file NEWS.
							-- esr