add scram-sha-256 for smtp

similar to imap. the code should be merged.
this also reads the abort-line after authentication failure.
This commit is contained in:
Mechiel Lukkien
2023-01-31 00:22:26 +01:00
parent b40bb257d7
commit 020d0bb0fb
5 changed files with 128 additions and 17 deletions

View File

@ -32,9 +32,9 @@ var (
C504ParamNotImpl = 504
C521HostNoMail = 521 // ../rfc/7504:179
C530SecurityRequired = 530 // ../rfc/3207:148 ../rfc/4954:623
C538EncReqForAuth = 538 // ../rfc/4954:630
C534AuthMechWeak = 534 // ../rfc/4954:593
C535AuthBadCreds = 535 // ../rfc/4954:600
C538EncReqForAuth = 538 // ../rfc/4954:630
C550MailboxUnavail = 550
C551UserNotLocal = 551
C552MailboxFull = 552