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
>
yes, use the email module.
>>> msg = email.message_from_
> 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