Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add transportMessageHeaders #353

Open
markb-trustifi opened this issue Jan 4, 2024 · 0 comments
Open

Add transportMessageHeaders #353

markb-trustifi opened this issue Jan 4, 2024 · 0 comments

Comments

@markb-trustifi
Copy link

markb-trustifi commented Jan 4, 2024

Please add new property with raw unparsed headers - transportMessageHeaders.
Right now, because the MailParser instance is not exported from the nodemailer library, the raw headers can be received only by updating the simple-parser.js code:

parser.on('headers', headers => {
        mail.headers = headers;
        mail.headerLines = parser.headerLines;
        mail.transportMessageHeaders = parser.splitter.node.headers.headers.toString();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant