mailparser
Advanced tools
Comparing version
@@ -481,2 +481,3 @@ | ||
this._currentNode.meta.messageId = this._trimQuotes(value); | ||
this._currentNode.messageId = this._currentNode.meta.messageId; | ||
break; | ||
@@ -933,2 +934,6 @@ case "references": | ||
if(this.mimeTree.messageId){ | ||
returnValue.messageId = this.mimeTree.messageId; | ||
} | ||
if(this.mimeTree.inReplyTo){ | ||
@@ -935,0 +940,0 @@ returnValue.inReplyTo = this.mimeTree.inReplyTo; |
{ | ||
"name": "mailparser", | ||
"description": "Asynchronous and non-blocking parser for mime encoded e-mail messages", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"author" : "Andris Reinman", | ||
@@ -6,0 +6,0 @@ "maintainers":[ |
125306
0.14%2713
0.15%