Check SMTP on changing protocol

pull/182/head
M66B 5 years ago
parent 6190446153
commit 6269cc2377

@ -804,6 +804,7 @@ public class FragmentIdentity extends FragmentBase {
!identity.synchronize || identity.error != null || !identity.synchronize || identity.error != null ||
!identity.insecure.equals(insecure) || !identity.insecure.equals(insecure) ||
!host.equals(identity.host) || Integer.parseInt(port) != identity.port || !host.equals(identity.host) || Integer.parseInt(port) != identity.port ||
starttls != identity.starttls ||
!user.equals(identity.user) || !password.equals(identity.password) || !user.equals(identity.user) || !password.equals(identity.password) ||
!Objects.equals(identity.certificate_alias, certificate) || !Objects.equals(identity.certificate_alias, certificate) ||
!Objects.equals(realm, identityRealm) || !Objects.equals(realm, identityRealm) ||

Loading…
Cancel
Save