mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-25 10:25:03 +01:00
Consider auto config as secure
This commit is contained in:
@@ -1489,7 +1489,7 @@ public class EmailProvider implements Parcelable {
|
||||
}
|
||||
|
||||
public boolean isSecure() {
|
||||
return (score >= 100);
|
||||
return (score >= 20); // Autoconfig or better
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user