XOAUTH2: use one "public" attribute everywhere for self.oauth2_request_url
Improve documentation. Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
@ -801,7 +801,7 @@ remoteuser = username
|
||||
# limitations, if GSSAPI is set, it will be tried first, no matter where it was
|
||||
# specified in the list.
|
||||
#
|
||||
#auth_mechanisms = GSSAPI, CRAM-MD5, XOAUTH2, PLAIN, LOGIN
|
||||
#auth_mechanisms = GSSAPI, XOAUTH2, CRAM-MD5, PLAIN, LOGIN
|
||||
|
||||
|
||||
# This option stands in the [Repository RemoteExample] section.
|
||||
@ -812,7 +812,9 @@ remoteuser = username
|
||||
# with type = IMAP for compatible servers.
|
||||
#
|
||||
# Mandatory parameters are "oauth2_client_id", "oauth2_client_secret" and
|
||||
# either "oauth2_refresh_token" or "oauth2_access_token".
|
||||
# either "oauth2_refresh_token" or "oauth2_access_token". XOAUTH2 mechanism
|
||||
# won't be tried if both oauth2_refresh_token and oauth2_access_token are not
|
||||
# set.
|
||||
#
|
||||
# See below to learn how to get those.
|
||||
#
|
||||
|
Reference in New Issue
Block a user