Connection dropped by server

pull/187/head
M66B 4 years ago
parent 8a60b058fb
commit 808a6b1877

@ -355,7 +355,8 @@ public class ConnectionHelper {
message.contains("Maximum number of connections") /* ... from user+IP exceeded */ /* Dovecot */ ||
message.contains("Too many concurrent connections") /* ... to this mailbox */ ||
message.contains("User is authenticated but not connected") /* Outlook */ ||
message.contains("Account is temporarily unavailable") /* Arcor.de / TalkTalk.net */));
message.contains("Account is temporarily unavailable") /* Arcor.de / TalkTalk.net */ ||
message.contains("Connection dropped by server?")));
}
static Boolean isSyntacticallyInvalid(Throwable ex) {

Loading…
Cancel
Save