mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
BIMI: added selector
This commit is contained in:
@@ -140,6 +140,7 @@ public class EntityMessage implements Serializable {
|
||||
public Integer dsn;
|
||||
public Boolean receipt_request;
|
||||
public Address[] receipt_to;
|
||||
public String bimi_selector;
|
||||
public Boolean dkim;
|
||||
public Boolean spf;
|
||||
public Boolean dmarc;
|
||||
@@ -526,6 +527,7 @@ public class EntityMessage implements Serializable {
|
||||
Objects.equals(this.dsn, other.dsn) &&
|
||||
Objects.equals(this.receipt_request, other.receipt_request) &&
|
||||
MessageHelper.equal(this.receipt_to, other.receipt_to) &&
|
||||
Objects.equals(this.bimi_selector, other.bimi_selector) &&
|
||||
Objects.equals(this.dkim, other.dkim) &&
|
||||
Objects.equals(this.spf, other.spf) &&
|
||||
Objects.equals(this.dmarc, other.dmarc) &&
|
||||
|
||||
Reference in New Issue
Block a user