1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Consider auto config as secure

This commit is contained in:
M66B 2024-06-25 10:06:59 +02:00
parent 6beb28511d
commit dd7775acfa

View file

@ -1489,7 +1489,7 @@ public class EmailProvider implements Parcelable {
}
public boolean isSecure() {
return (score >= 100);
return (score >= 20); // Autoconfig or better
}
@Override