Check SMTP on changing protocol

This commit is contained in:
M66B 2020-06-19 18:16:38 +02:00
parent 6190446153
commit 6269cc2377
1 changed files with 1 additions and 0 deletions

View File

@ -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) ||