mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 11:25:13 +01:00
Added encryption none
This commit is contained in:
@@ -31,7 +31,7 @@ public class TupleAccountState extends EntityAccount {
|
||||
if (obj instanceof TupleAccountState) {
|
||||
TupleAccountState other = (TupleAccountState) obj;
|
||||
return (this.host.equals(other.host) &&
|
||||
this.starttls.equals(other.starttls) &&
|
||||
this.encryption.equals(other.encryption) &&
|
||||
this.insecure.equals(other.insecure) &&
|
||||
this.port.equals(other.port) &&
|
||||
this.user.equals(other.user) &&
|
||||
|
||||
Reference in New Issue
Block a user