Comparing version 0.1.9 to 0.1.10
@@ -370,4 +370,4 @@ var Iconv = require("iconv").Iconv; | ||
if(email){ | ||
addressArr.push({address:decodeURIComponent(email), name: decodeURIComponent(name || "")}); | ||
if(name || email){ | ||
addressArr.push({address:decodeURIComponent(email || ""), name: decodeURIComponent(name || "")}); | ||
} | ||
@@ -374,0 +374,0 @@ } |
{ | ||
"name": "mimelib", | ||
"description": "MIME functions to encode/decode e-mails etc.", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"author" : "Andris Reinman", | ||
@@ -6,0 +6,0 @@ "homepage":"http://github.com/andris9/mimelib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30560