Added sent by address

This commit is contained in:
M66B
2020-01-30 18:24:46 +01:00
parent f505d4ceeb
commit 57dca80bfb
8 changed files with 2175 additions and 3 deletions

View File

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