You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: