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

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -