mailparser
Advanced tools
Comparing version
# Changelog | ||
## [3.7.0](https://github.com/nodemailer/mailparser/compare/v3.6.9...v3.7.0) (2024-04-01) | ||
### Features | ||
* **events:** Emit a new headerLines event to gain access the raw headers ([#364](https://github.com/nodemailer/mailparser/issues/364)) ([d33d7ec](https://github.com/nodemailer/mailparser/commit/d33d7ec4b8e32a4eb7a9a664cec5fdb545c274af)) | ||
## [3.6.9](https://github.com/nodemailer/mailparser/compare/v3.6.8...v3.6.9) (2024-02-29) | ||
@@ -4,0 +11,0 @@ |
@@ -800,2 +800,6 @@ 'use strict'; | ||
this.emit('headers', node.headers); | ||
if (node.headerLines) { | ||
this.emit('headerLines', node.headerLines); | ||
} | ||
} | ||
@@ -802,0 +806,0 @@ |
{ | ||
"name": "mailparser", | ||
"version": "3.6.9", | ||
"version": "3.7.0", | ||
"description": "Parse e-mails", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
52364
0.96%1186
0.25%