gmail icon indicating copy to clipboard operation
gmail copied to clipboard

Message instance has no attribute 'body'

Open mridah opened this issue 9 years ago • 1 comments

I'm trying to fetch the body of an email using

mails = g.inbox().mail(sender="[email protected]")
mail = mails[0].fetch()
print mail['subject']
print mail.body

Here, I am able to get properties like subject, Received, etc. but when printing body, I get this error :

Message instance has no attribute 'body'

This is the data I'm getting :

From nobody Mon Dec 26 16:42:46 2016
Delivered-To: [email protected]
Received: by 10.28.211.66 with SMTP id ferf98er9fef9fr;
.
.
.
X-Source-Dir: erferfefefrref:/public_html
X-CMAE-Envelope: grtgrtgrtgrtgrt......

This is the message body

mridah avatar Dec 26 '16 12:12 mridah

@charlierguo please check this

mridah avatar Dec 27 '16 06:12 mridah