Newbie question - parsing MIME(?) strings

superpollo superpollo at tznvy.pbz
Thu Oct 28 16:19:17 EDT 2010


Dan M ha scritto:
> On Thu, 28 Oct 2010 15:05:56 -0500, Dan M wrote:
> 
> Ok, I didn't research enough before I posted this. I see now that this 
> *is* indeed a MIME message, and the '?Q' bit says that the next piece is 
> quoted-printable, and that the encoding is defined in RFC2047.
> 
> So the question the becomes, do we have a library for reading info like
> this?
> 
> 

maybe http://docs.python.org/library/email ?

bye



More information about the Python-list mailing list