mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
POP3 not connected is unrecoverable
This commit is contained in:
@@ -3261,6 +3261,7 @@ class Core {
|
||||
void error(Throwable ex) {
|
||||
if (ex instanceof MessagingException &&
|
||||
("connection failure".equals(ex.getMessage()) ||
|
||||
"Not connected".equals(ex.getMessage()) || // POP3
|
||||
ex.getCause() instanceof SocketException ||
|
||||
ex.getCause() instanceof ConnectionException))
|
||||
recoverable = false;
|
||||
|
||||
Reference in New Issue
Block a user