mailparser
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -5,3 +5,3 @@ | ||
* @author <a href="mailto:andris@node.ee">Andris Reinman</a> | ||
* @version 0.2.0 | ||
* @version 0.2.3 | ||
*/ | ||
@@ -603,3 +603,3 @@ | ||
}else{ | ||
this.currentNode.content += "\n" + line; | ||
this.currentNode.content += "\r\n" + line; | ||
} | ||
@@ -606,0 +606,0 @@ } |
@@ -91,3 +91,3 @@ var Stream = require('stream').Stream, | ||
}else{ | ||
this.current += "\n" + data; | ||
this.current += "\r\n" + data; | ||
} | ||
@@ -94,0 +94,0 @@ }; |
{ | ||
"name": "mailparser", | ||
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"author" : "Andris Reinman", | ||
@@ -6,0 +6,0 @@ "maintainers":[ |
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
2772663