Skip to content

Commit 87d9b25

Browse files
artur-kruegerandris9
authored andcommitted
Pass through textEncoding to subnodes.
1 parent 271f91b commit 87d9b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/mail-composer/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ class MailComposer {
475475
} else {
476476
node = parentNode.createChild(element.contentType, {
477477
filename: element.filename,
478+
textEncoding: this.mail.textEncoding,
478479
disableUrlAccess: this.mail.disableUrlAccess,
479480
disableFileAccess: this.mail.disableFileAccess,
480481
normalizeHeaderKey: this.mail.normalizeHeaderKey

0 commit comments

Comments
 (0)