Re: open a mail and...

2005-07-15 Thread Tim Williams (gmail)
On 7/15/05, Alberto Vera <[EMAIL PROTECTED]> wrote: > > Hello > > Is it possible to open a mail and download its files attached in a hard-disk > using a python script? > > Regards > -- > http://mail.python.org/mailman/listinfo/python-list >

Re: open a mail and...

2005-07-15 Thread Fabien
> Is it possible to open a mail and download its files attached in a > hard-disk using a python script? Use the poplib to do that. The documentation for this module can be found at http://docs.python.org/lib/module-poplib.html. -- Fabien -- http://mail.python.org/mailman/listinfo/python-list

open a mail and...

2005-07-15 Thread Alberto Vera
Hello   Is it possible to open a mail and download its files attached in a hard-disk using a python script?   Regards -- http://mail.python.org/mailman/listinfo/python-list