mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.17k stars 382 forks source link

doc improvement #835

Open danbraik opened 3 years ago

danbraik commented 3 years ago

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