views:

31

answers:

0

I've noticed that dev_appserver inbound mail tab now encodes the email body to base64. Why the change? How can I detect what the encoding of the message is?

Clarification: I mean that the form for submitting test emails on the dev_appserver used to pass the text of the message body to my application's handler exactly as I entered it, but now it is getting base64 encoded.