This commit is contained in:
Florent Daigniere
2024-09-05 23:22:55 +02:00
parent 0021ba9cb9
commit 5ea3840fc4

View File

@@ -19,7 +19,7 @@ STATUSES = {
}), }),
"encryption": ("Must issue a STARTTLS command first", { "encryption": ("Must issue a STARTTLS command first", {
"imap": "PRIVACYREQUIRED", "imap": "PRIVACYREQUIRED",
"smtp": "530 5.7.0" "smtp": "530 5.7.0",
"submission": "530 5.7.0", "submission": "530 5.7.0",
"pop3": "-ERR Authentication canceled.", "pop3": "-ERR Authentication canceled.",
"sieve": "ENCRYPT-NEEDED" "sieve": "ENCRYPT-NEEDED"