Python 1.5.2 - Multipart Mime handling.
Fredrik Lundh
fredrik at pythonware.com
Thu May 8 17:10:22 EDT 2003
"james" <jamesdean at hotmail.com> wrote:
> I have been struggling for days trying to take a multipart mime email
> from stdin and process each part of the email into a file.
>
> Does anyone have any code to help me get started in PYTHTON 1.5.2.
start here:
http://effbot.org/zone/librarybook-index.htm
and check chapter 6, "mail and news messages".
the "multifile" example on page 6-15 should work under 1.5.2.
</F>
More information about the Python-list
mailing list