node.js - Split mail correspondence into parts using NodeJS -
using mailin.io receive emails , works great.
using example combines multipary parse incoming emails (example).
however, can't find way split email correspondence (email-replay-forward--- etc) it's unit parts. specifically, need way extract last message , it's content (as html or text).
have tried emailreplayparser didn't work me.
thanks!
Comments
Post a Comment