mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Reduce logging
This commit is contained in:
@@ -525,6 +525,7 @@ public class ContactInfo {
|
||||
ex instanceof CertPathValidatorException ||
|
||||
ex.getCause() instanceof CertPathValidatorException ||
|
||||
ex.getCause() instanceof CertificateException ||
|
||||
ex instanceof SSLHandshakeException ||
|
||||
(ex instanceof SSLException &&
|
||||
"Unable to parse TLS packet header".equals(ex.getMessage())) ||
|
||||
(ex instanceof IOException &&
|
||||
|
||||
Reference in New Issue
Block a user