TF-3791 Fix email in sending queue lost body
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -117,6 +117,8 @@ extension EmailExtension on Email {
|
||||
mailboxIds: mailboxIds,
|
||||
selectMode: selectMode,
|
||||
emailHeader: headers?.toList(),
|
||||
bodyValues: bodyValues,
|
||||
htmlBody: htmlBody,
|
||||
headerCalendarEvent: headerCalendarEvent,
|
||||
xPriorityHeader: xPriorityHeader,
|
||||
importanceHeader: importanceHeader,
|
||||
@@ -193,7 +195,10 @@ extension EmailExtension on Email {
|
||||
EmailId? emailId,
|
||||
}
|
||||
) {
|
||||
return toPresentationEmail(selectMode: selectMode, emailId: emailId);
|
||||
return toPresentationEmail(
|
||||
selectMode: selectMode,
|
||||
emailId: emailId,
|
||||
);
|
||||
}
|
||||
|
||||
Email updateEmailHeaderMdn(
|
||||
|
||||
Reference in New Issue
Block a user