Authentication/read timed out

pull/201/head
M66B 4 years ago
parent 25326c35e3
commit 7ab829be72

@ -381,6 +381,7 @@ public class ConnectionHelper {
ex instanceof AccountsException || ex instanceof AccountsException ||
ex instanceof InterruptedException || ex instanceof InterruptedException ||
"EOF on socket".equals(ex.getMessage()) || "EOF on socket".equals(ex.getMessage()) ||
"Read timed out".equals(ex.getMessage()) || // POP3
"failed to connect".equals(ex.getMessage())) "failed to connect".equals(ex.getMessage()))
return true; return true;
ex = ex.getCause(); ex = ex.getCause();

Loading…
Cancel
Save