1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Hash POP3 messages

This commit is contained in:
M66B 2020-04-06 14:15:54 +02:00
parent 7b8e082d81
commit 5af5ffac2b

View file

@ -1585,6 +1585,7 @@ class Core {
message.uid = null;
message.msgid = helper.getMessageID();
message.hash = helper.getHash();
message.references = TextUtils.join(" ", helper.getReferences());
message.inreplyto = helper.getInReplyTo();
message.deliveredto = helper.getDeliveredTo();