mirror of https://github.com/M66B/FairEmail.git
Connection failure is unrecoverable
This commit is contained in:
parent
e7b9eb56b9
commit
02e58770e9
|
@ -2246,7 +2246,8 @@ class Core {
|
|||
|
||||
void error(Throwable ex) {
|
||||
if (ex instanceof MessagingException &&
|
||||
(ex.getCause() instanceof SocketException ||
|
||||
("connection failure".equals(ex.getMessage()) ||
|
||||
ex.getCause() instanceof SocketException ||
|
||||
ex.getCause() instanceof ConnectionException))
|
||||
recoverable = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue