mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Revert "Consider dropped connections as too many connections"
This reverts commit 60534ae045
.
This commit is contained in:
parent
bf11cc0d4a
commit
ab8b9657b3
1 changed files with 1 additions and 2 deletions
|
@ -355,8 +355,7 @@ 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("Connection dropped by server?")));
|
||||
message.contains("Account is temporarily unavailable") /* Arcor.de / TalkTalk.net */));
|
||||
}
|
||||
|
||||
static Boolean isSyntacticallyInvalid(Throwable ex) {
|
||||
|
|
Loading…
Reference in a new issue