mirror of https://github.com/M66B/FairEmail.git
Updated comment
This commit is contained in:
parent
52088b6557
commit
0a206bac30
|
@ -306,7 +306,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") /* Acor.de */));
|
||||
message.contains("Account is temporarily unavailable") /* Arcor.de / TalkTalk.net */));
|
||||
}
|
||||
|
||||
static Boolean isSyntacticallyInvalid(Throwable ex) {
|
||||
|
|
Loading…
Reference in New Issue