Re: Receiving emails with attachments

2006-04-09 Thread tomer . ha
Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: Receiving emails with attachments

2006-04-09 Thread Gerard Flanagan
[EMAIL PROTECTED] wrote: > Gerard, > > I tried to run your code but my interpreter couldn't locate the > maildocument module. Is it included in Python standart library or > should I install it from other place? > > Thanks, > Tomer Sorry Tomer, I was just suggesting you read it through as an exam

Re: Receiving emails with attachments

2006-04-09 Thread Tim Williams (gmail)
On 8 Apr 2006 13:24:20 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: want to develop a script which will receive emails with attachmentsfrom my POP3 account, perform certain actions on it and email it back to someone else.However, I'm not familiar with any Python library which does it. Coul

Re: Receiving emails with attachments

2006-04-09 Thread tomer . ha
Gerard, I tried to run your code but my interpreter couldn't locate the maildocument module. Is it included in Python standart library or should I install it from other place? Thanks, Tomer -- http://mail.python.org/mailman/listinfo/python-list

Re: Receiving emails with attachments

2006-04-08 Thread Gerard Flanagan
[EMAIL PROTECTED] wrote: > Hi there, > > I'm new to Python, but know other scripting and programming languages. > I > want to develop a script which will receive emails with attachments > from my POP3 account, perform certain actions on it and email it back > to someone else. > > However, I'm not

Receiving emails with attachments

2006-04-08 Thread tomer . ha
Hi there, I'm new to Python, but know other scripting and programming languages. I want to develop a script which will receive emails with attachments from my POP3 account, perform certain actions on it and email it back to someone else. However, I'm not familiar with any Python library which doe