mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Check SMTP on changing protocol
This commit is contained in:
@@ -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) ||
|
||||
|
||||
Reference in New Issue
Block a user