Open petemichel77 opened 10 years ago
Hi Pete,
Thanks for the question. We haven't researched it yet but there might be some special tags that are used for signature formatting - kind of like <blockquote>
tag used for quotations. Another option could be converting html to text, applying text-signature parsing algos and converting back. We used a combination of this two approaches for parsing html quotations.
BR, Sergey @MG
Just wanted to check in an see if anything has happened here. @obukhov-sergey , you seem to have suggested that you've already done this before? Is the code for this technique available?
I haven't had a lot of success parsing signatures out of text/html emails. It seems to work pretty well for text/plain emails. Is there a good strategy to parse out the signature for text/html emails?
Thanks, Pete