Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signature Detection in HTML Emails #14

Open
petemichel77 opened this issue Sep 9, 2014 · 2 comments
Open

Signature Detection in HTML Emails #14

petemichel77 opened this issue Sep 9, 2014 · 2 comments

Comments

@petemichel77
Copy link

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

@obukhov-sergey
Copy link
Member

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

@daniel-centore
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants