My server (nodejs) receives incoming email in html. Something like this
<div>
I am reply
<div>
On wed 20 <a href="mailto:nn@ni.com">nn@ni.com</a> wrote
<blockquote>
This is first message
</blockquote>
</div>
</div>
How do I identify the content to be trimmed in that HTML ? Any suggestions would be really helpfull