I\'m trying to read the body of an e-mail that is retrieved with node js. I\'m using this npm module: https://github.com/mscdex/node-imap
And I can get pretty much a
Try:
msg.once('end', function() { console.log(buffer); });