On Dec 11, 10:11 am, Massimiliano <[email protected]>
wrote:
> How can I do it?

This is how I do it:

            plaintext = message.bodies(content_type='text/plain')
            for text in plaintext:
                txtmsg = ""
                txtmsg = text[1].decode()
                logging.info("Body is %s" % txtmsg)

This may be helpful too:

http://stackoverflow.com/questions/4233201/receiving-mail-in-google-app-engine

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to