gmail icon indicating copy to clipboard operation
gmail copied to clipboard

Fetching Unread Emails removes Inbox label

Open RohitJacob opened this issue 7 years ago • 0 comments

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.

RohitJacob avatar May 18 '17 01:05 RohitJacob