On Sun, Apr 5, 2009 at 1:04 AM, robert <rob...@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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to