Comparing version 4.2.3 to 4.2.4
@@ -335,2 +335,7 @@ 'use strict'; | ||
case 4: | ||
// special case when boundary close a node with only header. | ||
if (this.node && this.node._headerlen && !this.node.headers) { | ||
this.node.parseHeaders(); | ||
this.push(this.node); | ||
} | ||
// move up | ||
@@ -337,0 +342,0 @@ if (this.tree.length) { |
{ | ||
"name": "mailsplit", | ||
"version": "4.2.3", | ||
"version": "4.2.4", | ||
"description": "Split email messages into an object stream", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"grunt": "^1.0.3", | ||
"grunt-cli": "^1.2.0", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
@@ -25,0 +25,0 @@ "grunt-eslint": "^21.0.0", |
62710
1052