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