TF-1608 Add references and inReplyTo fields to email offline
(cherry picked from commit 1f58a814a5003c3cbd1f3ba287de5bb54565d52f)
This commit is contained in:
@@ -11,7 +11,9 @@ extension EmailExtension on Email {
|
||||
attachments: allAttachments,
|
||||
headers: headers,
|
||||
keywords: keywords,
|
||||
htmlEmailContent: htmlEmailContent
|
||||
htmlEmailContent: htmlEmailContent,
|
||||
messageId: messageId,
|
||||
references: references
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user