The lib email parse problem...

Fredrik Lundh fredrik at pythonware.com
Tue Aug 29 04:43:15 EDT 2006


"????" wrote:

> when a email body consist with multipart/alternative,  i must know when
> the boundary ends to parse it,

or use a library that understands multipart messages.

> but the email lib have not provide some function to indicate the
> boundary end, how to solve it ?

    http://docs.python.org/lib/module-email.Parser.html

</F> 






More information about the Python-list mailing list