Re: Parsing MIME-encoded data in an HTTP request
- From: Michael Ströder <michael@xxxxxxxxxxxx>
- Date: Fri, 04 Jul 2008 09:49:55 +0200
Ron Garret wrote:
I'm writing a little HTTP server and need to parse request content that is mime-encoded. All the MIME routines in the Python standard library seem to have been subsumed into the email package, which makes this operation a little awkward.
How about using cgi.parse_multipart()?
Ciao, Michael.
.
- Follow-Ups:
- Re: Parsing MIME-encoded data in an HTTP request
- From: Ron Garret
- Re: Parsing MIME-encoded data in an HTTP request
- References:
- Parsing MIME-encoded data in an HTTP request
- From: Ron Garret
- Parsing MIME-encoded data in an HTTP request
- Prev by Date: Re: imap4_SSL from behind a proxy server
- Next by Date: Re: Singleton implementation problems
- Previous by thread: Re: Parsing MIME-encoded data in an HTTP request
- Next by thread: Re: Parsing MIME-encoded data in an HTTP request
- Index(es):
Relevant Pages
|