mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Authentication/read timed out
This commit is contained in:
@@ -381,6 +381,7 @@ public class ConnectionHelper {
|
||||
ex instanceof AccountsException ||
|
||||
ex instanceof InterruptedException ||
|
||||
"EOF on socket".equals(ex.getMessage()) ||
|
||||
"Read timed out".equals(ex.getMessage()) || // POP3
|
||||
"failed to connect".equals(ex.getMessage()))
|
||||
return true;
|
||||
ex = ex.getCause();
|
||||
|
||||
Reference in New Issue
Block a user