Accessing mail box tree of Thunderbird/Seamonkey?

Chris Rebert clp2 at rebertia.com
Sun Apr 5 04:16:28 EDT 2009


On Sun, Apr 5, 2009 at 1:04 AM, robert <robert at nowhere.invalid> wrote:
> Is there a API/possibilty for reading&writing (live) in the mail box tree of
> Thunderbird/Seamonkey with Python?

>From what I can google, they're already in mbox format, so you can use
mailbox.mbox to read/write to them.
See http://docs.python.org/library/mailbox.html#mailbox.mbox

Cheers,
Chris
-- 
I have a blog:
http://blog.rebertia.com



More information about the Python-list mailing list