branch: externals/auth-source-xoauth2-plugin commit 3aa9e65dd56753b4506d5a9ad98a4e28d312e0b3 Author: Xiyue Deng <manp...@gmail.com> Commit: Xiyue Deng <manp...@gmail.com>
Add notes on enabling in Gnus nnimap --- auth-source-xoauth2-plugin.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/auth-source-xoauth2-plugin.el b/auth-source-xoauth2-plugin.el index 1a3d6e510c..037ad6a67f 100644 --- a/auth-source-xoauth2-plugin.el +++ b/auth-source-xoauth2-plugin.el @@ -36,6 +36,10 @@ ;; :config ;; (auth-source-xoauth2-plugin-enable)) +;; After enabling, smtpmail should be supported. To enable this in Gnus +;; nnimap, you should also set `(nnimap-authenticator xoauth2)' in the +;; corresponding account settings in `gnus-secondary-select-methods' + ;; auth-source uses the `secret' field in auth-source file as password ;; for authentication, including xoauth2. To decide which ;; authentication method to use (e.g. plain password vs xoauth2), it