mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 15:11:03 +00:00
Check SMTP on changing protocol
This commit is contained in:
parent
6190446153
commit
6269cc2377
1 changed files with 1 additions and 0 deletions
|
@ -804,6 +804,7 @@ public class FragmentIdentity extends FragmentBase {
|
|||
!identity.synchronize || identity.error != null ||
|
||||
!identity.insecure.equals(insecure) ||
|
||||
!host.equals(identity.host) || Integer.parseInt(port) != identity.port ||
|
||||
starttls != identity.starttls ||
|
||||
!user.equals(identity.user) || !password.equals(identity.password) ||
|
||||
!Objects.equals(identity.certificate_alias, certificate) ||
|
||||
!Objects.equals(realm, identityRealm) ||
|
||||
|
|
Loading…
Reference in a new issue