bigbang icon indicating copy to clipboard operation
bigbang copied to clipboard

include signature and quoted text detection on emails

Open sbenthall opened this issue 9 years ago • 2 comments

Include a method that detects email signatures and quoted text.

Look into the open source libraries released by Mailgun:

https://github.com/mailgun/talon

http://blog.mailgun.com/open-sourcing-our-email-signature-parsing-library/

sbenthall avatar Oct 13 '14 21:10 sbenthall

We decided to roll our own solution to this. Quoted text detection has already been submitted. We've been punting for now on signature.

sbenthall avatar Nov 18 '14 00:11 sbenthall

Quote detection is in thread.py. This can be generalized to other libraries.

sbenthall avatar Nov 18 '14 00:11 sbenthall