mirror of https://github.com/M66B/FairEmail.git
EOF on socket
This commit is contained in:
parent
d961e7894e
commit
7b146ededa
|
@ -369,6 +369,7 @@ public class ConnectionHelper {
|
|||
ex instanceof IOException ||
|
||||
ex instanceof ConnectionException ||
|
||||
ex instanceof AccountsException ||
|
||||
"EOF on socket".equals(ex.getMessage()) ||
|
||||
"failed to connect".equals(ex.getMessage()))
|
||||
return true;
|
||||
ex = ex.getCause();
|
||||
|
|
Loading…
Reference in New Issue