From ebd6d96bae32c48d9633c45d3bc8c403789c0d6c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 15 Jan 2020 22:00:39 -0700 Subject: * Update to the man page of Alpine to account for the new command line options -xoauth2-server, -xoauth2-client-id, and -xoauth2-client-secret. --- doc/man1/alpine.1 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/man1/alpine.1 b/doc/man1/alpine.1 index ff57313..f02fad7 100644 --- a/doc/man1/alpine.1 +++ b/doc/man1/alpine.1 @@ -253,6 +253,23 @@ Use configuration exceptions in Exceptions are used to override your default pinerc settings for a particular platform, can be a local file or a remote folder. +.IP \fB-xoauth2-server\ \fIServerName\fR 20 +Name of the service that XOAUTH2 authentication will be attempted. +The only service supported as of this writing is Gmail. Note that +all of the options -xoauth2-server, -xoauth2-client-id and +-xoauth2-client-secret must be used simultaneously. Example: +-xoauth2-server Gmail. +.IP \fB-xoauth2-client-id\ \fIClient-Id\fR 20 +String that identifies Alpine with the service provider that provides +XOAUTH2 authentication. Note that +all of the options -xoauth2-server, -xoauth2-client-id and +-xoauth2-client-secret must be used simultaneously. +.IP \fB-xoauth2-client-secret\ \fIClient-Secret\fR 20 +Secret string that identifies the Alpine with +the service provider that provides XOAUTH2 authentication. +Note that +all of the options -xoauth2-server, -xoauth2-client-id and +-xoauth2-client-secret must be used simultaneously. .IP \fB-z\fR 20 Enable ^Z and SIGTSTP so alpine may be suspended. .IP \fI-option\=\fIvalue\fR 20 -- cgit v1.2.3-54-g00ecf