Added option to filter messages of unknown senders

This commit is contained in:
M66B
2020-02-04 14:22:19 +01:00
parent 9e7c2ddcec
commit 8c2850ffe4
6 changed files with 39 additions and 9 deletions

View File

@@ -116,7 +116,7 @@ public class EntityMessage implements Serializable {
public Boolean dmarc;
public Boolean mx = null;
public String avatar; // lookup URI from sender
public String sender; // sort key
public String sender; // sort key: from email address
public Address[] submitter;
public Address[] from;
public Address[] to;