TF-1923 Fix new email offline mode not working
(cherry picked from commit c1c48e93d50cb0ebbccaf11c3f4a975af640b63a)
This commit is contained in:
@@ -8,7 +8,8 @@ extension EmailExtension on Email {
|
||||
return DetailedEmail(
|
||||
emailId: id!,
|
||||
attachments: allAttachments,
|
||||
headers: headers?.toList(),
|
||||
headers: headers,
|
||||
keywords: keywords,
|
||||
htmlEmailContent: htmlEmailContent
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user