I am working on a project where I need to parse incoming emails
(Microsoft outlook) with a specific subject into an excel file or a
Microsoft access table.
(Microsoft outlook) with a specific subject into an excel file or a
Microsoft access table.
one) when the subject matches whatever.
From Python, use the mail module to parse and the windows extensions to
access Excel and perhaps Access. There should also be a DBapi extension
for accessing Access through sql. Search c.l.p archives, the web, or
wait for others to post.