Too many email servers are lacking proper security certificates

1-star ratings, while a solution is being suggested, is the reason why this is being changed now, finally
This commit is contained in:
M66B
2023-10-07 18:03:31 +02:00
parent 9ab98c5053
commit e3207ef0b7
3 changed files with 2990 additions and 1 deletions

View File

@@ -578,6 +578,7 @@ public class FragmentQuickSetup extends FragmentBase {
account.host = provider.imap.host;
account.encryption = aencryption;
account.insecure = BuildConfig.PLAY_STORE_RELEASE;
account.port = provider.imap.port;
account.auth_type = AUTH_TYPE_PASSWORD;
account.user = user;