Comparing version 4.0.0 to 4.0.1
# Changelog | ||
## 4.0.1 2017-01-04 | ||
* Downgraded punycode module to 1.4.1 to fix installation warnings | ||
* Fixed an issue with attachment filenames in Content-Type header where special characters did not trigger quotes | ||
## 4.0.0 2016-12-08 | ||
@@ -4,0 +9,0 @@ |
@@ -531,3 +531,4 @@ 'use strict'; | ||
param = this._encodeWords(_self.filename); | ||
if (param !== _self.filename || /[\s"=;]/.test(param)) { | ||
if (param !== _self.filename || /[\s'"\\;:\/=\(\),<>@\[\]\?]|^\-/.test(param)) { | ||
// include value in quotes if needed | ||
@@ -534,0 +535,0 @@ param = '"' + param + '"'; |
{ | ||
"name": "buildmail", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "buildmail is a low level rfc2822 message composer. Define your own mime tree, no magic included.", | ||
@@ -26,3 +26,3 @@ "author": "Andris Reinman <andris@kreata.ee>", | ||
"nodemailer-shared": "1.1.0", | ||
"punycode": "^2.0.1" | ||
"punycode": "1.4.1" | ||
}, | ||
@@ -36,4 +36,4 @@ "devDependencies": { | ||
"mocha": "^3.2.0", | ||
"sinon": "^1.17.6" | ||
"sinon": "^1.17.7" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
109811
+ Addedpunycode@1.4.1(transitive)
- Removedpunycode@2.3.1(transitive)
Updatedpunycode@1.4.1