mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Check fingerprint server certificates
This commit is contained in:
@@ -37,6 +37,7 @@ public class TupleAccountState extends EntityAccount {
|
||||
this.user.equals(other.user) &&
|
||||
this.password.equals(other.password) &&
|
||||
Objects.equals(this.realm, other.realm) &&
|
||||
Objects.equals(this.fingerprint, other.fingerprint) &&
|
||||
this.notify.equals(other.notify) &&
|
||||
this.poll_interval.equals(other.poll_interval) &&
|
||||
this.partial_fetch.equals(other.partial_fetch) &&
|
||||
|
||||
Reference in New Issue
Block a user