mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user