mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
EOF on socket
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user