Re: FW:Reading new mail from outlook express using Python

2008-03-24 Thread Grant Edwards
On 2008-03-24, SPJ <[EMAIL PROTECTED]> wrote: > I am trying to create new tickets in the ticketing system > using python. When I receive new email from a particular > address, I have to trigger the python script and parse the > mail in required format. > > The main hurdle here is, how to invoke t

FW:Reading new mail from outlook express using Python

2008-03-24 Thread SPJ
My previous post was not clear, hence resending this. - Hi, I am trying to create new tickets in the ticketing system using python. When I receive new email from a particular address, I have to trigger the python script and parse the mail in required format. The main