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:
parent
6beb28511d
commit
dd7775acfa
1 changed files with 1 additions and 1 deletions
|
@ -1489,7 +1489,7 @@ public class EmailProvider implements Parcelable {
|
|||
}
|
||||
|
||||
public boolean isSecure() {
|
||||
return (score >= 100);
|
||||
return (score >= 20); // Autoconfig or better
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue