mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 14:17:03 +02:00
Consider interrupt as I/O error
This commit is contained in:
@@ -376,6 +376,7 @@ public class ConnectionHelper {
|
||||
ex instanceof IOException ||
|
||||
ex instanceof ConnectionException ||
|
||||
ex instanceof AccountsException ||
|
||||
ex instanceof InterruptedException ||
|
||||
"EOF on socket".equals(ex.getMessage()) ||
|
||||
"failed to connect".equals(ex.getMessage()))
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user