Re: [python-win32] help with parsing email

2008-08-19 Thread Tim Roberts
Mike Driscoll wrote: Ahmed, Shakir wrote: but I am getting error before that point and could not go to the user account or pass. M =oplib.POP3(mailserver) Traceback (most recent call last): File interactive input, line 1, in ? File C:\Python24\lib\poplib.py, line 96, in __init__

Re: [python-win32] help with parsing email

2008-08-18 Thread Gabriel Genellina
En Thu, 14 Aug 2008 12:50:57 -0300, Ahmed, Shakir [EMAIL PROTECTED] escribió: I need to grab/parse numeric numbers such as app number from incoming emails stored in Microsoft Outlook (Microsoft Exchange server) with specified subject line. The email body is like this myregion ; tst ;

Re: [python-win32] help with parsing email

2008-08-18 Thread Ahmed, Shakir
Thanks everyone who tried to help me to parse incoming email from an exchange server: Now, I am getting following error; I am not sure where I am doing wrong. I appreciate any help how to resolve this error and extract emails from an exchange server. First I tried: mailserver =

Re: [python-win32] help with parsing email

2008-08-18 Thread Ahmed, Shakir
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Werner F. Bruhin Sent: Monday, August 18, 2008 1:04 PM To: [EMAIL PROTECTED] Cc: python-win32@python.org Subject: Re: help with parsing email Ahmed, Shakir wrote: Thanks everyone who tried to help me to

Re: [python-win32] help with parsing email

2008-08-18 Thread Tim Roberts
Ahmed, Shakir wrote: Thanks everyone who tried to help me to parse incoming email from an exchange server: Now, I am getting following error; I am not sure where I am doing wrong. I appreciate any help how to resolve this error and extract emails from an exchange server. First I tried:

Re: [python-win32] help with parsing email

2008-08-18 Thread Gabriel Genellina
En Mon, 18 Aug 2008 12:24:07 -0300, Ahmed, Shakir [EMAIL PROTECTED] escribió: Thanks everyone who tried to help me to parse incoming email from an exchange server: Now, I am getting following error; I am not sure where I am doing wrong. I appreciate any help how to resolve this error and

Re: [python-win32] help with parsing email

2008-08-18 Thread Gabriel Genellina
En Mon, 18 Aug 2008 12:24:07 -0300, Ahmed, Shakir [EMAIL PROTECTED] escribió: Thanks everyone who tried to help me to parse incoming email from an exchange server: Now, I am getting following error; I am not sure where I am doing wrong. I appreciate any help how to resolve this error and

[python-win32] help with parsing email

2008-08-14 Thread Ahmed, Shakir
Hi all, I do appreciate if any one can help me for my following problem: I need to grab/parse numeric numbers such as app number from incoming emails stored in Microsoft Outlook (Microsoft Exchange server) with specified subject line. Any help with the python script is highly

Re: [python-win32] help with parsing email

2008-08-14 Thread Tim Golden
Ahmed, Shakir wrote: I need to grab/parse numeric numbers such as app number from incoming emails stored in Microsoft Outlook (Microsoft Exchange server) with specified subject line. The email body is like this myregion ; tst ; 11-Aug-2008

Re: [python-win32] help with parsing email

2008-08-14 Thread James Matthews
It seems very simple split it and then rfind to the first slash and slice the rest. On Thu, Aug 14, 2008 at 9:19 AM, Tim Golden [EMAIL PROTECTED] wrote: Ahmed, Shakir wrote: I need to grab/parse numeric numbers such as app number from incoming emails stored in Microsoft Outlook (Microsoft