pull/170/head
M66B 5 years ago
parent 2135d1bdce
commit 5f3361e52c

@ -990,10 +990,8 @@ public class FragmentAccount extends FragmentBase {
account.insecure = insecure;
account.port = Integer.parseInt(port);
account.auth_type = auth;
if (auth == MailService.AUTH_TYPE_PASSWORD) {
account.user = user;
account.password = password;
}
account.user = user;
account.password = password;
account.provider = provider;
account.realm = realm;
account.fingerprint = fingerprint;

@ -775,10 +775,8 @@ public class FragmentIdentity extends FragmentBase {
identity.insecure = insecure;
identity.port = Integer.parseInt(port);
identity.auth_type = auth;
if (auth == MailService.AUTH_TYPE_PASSWORD) {
identity.user = user;
identity.password = password;
}
identity.user = user;
identity.password = password;
identity.provider = provider;
identity.realm = realm;
identity.fingerprint = fingerprint;

Loading…
Cancel
Save