mailparser
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -38,2 +38,3 @@ 'use strict'; | ||
this.headers = false; | ||
this.headerLines = false; | ||
@@ -388,2 +389,3 @@ this.endReceived = false; | ||
node, | ||
headerLines: node.headers.lines, | ||
headers: this.processHeaders(node.headers.getList()), | ||
@@ -431,2 +433,3 @@ contentType, | ||
this.headers = newNode.headers; | ||
this.headerLines = newNode.headerLines; | ||
} | ||
@@ -433,0 +436,0 @@ |
@@ -29,2 +29,3 @@ 'use strict'; | ||
mail.headers = headers; | ||
mail.headerLines = parser.headerLines; | ||
}); | ||
@@ -31,0 +32,0 @@ |
{ | ||
"name": "mailparser", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Parse e-mails", | ||
@@ -14,3 +14,3 @@ "main": "index.js", | ||
"html-to-text": "4.0.0", | ||
"iconv-lite": "0.4.23", | ||
"iconv-lite": "0.4.24", | ||
"libmime": "4.0.1", | ||
@@ -25,2 +25,3 @@ "linkify-it": "2.0.3", | ||
"eslint-config-nodemailer": "^1.2.0", | ||
"eslint-config-prettier": "^3.0.1", | ||
"grunt": "^1.0.3", | ||
@@ -27,0 +28,0 @@ "grunt-cli": "^1.3.1", |
50153
8
944
10
+ Addediconv-lite@0.4.24(transitive)
Updatediconv-lite@0.4.24