|
|
@ -3261,6 +3261,7 @@ class Core {
|
|
|
|
void error(Throwable ex) {
|
|
|
|
void error(Throwable ex) {
|
|
|
|
if (ex instanceof MessagingException &&
|
|
|
|
if (ex instanceof MessagingException &&
|
|
|
|
("connection failure".equals(ex.getMessage()) ||
|
|
|
|
("connection failure".equals(ex.getMessage()) ||
|
|
|
|
|
|
|
|
"Not connected".equals(ex.getMessage()) || // POP3
|
|
|
|
ex.getCause() instanceof SocketException ||
|
|
|
|
ex.getCause() instanceof SocketException ||
|
|
|
|
ex.getCause() instanceof ConnectionException))
|
|
|
|
ex.getCause() instanceof ConnectionException))
|
|
|
|
recoverable = false;
|
|
|
|
recoverable = false;
|
|
|
|