mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Simplification
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user