Comparing version 1.4.2 to 1.4.3
@@ -72,3 +72,3 @@ 'use strict'; | ||
this.decoder = node.getDecoder(); | ||
if (!['base64', 'quoted-printable'].includes(node.encoding)) { | ||
if (['base64', 'quoted-printable'].includes(node.encoding)) { | ||
this.encoder = node.getEncoder(); | ||
@@ -75,0 +75,0 @@ } else { |
{ | ||
"name": "mailsplit", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Split email messages into an object stream", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
37486