How can I get text of the body (payload) of an email?

Josiah Carlson jcarlson at uci.edu
Fri Oct 15 21:44:19 EDT 2004


> Can anyone suggest a convenient way to get access to the raw message
> payload?

body = message.split('\r\n\r\n', 1)[1]

 - Josiah




More information about the Python-list mailing list