import rfc822 # email headers and such

Thomas Gagne tgagne at ix.netcom.com
Tue Aug 15 15:33:01 EDT 2000


I may soon have the need to accept as input to Python an email message that
will either a) have an XML document attached to it or b) have XML as the body
of the message.  I don't see mothods int he rfc822 module for accessing the
body, or attachments, much less decoding them if necessary.

Maybe there's another module for that?




More information about the Python-list mailing list