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

collect references and in-reply-to headers of messages #5

Open
sbenthall opened this issue Oct 4, 2013 · 1 comment
Open

collect references and in-reply-to headers of messages #5

sbenthall opened this issue Oct 4, 2013 · 1 comment

Comments

@sbenthall
Copy link

I am interested in using this package to download mailing list archives. But I need to collect the In-Reply-To and References headers of emails in order to then do threading on the messages.

Would you be open to a patch that does this?

@ForbesLindesay
Copy link
Member

Yes, I'd be very open to a patch that did this. I used to do something like this myself, but then the library had to switch to parsing the HTML rather than the TXT archive (which didn't support unicode) and that made the information much harder to extract.

If you write the code to get the in-reply-to information, that will be awesome.

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

No branches or pull requests

2 participants