mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Added auth result
This commit is contained in:
@@ -163,6 +163,7 @@ public class EntityMessage implements Serializable {
|
||||
public Boolean dkim;
|
||||
public Boolean spf;
|
||||
public Boolean dmarc;
|
||||
public Boolean auth; // SMTP
|
||||
public Boolean mx;
|
||||
public Boolean blocklist;
|
||||
public Boolean from_domain; // spf/smtp.mailfrom <> from
|
||||
@@ -757,6 +758,7 @@ public class EntityMessage implements Serializable {
|
||||
Objects.equals(this.dkim, other.dkim) &&
|
||||
Objects.equals(this.spf, other.spf) &&
|
||||
Objects.equals(this.dmarc, other.dmarc) &&
|
||||
Objects.equals(this.auth, other.auth) &&
|
||||
Objects.equals(this.mx, other.mx) &&
|
||||
Objects.equals(this.blocklist, other.blocklist) &&
|
||||
Objects.equals(this.from_domain, other.from_domain) &&
|
||||
|
||||
Reference in New Issue
Block a user