gmail
gmail copied to clipboard
Fetching Unread Emails removes Inbox label
unread = g.inbox().mail(unread=True)
print unread[0].body
This works once, but after that the email moves all the emails to All Mails from Inbox and the list becomes empty.