mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Allow switching auth types
This commit is contained in:
@@ -37,7 +37,8 @@ public class TupleAccountState extends EntityAccount {
|
||||
this.insecure.equals(other.insecure) &&
|
||||
this.port.equals(other.port) &&
|
||||
this.user.equals(other.user) &&
|
||||
(auth_type != AUTH_TYPE_PASSWORD || this.password.equals(other.password)) &&
|
||||
Objects.equals(this.auth_type, other.auth_type) &&
|
||||
this.password.equals(other.password) &&
|
||||
Objects.equals(this.certificate_alias, other.certificate_alias) &&
|
||||
Objects.equals(this.realm, other.realm) &&
|
||||
Objects.equals(this.fingerprint, other.fingerprint) &&
|
||||
|
||||
Reference in New Issue
Block a user