mailparser
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -561,3 +561,3 @@ 'use strict'; | ||
if (data.contentType === 'message/rfc822') { | ||
if (data.contentType === 'message/rfc822' && data.messageNode) { | ||
break; | ||
@@ -564,0 +564,0 @@ } |
{ | ||
"name": "mailparser", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Parse e-mails", | ||
@@ -14,6 +14,6 @@ "main": "index.js", | ||
"he": "1.1.1", | ||
"html-to-text": "3.1.0", | ||
"html-to-text": "3.2.0", | ||
"iconv-lite": "0.4.15", | ||
"libmime": "3.1.0", | ||
"mailsplit": "4.0.0", | ||
"mailsplit": "4.0.2", | ||
"marked": "0.3.6" | ||
@@ -20,0 +20,0 @@ }, |
47160
+ Addedhtml-to-text@3.2.0(transitive)
+ Addedmailsplit@4.0.2(transitive)
- Removedhtml-to-text@3.1.0(transitive)
- Removedmailsplit@4.0.0(transitive)
Updatedhtml-to-text@3.2.0
Updatedmailsplit@4.0.2