diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2016-03-07 18:21:46 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2016-03-07 18:21:46 +0100 |
commit | 58d6bd5be5ce08c55448a82ea20039808c1e214e (patch) | |
tree | 3c45eaf0aafd07fcad082595a6296b477d8573e5 /interimap.1 | |
parent | 5f97601949f10e085a0df740c628cbfbfdf1d49f (diff) | |
parent | feb047ee7fcc1f93bc1e76626e16651761e0db55 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'interimap.1')
-rw-r--r-- | interimap.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/interimap.1 b/interimap.1 index 60493f3..7058f62 100644 --- a/interimap.1 +++ b/interimap.1 @@ -1,8 +1,7 @@ .TH INTERIMAP "1" "JULY 2015" "InterIMAP" "User Commands" .SH NAME -InterIMAP \- Fast two-way synchronization program for QRESYNC-capable -IMAP servers +InterIMAP \- Fast bidirectional synchronization for QRESYNC-capable IMAP servers .SH SYNOPSIS .B interimap\fR [\fIOPTION\fR ...] [\fICOMMAND\fR] [\fIMAILBOX\fR ...] @@ -305,6 +304,15 @@ for type \fItype\fR=tunnel. (Default: \(lqNO\(rq.) .TP +.I SSL_protocols +A space-separated list of SSL protocols to enable or disable (if +prefixed with an exclamation mark \(oq!\(cq). Known protocols are +\(lqSSLv2\(rq, \(lqSSLv3\(rq, \(lqTLSv1\(rq, \(lqTLSv1.1\(rq, and +\(lqTLSv1.2\(rq. Enabling a protocol is a short-hand for disabling all +other protocols. +(Default: \(lq!SSLv2 !SSLv3\(rq, i.e., only enable TLSv1 and above.) + +.TP .I SSL_cipher_list The cipher list to send to the server. Although the server determines which cipher suite is used, it should take the first supported cipher in |