mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 22:51:02 +00:00
Connection dropped by server
This commit is contained in:
parent
8a60b058fb
commit
808a6b1877
1 changed files with 2 additions and 1 deletions
|
@ -355,7 +355,8 @@ public class ConnectionHelper {
|
||||||
message.contains("Maximum number of connections") /* ... from user+IP exceeded */ /* Dovecot */ ||
|
message.contains("Maximum number of connections") /* ... from user+IP exceeded */ /* Dovecot */ ||
|
||||||
message.contains("Too many concurrent connections") /* ... to this mailbox */ ||
|
message.contains("Too many concurrent connections") /* ... to this mailbox */ ||
|
||||||
message.contains("User is authenticated but not connected") /* Outlook */ ||
|
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) {
|
static Boolean isSyntacticallyInvalid(Throwable ex) {
|
||||||
|
|
Loading…
Reference in a new issue