Use message headers hash to identify messages

This commit is contained in:
M66B
2020-04-01 10:42:37 +02:00
parent 4004f07e08
commit 7f2ea40ace
6 changed files with 2239 additions and 4 deletions

View File

@@ -102,6 +102,7 @@ public class EntityMessage implements Serializable {
public Long forwarding; // obsolete
public Long uid; // compose/moved = null
public String msgid;
public String hash; // headers hash
public String references;
public String deliveredto;
public String inreplyto;