Skip to content

Commit

Permalink
Pass through textEncoding to subnodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-krueger authored and andris9 committed Feb 25, 2021
1 parent 271f91b commit 87d9b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/mail-composer/index.js
Expand Up @@ -475,6 +475,7 @@ class MailComposer {
} else {
node = parentNode.createChild(element.contentType, {
filename: element.filename,
textEncoding: this.mail.textEncoding,
disableUrlAccess: this.mail.disableUrlAccess,
disableFileAccess: this.mail.disableFileAccess,
normalizeHeaderKey: this.mail.normalizeHeaderKey
Expand Down

0 comments on commit 87d9b25

Please sign in to comment.