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,
|
mailboxIds: mailboxIds,
|
||||||
selectMode: selectMode,
|
selectMode: selectMode,
|
||||||
emailHeader: headers?.toList(),
|
emailHeader: headers?.toList(),
|
||||||
|
bodyValues: bodyValues,
|
||||||
|
htmlBody: htmlBody,
|
||||||
headerCalendarEvent: headerCalendarEvent,
|
headerCalendarEvent: headerCalendarEvent,
|
||||||
xPriorityHeader: xPriorityHeader,
|
xPriorityHeader: xPriorityHeader,
|
||||||
importanceHeader: importanceHeader,
|
importanceHeader: importanceHeader,
|
||||||
@@ -193,7 +195,10 @@ extension EmailExtension on Email {
|
|||||||
EmailId? emailId,
|
EmailId? emailId,
|
||||||
}
|
}
|
||||||
) {
|
) {
|
||||||
return toPresentationEmail(selectMode: selectMode, emailId: emailId);
|
return toPresentationEmail(
|
||||||
|
selectMode: selectMode,
|
||||||
|
emailId: emailId,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
Email updateEmailHeaderMdn(
|
Email updateEmailHeaderMdn(
|
||||||
|
|||||||
Reference in New Issue
Block a user