diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 05:21:03 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 05:21:03 +0200 |
commit | cf74bd63fc5b7fc79019dbdd63c7af0fd2ab5720 (patch) | |
tree | a6f603eb8e11081544edbd5336dd326744fb776f /interimap.1 | |
parent | 897737774307cf10177ffddeda8285f3b9ff794c (diff) | |
parent | 6011b94a5c6f0b787ce883b5646684828a54a994 (diff) |
Merge branch 'master' into debian
Diffstat (limited to 'interimap.1')
-rw-r--r-- | interimap.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/interimap.1 b/interimap.1 index 7ac8204..621d968 100644 --- a/interimap.1 +++ b/interimap.1 @@ -255,6 +255,16 @@ Server port. \fItype\fR=imaps.) .TP +.I proxy +An optional SOCKS proxy to use for TCP connections to the IMAP server +(\fItype\fR=imap and \fItype\fR=imaps only), formatted as +\(lq\fIprotocol\fR://[\fIuser\fR:\fIpassword\fR@]\fIproxyhost\fR[:\fIproxyport\fR]\(rq. +If \fIproxyport\fR is omitted, it is assumed at port 1080. +Only SOCKSv5 is supported, in two flavors: \(lqsocks5://\(rq to resolve +\fIhostname\fR locally, and \(lqsocks5h://\(rq to let the proxy resolve +\fIhostname\fR. + +.TP .I command Command to use for \fItype\fR=tunnel. Must speak the IMAP4rev1 protocol on its standard output, and understand it on its standard input. @@ -384,8 +394,8 @@ currently supported. .IP \[bu] \fBInterIMAP\fR will probably not work with non RFC-compliant servers. In particular, no work-around are currently implemented beside the -tunable in the configuration file. Morever, few IMAP servers have been -tested so far. +tunables in the \fBCONFIGURATION FILE\fR. Morever, few IMAP servers +have been tested so far. .SH AUTHOR Written by Guilhem Moulin |