TF-3449 Set priority headers in email object when send or save draft email
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -496,6 +496,7 @@ class ComposerController extends BaseController
|
||||
bccRecipients: listBccEmailAddress.toSet(),
|
||||
replyToRecipients: listReplyToEmailAddress.toSet(),
|
||||
hasRequestReadReceipt: hasRequestReadReceipt.value,
|
||||
isMarkAsImportant: isMarkAsImportant.value,
|
||||
identity: identitySelected.value,
|
||||
attachments: uploadController.attachmentsUploaded,
|
||||
inlineAttachments: uploadController.mapInlineAttachments,
|
||||
@@ -1092,6 +1093,7 @@ class ComposerController extends BaseController
|
||||
bccRecipients: listBccEmailAddress.toSet(),
|
||||
replyToRecipients: listReplyToEmailAddress.toSet(),
|
||||
hasRequestReadReceipt: hasRequestReadReceipt.value,
|
||||
isMarkAsImportant: isMarkAsImportant.value,
|
||||
identity: identitySelected.value,
|
||||
attachments: uploadController.attachmentsUploaded,
|
||||
inlineAttachments: uploadController.mapInlineAttachments,
|
||||
@@ -2358,6 +2360,7 @@ class ComposerController extends BaseController
|
||||
bccRecipients: listBccEmailAddress.toSet(),
|
||||
replyToRecipients: listReplyToEmailAddress.toSet(),
|
||||
hasRequestReadReceipt: hasRequestReadReceipt.value,
|
||||
isMarkAsImportant: isMarkAsImportant.value,
|
||||
identity: identitySelected.value,
|
||||
attachments: uploadController.attachmentsUploaded,
|
||||
inlineAttachments: uploadController.mapInlineAttachments,
|
||||
|
||||
Reference in New Issue
Block a user