Small improvement

This commit is contained in:
M66B 2022-11-15 19:17:21 +01:00
parent 4c4676044e
commit 2432e27e8a
1 changed files with 1 additions and 1 deletions

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)) {