Comparing version 4.6.3 to 4.6.4
@@ -90,2 +90,11 @@ 'use strict'; | ||
this.changed = true; | ||
if (!line) { | ||
return; | ||
} | ||
if (typeof line !== 'string') { | ||
line = line.toString('binary'); | ||
} | ||
let header = { | ||
@@ -92,0 +101,0 @@ key: this._normalizeHeader(key), |
{ | ||
"name": "mailsplit", | ||
"version": "4.6.3", | ||
"version": "4.6.4", | ||
"description": "Split email messages into an object stream", | ||
@@ -20,5 +20,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "6.7.2", | ||
"eslint": "6.8.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
"eslint-config-prettier": "6.7.0", | ||
"eslint-config-prettier": "6.9.0", | ||
"grunt": "1.0.4", | ||
@@ -25,0 +25,0 @@ "grunt-cli": "1.3.2", |
67464
1118