diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-08 00:05:32 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-08 00:05:32 +0100 |
commit | aecdd0c6657e3edb0482751efffdcafb96f2c2c5 (patch) | |
tree | 1f7363eb675708480c635200f3610e6c2c16f6bc /pullimap.1 | |
parent | 792d841f2993a76276e16d7228858b16e3deb98a (diff) | |
parent | d0d439750b572250ae00b595d9a742ccbb7b8a4e (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'pullimap.1')
-rw-r--r-- | pullimap.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -10,7 +10,7 @@ PullIMAP \- Pull mails from an IMAP mailbox and deliver them to a SMTP session .SH DESCRIPTION .PP -.B PullIMAP\fR retrives messages from an IMAP mailbox and deliver them +.B PullIMAP\fR retrieves messages from an IMAP mailbox and deliver them to a SMTP or LMTP transmission channel. It can also remove delivered messages after a configurable retention period. @@ -68,7 +68,7 @@ Unless told otherwise by the \fB\-\-config=\fR\fIFILE\fR option, \fBPullIMAP\fR reads its configuration from \fI$XDG_CONFIG_HOME/pullimap\fR (or \fI~/.config/pullimap\fR if the XDG_CONFIG_HOME environment variable is unset) as an INI file. -The syntax of the configuration file is a serie of +The syntax of the configuration file is a series of \fIOPTION\fR=\fIVALUE\fR lines organized under some \fI[SECTION]\fR; lines starting with a \(oq#\(cq or \(oq;\(cq character are ignored as comments. @@ -98,13 +98,13 @@ messages. Both SMTP [RFC 5321] and LMTP [RFC 2030] are supported. .TP .I deliver\-ehlo -Hostname to use in EHLO or LHO commands. +Hostname to use in EHLO or LHLO commands. (Default: \(lq\fIlocalhost.localdomain\fR\)\(rq.) .TP .I deliver\-rcpt -Message recpient. +Message recipient. (Default: the username associated with the effective uid of the \fBpullimap\fR process.) @@ -176,7 +176,7 @@ mechanism. .TP .I compress Whether to use the IMAP COMPRESS extension [RFC4978] for servers -advertizing it. +advertising it. (Default: \(lqYES\(rq.) .TP |