As part of the payload returned for messages.get(), I get the following
"parts": [
{
"body": {
"data": "Q29udHJWxpZWYsIExvcmVtIElwc3VtIGlz......much longer",
How do read the actual message? Basically, how do I decrypt/decode this information so it's actual English text?
I'm using the Python libraries for the Gmail API.