Comparing version 5.1.0 to 5.2.0
@@ -377,3 +377,3 @@ 'use strict'; | ||
(!currentNode.encoding || ['7bit', '8bit', 'binary'].includes(currentNode.encoding)) && | ||
currentNode.disposition === 'inline' | ||
(this.config.defaultInlineEmbedded ? currentNode.disposition !== 'attachment' : currentNode.disposition === 'inline') | ||
) { | ||
@@ -380,0 +380,0 @@ currentNode.messageNode = true; |
{ | ||
"name": "mailsplit", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Split email messages into an object stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
69234