Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Finding email threads with mailbox.mbox
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Skye, post: 4134283"] Hello, I'm working on a script to read large numbers of mail list archives in mbox format and dump them into a database. I was happy to find mailbox.mbox because I like writing Python =) However I need to find email threads (replies, quoted test, Re: subjects etc) and it doesn't look like anything in the standard Python library will help me with that. I suppose I could yank some code from Mailman's pipermail or something for identifying discussion threads, but I was wondering if anyone had any other suggestions before I reinvent the wheel. Thanks, Skye [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Finding email threads with mailbox.mbox
Top