mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 11:55:20 +01:00
Added certificate selection
This commit is contained in:
@@ -36,6 +36,7 @@ public class TupleAccountState extends EntityAccount {
|
||||
this.port.equals(other.port) &&
|
||||
this.user.equals(other.user) &&
|
||||
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) &&
|
||||
this.notify.equals(other.notify) &&
|
||||
|
||||
Reference in New Issue
Block a user