Using the gmail python API how can I get the most recent email that does not have a label “read”

前端 未结 0 919
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-29 19:15

results = service.users().messages().list(userId=\'me\', labelIds=[\'Label_8507504117657095973\'], maxResults=1).execute()

this snippet gets the most rec

相关标签:
回答
  • 消灭零回复
提交回复
热议问题