as this lib does not parse email, I was using mailparser but got some issues.
Eventually, I found (https://github.com/nodemailer/mailparser/issues/86) that I had to retrieve all mail and not specific headers like in the example.
It would be nice to add a note to explain that. Like "if you intent to use a parser like mailparser, please fetch the entire message"
Hello,
as this lib does not parse email, I was using mailparser but got some issues. Eventually, I found (https://github.com/nodemailer/mailparser/issues/86) that I had to retrieve all mail and not specific headers like in the example.
It would be nice to add a note to explain that. Like "if you intent to use a parser like mailparser, please fetch the entire message"
Best regards