mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Use received header for EML files
This commit is contained in:
commit
86c625e660
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ public class ActivityEML extends ActivityBase {
|
|||
result.cc = MessageHelper.formatAddresses(helper.getCc());
|
||||
result.bcc = MessageHelper.formatAddresses(helper.getBcc());
|
||||
result.sent = helper.getSent();
|
||||
result.received = helper.getReceived();
|
||||
result.received = helper.getReceivedHeader();
|
||||
result.subject = helper.getSubject();
|
||||
result.parts = helper.getMessageParts(false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue