mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Store passwords encrypted
This commit is contained in:
@@ -335,7 +335,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
account.insecure = false;
|
||||
account.port = provider.imap_port;
|
||||
account.user = user;
|
||||
account.password = password;
|
||||
account.setPassword(password);
|
||||
|
||||
account.name = provider.name;
|
||||
account.color = null;
|
||||
@@ -389,7 +389,7 @@ public class FragmentQuickSetup extends FragmentBase {
|
||||
identity.insecure = false;
|
||||
identity.port = provider.smtp_port;
|
||||
identity.user = user;
|
||||
identity.password = password;
|
||||
identity.setPassword(password);
|
||||
identity.synchronize = true;
|
||||
identity.primary = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user