X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e6917522a770cf2dba9997ca047977bc55fac061..b39f4c8121d05424ba133603f843b155bdf8d7f4:/man/inc.man diff --git a/man/inc.man b/man/inc.man index 9b7068c9..f72b1f21 100644 --- a/man/inc.man +++ b/man/inc.man @@ -1,4 +1,4 @@ -.TH INC %manext1% "April 18, 2014" "%nmhversion%" +.TH INC %manext1% "November 25, 2014" "%nmhversion%" .\" .\" %nmhwarning% .\" @@ -37,6 +37,8 @@ inc \- incorporate new mail .RB [ \-sasl " | " \-nosasl ] .RB [ \-saslmech .IR mechanism ] +.RB [ \-oauth +.IR service ] .RB [ \-snoop ] .RB [ \-version ] .RB [ \-help ] @@ -242,7 +244,9 @@ the user's maildrop from the POP service host to the named file. For debugging purposes, you may give the switch .BR \-snoop , which will allow you to watch the POP transaction take place -between you and the POP server. +between you and the POP server. If +.B \-oauth +is used, the HTTP transaction is also shown. .PP If .B nmh @@ -264,13 +268,36 @@ Encrypted traffic is labelled with `(encrypted)' and `(decrypted)' when viewing the POP transaction with the .B \-snoop switch. +.PP +If +.B nmh +has been compiled with OAuth support, the +.B \-oauth +switch will enable OAuth authentication. The +.B \-user +switch must be used, and the +.I user-name +must be an email address the user has for that service. Before using this, +the user must authorize nmh by running +.B mhlogin +and grant authorization to that account. Only +.B -oauth +.I gmail +is supported. See the +.B mhlogin +man page for more details. +.PP +Gmail only supports POP3 over TLS, but +.B inc +has no TLS support. To work around this, use something like +.B -proxy 'openssl s_client -connect %h:995 -CAfile /etc/ssl/certs/ca-certificates.crt -quiet' .SH FILES .PD 0 .TP 20 $HOME/.mh_profile The user's profile. .TP -%etcdir%/mts.conf +%nmhetcdir%/mts.conf mts configuration file. .TP %mailspool%/$USER @@ -302,6 +329,7 @@ To name sequences denoting unseen messages. .IR scan (1), .IR mh\-mail (5), .IR mh\-profile (5), +.IR mhlogin (1), .IR post (8), .IR rcvstore (1) .SH DEFAULTS