Re: parsing incoming emails

2008-07-10 Thread Michiel Overtoom
Ahmed wrote... > I am working on a project where I need to parse incoming emails > (Microsoft outlook) I'm not sure if you are able to bypass Outlook (and have Python fetch the mail itself using poplib), but if you are, the following code might be useful. I use this to pry apart emails which mig

Re: parsing incoming emails

2008-07-10 Thread Terry Reedy
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. You should be able to give Outlook a rule to call a program (your Python one) when the subject matches whatever. From Python, use the

parsing incoming emails

2008-07-10 Thread Ahmed, Shakir
HI, 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. I am using python for my GIS works but not sure how I can use python script here to work with Microsoft outlook email. Any h