mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
4c4676044e
commit
2432e27e8a
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue