diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-08 23:13:43 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-08 23:13:43 +0100 |
commit | ec87e1965d758bc3af4403a3cf469c3297f8cb1a (patch) | |
tree | 64989e2ace4e84da226177cdc9a8e95bd5c2f5ef /interimap.1 | |
parent | aecdd0c6657e3edb0482751efffdcafb96f2c2c5 (diff) | |
parent | 6bf9ee9a1e1c704490489f682dfe106f2c1ee46a (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'interimap.1')
-rw-r--r-- | interimap.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interimap.1 b/interimap.1 index e23b953..93e463e 100644 --- a/interimap.1 +++ b/interimap.1 @@ -33,7 +33,7 @@ Conceptually, the synchronization algorithm is derived from [RFC4549] with the [RFC7162, section 6] amendments, and works as follows: .nr step 1 1 -.IP \n[step]. 8 +.IP \n[step]. 4 SELECT (on both servers) a mailbox the current UIDNEXT or HIGHESTMODSEQ values of which differ from the values found in the database (for either server). Use the QRESYNC SELECT parameter from [RFC7162] to list @@ -298,7 +298,7 @@ advertising it. the \(lq[remote]\(rq section.) .TP -.I null-stderr +.I null\-stderr Whether to redirect \fIcommand\fR's standard error to \(lq/dev/null\(rq for type \fItype\fR=tunnel. (Default: \(lqNO\(rq.) @@ -353,7 +353,7 @@ authentication if \(lq\fISSL_verify\fR=YES\(rq. Performance is better for servers supporting the following extensions to the IMAP4rev1 [RFC3501] protocol: -.IP \[bu] +.IP \[bu] 4 LITERAL+ [RFC2088] non-synchronizing literals (recommended), .IP \[bu] MULTIAPPEND [RFC3502] (recommended), @@ -366,7 +366,7 @@ UNSELECT [RFC3691]. .SH KNOWN BUGS AND LIMITATIONS -.IP \[bu] +.IP \[bu] 4 Using \fBInterIMAP\fR on two identical servers with a non-existent or empty database will duplicate each message due to the absence of local/remote UID association. |