aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-09-25 10:35:14 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-09-25 10:35:14 +0000
commitdc9d28f34e9ece72d670f41a024364833d8f2f3c (patch)
treec51f956c22ebd1784e65e8b5848438c2d4e56ea9
parent9084f49286547cdd9043015b8c2088c1c7dc27bd (diff)
downloadfetchmail-dc9d28f34e9ece72d670f41a024364833d8f2f3c.tar.gz
fetchmail-dc9d28f34e9ece72d670f41a024364833d8f2f3c.tar.bz2
fetchmail-dc9d28f34e9ece72d670f41a024364833d8f2f3c.zip
Mark new/removed options with corresponding fetchmail version.
svn path=/trunk/; revision=4325
-rw-r--r--fetchmail.man9
1 files changed, 7 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 7e47fb45..954e5c53 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -211,7 +211,7 @@ fetchmail will automatically delete messages after successful
delivery. This option does not work with ETRN and ODMR.
.TP
.B \-\-limitflush
-POP3/IMAP only. Delete oversized messages from the
+POP3/IMAP only, since version 6.3.0. Delete oversized messages from the
mailserver before retrieving new messages. The size limit should be
separately sepecified with the --limit option. This option does not
work with ETRN or ODMR.
@@ -271,7 +271,7 @@ may be removed and forced enabled in a future fetchmail version.
.TP
.B \-\-service <servicename>
-(Keyword: service)
+(Keyword: service) Since version 6.3.0.
The service option permits you to specify a service name to connect to.
You can specify a decimal port number here, if your services database
lacks the required service-port assignments. See the FAQ item R12 for
@@ -783,6 +783,11 @@ is meant to be used with an interactive
editor like
.IR fetchmailconf ,
written in Python.
+.SS Removed Options
+.TP
+.B -T | --netsec
+Removed before version 6.3.0, the required underlying inet6_apps library
+had been discontinued and is no longer available.
.SH USER AUTHENTICATION AND ENCRYPTION
All modes except ETRN require authentication of the client to the server.