POP3 not connected is unrecoverable

pull/168/head
M66B 5 years ago
parent a159b97e6c
commit a82c9f2ccd

@ -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;

Loading…
Cancel
Save