1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Small improvement

This commit is contained in:
M66B 2022-11-15 19:17:21 +01:00
parent 4c4676044e
commit 2432e27e8a

View file

@ -432,7 +432,7 @@ public class EmailService implements AutoCloseable {
}
boolean strict = ssl_harden_strict;
if (provider != null)
if (strict && provider != null)
try {
EmailProvider p = EmailProvider.getProvider(context, provider);
if ("1.2".equals(p.maxtls)) {