|
|
afea54 |
diff -up fetchmail-6.3.24/fetchmail.man.orig fetchmail-6.3.24/fetchmail.man
|
|
|
afea54 |
--- fetchmail-6.3.24/fetchmail.man.orig 2017-03-08 08:51:31.779370558 +0100
|
|
|
afea54 |
+++ fetchmail-6.3.24/fetchmail.man 2017-03-08 08:53:46.768055793 +0100
|
|
|
afea54 |
@@ -164,6 +164,9 @@ Some special options are not covered her
|
|
|
afea54 |
in sections on AUTHENTICATION and DAEMON MODE which follow.
|
|
|
afea54 |
.SS General Options
|
|
|
afea54 |
.TP
|
|
|
afea54 |
+.B \-? | \-\-help
|
|
|
afea54 |
+Displays option help.
|
|
|
afea54 |
+.TP
|
|
|
afea54 |
.B \-V | \-\-version
|
|
|
afea54 |
Displays the version information for your copy of \fBfetchmail\fP. No mail
|
|
|
afea54 |
fetch is performed. Instead, for each server specified, all the option
|
|
|
afea54 |
@@ -1061,7 +1064,7 @@ sent to 'username\&@\&userhost.userdom.d
|
|
|
afea54 |
\fIDelivered\-To:\fR line of the form:
|
|
|
afea54 |
.IP
|
|
|
afea54 |
Delivered\-To: mbox\-userstr\-username\&@\&userhost.example.com
|
|
|
afea54 |
-.PP
|
|
|
afea54 |
+.IP
|
|
|
afea54 |
The ISP can make the 'mbox\-userstr\-' prefix anything they choose
|
|
|
afea54 |
but a string matching the user host name is likely.
|
|
|
afea54 |
By using the option 'envelope Delivered\-To:' you can make fetchmail reliably
|
|
|
afea54 |
@@ -1075,6 +1078,10 @@ specified, and dump a configuration repo
|
|
|
afea54 |
configuration report is a data structure assignment in the language
|
|
|
afea54 |
Python. This option is meant to be used with an interactive
|
|
|
afea54 |
\fI~/.fetchmailrc\fP editor like \fBfetchmailconf\fP, written in Python.
|
|
|
afea54 |
+.TP
|
|
|
afea54 |
+.B \-y | \-\-yydebug
|
|
|
afea54 |
+Enables parser debugging, this option is meant to be used by developers
|
|
|
afea54 |
+only.
|
|
|
afea54 |
|
|
|
afea54 |
.SS Removed Options
|
|
|
afea54 |
.TP
|
|
|
afea54 |
@@ -1360,6 +1367,8 @@ authentication or multiple timeouts.
|
|
|
afea54 |
.SS Terminating the background daemon
|
|
|
afea54 |
.PP
|
|
|
afea54 |
The option
|
|
|
afea54 |
+.B \-q
|
|
|
afea54 |
+or
|
|
|
afea54 |
.B \-\-quit
|
|
|
afea54 |
will kill a running daemon process instead of waking it up (if there
|
|
|
afea54 |
is no such process, \fBfetchmail\fP will notify you).
|
|
|
afea54 |
@@ -1914,7 +1923,7 @@ T}
|
|
|
afea54 |
mda \-m \& T{
|
|
|
afea54 |
Specify MDA for local delivery
|
|
|
afea54 |
T}
|
|
|
afea54 |
-bsmtp \-o \& T{
|
|
|
afea54 |
+bsmtp \& \& T{
|
|
|
afea54 |
Specify BSMTP batch file to append to
|
|
|
afea54 |
T}
|
|
|
afea54 |
preconnect \& \& T{
|
|
|
afea54 |
diff -up fetchmail-6.3.24/options.c.orig fetchmail-6.3.24/options.c
|
|
|
afea54 |
--- fetchmail-6.3.24/options.c.orig 2012-12-13 22:12:26.000000000 +0100
|
|
|
afea54 |
+++ fetchmail-6.3.24/options.c 2017-03-08 08:53:46.769055797 +0100
|
|
|
afea54 |
@@ -58,9 +58,9 @@ enum {
|
|
|
afea54 |
LA_BADHEADER
|
|
|
afea54 |
};
|
|
|
afea54 |
|
|
|
afea54 |
-/* options still left: CgGhHjJoORTWxXYz */
|
|
|
afea54 |
+/* options still left: ACgGhHjJoORTWxXYz */
|
|
|
afea54 |
static const char *shortoptions =
|
|
|
afea54 |
- "?Vcsvd:NqL:f:i:p:UP:A:t:E:Q:u:akKFnl:r:S:Z:b:B:e:m:I:M:yw:D:";
|
|
|
afea54 |
+ "?Vcsvd:NqL:f:i:p:UP:t:E:Q:u:akKFnl:r:S:Z:b:B:e:m:I:M:yw:D:";
|
|
|
afea54 |
|
|
|
afea54 |
static const struct option longoptions[] = {
|
|
|
afea54 |
/* this can be const because all flag fields are 0 and will never get set */
|
|
|
afea54 |
@@ -630,6 +630,7 @@ int parsecmdline (int argc /** argument
|
|
|
afea54 |
P(GT_(" -q, --quit kill daemon process\n"));
|
|
|
afea54 |
P(GT_(" -L, --logfile specify logfile name\n"));
|
|
|
afea54 |
P(GT_(" --syslog use syslog(3) for most messages when running as a daemon\n"));
|
|
|
afea54 |
+ P(GT_(" --nosyslog turns off use of syslog(3)\n"));
|
|
|
afea54 |
P(GT_(" --invisible don't write Received & enable host spoofing\n"));
|
|
|
afea54 |
P(GT_(" -f, --fetchmailrc specify alternate run control file\n"));
|
|
|
afea54 |
P(GT_(" -i, --idfile specify alternate UIDs file\n"));
|
|
|
afea54 |
@@ -658,8 +659,9 @@ int parsecmdline (int argc /** argument
|
|
|
afea54 |
P(GT_(" --bad-header {reject|accept}\n"
|
|
|
afea54 |
" specify policy for handling messages with bad headers\n"));
|
|
|
afea54 |
|
|
|
afea54 |
- P(GT_(" -p, --protocol specify retrieval protocol (see man page)\n"));
|
|
|
afea54 |
+ P(GT_(" -p, --proto[col] specify retrieval protocol (see man page)\n"));
|
|
|
afea54 |
P(GT_(" -U, --uidl force the use of UIDLs (pop3 only)\n"));
|
|
|
afea54 |
+ P(GT_(" --idle tells the IMAP server to send notice of new messages\n"));
|
|
|
afea54 |
P(GT_(" --port TCP port to connect to (obsolete, use --service)\n"));
|
|
|
afea54 |
P(GT_(" -P, --service TCP service to connect to (can be numeric TCP port)\n"));
|
|
|
afea54 |
P(GT_(" --auth authentication type (password/kerberos/ssh/otp)\n"));
|
|
|
afea54 |
@@ -669,7 +671,7 @@ int parsecmdline (int argc /** argument
|
|
|
afea54 |
P(GT_(" --principal mail service principal\n"));
|
|
|
afea54 |
P(GT_(" --tracepolls add poll-tracing information to Received header\n"));
|
|
|
afea54 |
|
|
|
afea54 |
- P(GT_(" -u, --username specify users's login on server\n"));
|
|
|
afea54 |
+ P(GT_(" -u, --user[name] specify users's login on server\n"));
|
|
|
afea54 |
P(GT_(" -a, --[fetch]all retrieve old and new messages\n"));
|
|
|
afea54 |
P(GT_(" -K, --nokeep delete new messages after retrieval\n"));
|
|
|
afea54 |
P(GT_(" -k, --keep save new messages after retrieval\n"));
|