This commit is contained in:
Florent Daigniere
2024-09-05 22:37:30 +02:00
parent e5790a297a
commit b426c67949

View File

@@ -18,6 +18,7 @@ STATUSES = {
"sieve": "AuthFailed" "sieve": "AuthFailed"
}), }),
"encryption": ("Must issue a STARTTLS command first", { "encryption": ("Must issue a STARTTLS command first", {
"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.",