From 331b915139e23073aa42bf28d67901383dd859ca Mon Sep 17 00:00:00 2001 From: Luke Drummond Date: Tue, 29 Oct 2019 17:11:38 +0000 Subject: Add support for AUTH LOGIN submission `go-sasl` upstream added support [1] for the obsolete [2] AUTH LOGIN method which enables aerc to send email via servers which remain common in the wild. Fixes ~sircmpwn/aerc2#263 [1] https://github.com/emersion/go-sasl/commit/61afe53d [2] https://datatracker.ietf.org/doc/draft-murchison-sasl-login/ --- doc/aerc-smtp.5.scd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd index e455001..da9b1ac 100644 --- a/doc/aerc-smtp.5.scd +++ b/doc/aerc-smtp.5.scd @@ -39,6 +39,10 @@ available: Authenticate with a username and password using AUTH PLAIN. This is the default behavior. + *+login*: + Authenticate with a username and password using AUTH LOGIN. This is an obsolete + protocol, but is required for some common webmail providers. + *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 -- cgit v1.2.3