POP3 and Multipart Mime

Gerhard Häring gerhard.haering at gmx.de
Thu Sep 26 20:53:51 EDT 2002


David McInnis wrote in comp.lang.python:
> I need to log into a POP3 account (which I have been able to do using
> poplib).
>  
> I need to be able to read and decode the message.  The problem is that
> most of our users send word docs as attachments (1 or more).  I need to
> take these files and save them to disk.

Check out the email module in Python 2.2 and later.

-- Gerhard



More information about the Python-list mailing list