; Reference the xoauth2 method in nnimap-authenticator docstring

* lisp/gnus/nnimap.el (nnimap-authenticator): Update variable
documentation to include xoauth2 method.
This commit is contained in:
Jakub Ječmínek 2024-03-19 21:34:57 +01:00 committed by Eric Abrahamsen
parent fd333fd214
commit e2e8c892ce

View file

@ -97,7 +97,7 @@ Uses the same syntax as `nnmail-split-methods'.")
(defvoo nnimap-authenticator nil
"How nnimap authenticate itself to the server.
Possible choices are nil (use default methods), `anonymous',
`login', `plain' and `cram-md5'.")
`login', `plain', `cram-md5' and `xoauth2'.")
(defvoo nnimap-expunge 'on-exit
"When to expunge deleted messages.