Is there a Java library that can take an email, compare it to a database of emails and find other emails that might be from the same “thread” of emails similar to mailing lists?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Actually I stand corrected there might be an implementation of an algorithm you can use. Depends on what sort of API your using to read your email.
http://www.jwz.org/doc/threading.html
This describes an algorithm you could use to reconstitute the threads. Email is tricky, and lots of clients don’t implement standards correctly so it becomes a pain.