Store POP3 UIDL

This commit is contained in:
M66B
2020-05-09 07:56:06 +02:00
parent 79590e8eac
commit 98c7e1f8aa
6 changed files with 2266 additions and 15 deletions

View File

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