Fetch files from mail in python

Chris Rebert clp2 at rebertia.com
Tue Mar 30 19:39:08 EDT 2010


On Tue, Mar 30, 2010 at 4:33 PM,  <hidura at gmail.com> wrote:
> Hello list, i want to know how could i fetch a file from an email, what kind
> of library i have to use for that, actually i am working in the support of
> IMAP and POP3.

Next time, consult the Global Module Index
(http://docs.python.org/modindex.html) before posting.

IMAP: http://docs.python.org/library/imaplib.html
POP: http://docs.python.org/library/poplib.html

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list