TF-2528 Sorting emails by order ids list of Email/query
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -752,7 +752,10 @@ class ComposerController extends BaseController {
|
||||
type: MediaType.parse('text/html')
|
||||
)},
|
||||
bodyValues: {
|
||||
generatePartId: EmailBodyValue(emailBodyText, false, false)
|
||||
generatePartId: EmailBodyValue(
|
||||
value: emailBodyText,
|
||||
isEncodingProblem: false,
|
||||
isTruncated: false)
|
||||
},
|
||||
headerUserAgent: {IndividualHeaderIdentifier.headerUserAgent : userAgent},
|
||||
attachments: attachments.isNotEmpty ? attachments : null,
|
||||
|
||||
Reference in New Issue
Block a user