@ronomon/mime
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@ronomon/mime", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Fast, robust, standards-compliant MIME decoder. Ships with extensive tests and fuzz tests.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -112,4 +112,6 @@ # mime | ||
* Rejects invalid `Date` syntax. | ||
* Accepts missing time zone and assumes UTC to support email clients such as Blackberry which do not provide the required time zone in the `Date` header. | ||
* Rejects invalid `Date` header syntax. | ||
* Rejects missing `From` header. | ||
@@ -120,3 +122,3 @@ | ||
* Rejects folded header lines which exceed the 998 line length limit, but only | ||
after applying grace for clients such as Outlook.com which exclude the | ||
after allowing for clients such as Outlook.com which exclude the | ||
`field-name` and `colon` from their character count, and which mistake the limit | ||
@@ -123,0 +125,0 @@ to be 1000 characters excluding the CRLF. The limit is in fact 998 characters |
@@ -78,3 +78,3 @@ var common = require('./_common.js'); | ||
[ | ||
'Mon, 22 May 2017 9:7:53', | ||
'Mon, 22 May 2017 9:7:53 \t ', | ||
1495444073000, | ||
@@ -81,0 +81,0 @@ null |
Sorry, the diff of this file is too big to display
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
196293
6051
197