mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Small improvement
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user