mailparser
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -1042,3 +1042,3 @@ "use strict"; | ||
if (this.mailData.html.length) { | ||
len = this.mailData.html.length; | ||
len = Math.min(len, this.mailData.html.length); | ||
} | ||
@@ -1063,3 +1063,2 @@ for (i = 0, len; i < len; i++) { | ||
if (this.mailData.calendar.length) { | ||
@@ -1066,0 +1065,0 @@ returnValue.alternatives = []; |
{ | ||
"name": "mailparser", | ||
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"author": "Andris Reinman", | ||
@@ -6,0 +6,0 @@ "maintainers": [{ |
141321