mirror of https://github.com/M66B/FairEmail.git
Authentication/read timed out
This commit is contained in:
parent
25326c35e3
commit
7ab829be72
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue