mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Merge branch 'master' into dev
This commit is contained in:
commit
35de223f09
1 changed files with 1 additions and 0 deletions
|
@ -525,6 +525,7 @@ public class ContactInfo {
|
||||||
ex instanceof CertPathValidatorException ||
|
ex instanceof CertPathValidatorException ||
|
||||||
ex.getCause() instanceof CertPathValidatorException ||
|
ex.getCause() instanceof CertPathValidatorException ||
|
||||||
ex.getCause() instanceof CertificateException ||
|
ex.getCause() instanceof CertificateException ||
|
||||||
|
ex instanceof SSLHandshakeException ||
|
||||||
(ex instanceof SSLException &&
|
(ex instanceof SSLException &&
|
||||||
"Unable to parse TLS packet header".equals(ex.getMessage())) ||
|
"Unable to parse TLS packet header".equals(ex.getMessage())) ||
|
||||||
(ex instanceof IOException &&
|
(ex instanceof IOException &&
|
||||||
|
|
Loading…
Reference in a new issue