diff options
author | Seán C McCord <scm@cycoresys.com> | 2020-09-13 15:17:36 -0400 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-09-14 07:14:16 +0200 |
commit | 72d81ba6034d31924a346c7c327e38b0db538c53 (patch) | |
tree | 7c12ee3564847d37d673a8fc2c4a4d534667917d /doc/aerc-smtp.5.scd | |
parent | 9d801414084470340f4cc1a9e0597d0a8d792587 (diff) | |
download | aerc-72d81ba6034d31924a346c7c327e38b0db538c53.tar.gz |
doc: add oauth to aerc-smtp
Signed-off-by: Seán C McCord <ulexus@gmail.com>
Diffstat (limited to 'doc/aerc-smtp.5.scd')
-rw-r--r-- | doc/aerc-smtp.5.scd | 6 |
1 files changed, 5 insertions, 1 deletions
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 |