From 72d81ba6034d31924a346c7c327e38b0db538c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Sun, 13 Sep 2020 15:17:36 -0400 Subject: [PATCH] doc: add oauth to aerc-smtp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Seán C McCord --- doc/aerc-smtp.5.scd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd index 79dc8b8..8490c58 100644 --- a/doc/aerc-smtp.5.scd +++ b/doc/aerc-smtp.5.scd @@ -16,7 +16,7 @@ In accounts.conf (see *aerc-config*(5)), the following SMTP-specific options are available: *outgoing* - smtp[s][+plain|+none]://username[:password]@hostname[:port] + smtp[s][+plain|+login|+none|+oauthbearer]://username[:password]@hostname[:port]?[:oauth2_params] Remember that all fields must be URL encoded. The "@" symbol, when URL encoded, is *%40*. @@ -43,6 +43,10 @@ available: Authenticate with a username and password using AUTH LOGIN. This is an obsolete protocol, but is required for some common webmail providers. + *+oauthbearer*: + SMTP with TLS/SSL using OAUTHBEARER Authentication. See documentation in + *aerc-imap*(5) for usage. + *outgoing-cred-cmd* Specifies the command to run to get the password for the SMTP account. This command will be run using `sh -c [command]`. If a