Simplification

This commit is contained in:
M66B
2019-03-05 13:09:08 +00:00
parent 0c9ccef668
commit 9c0c37f0e1
2 changed files with 4 additions and 8 deletions

View File

@@ -307,8 +307,8 @@ public class Helper {
if (ex instanceof IllegalStateException)
// sync when store disconnected
return null;
if (ex instanceof SSLException || ex.getCause() instanceof SSLException)
return null;
//if (ex instanceof SSLException || ex.getCause() instanceof SSLException)
// return null;
if (ex instanceof MailConnectException && ex.getCause() instanceof UnknownHostException)
return null;
}