Great Updated Video thanks for this. Also if anyone was trying to figure out how to filter specific emails from someone This would be in addition to the videos code. results = service.users().messages().list(userId='me', labelIds=['INBOX'], q="from:SPECIFIC EMAIL, is:unread").execute()
still very helpful! thank you so much for making this
Great Updated Video thanks for this. Also if anyone was trying to figure out how to filter specific emails from someone This would be in addition to the videos code.
results = service.users().messages().list(userId='me', labelIds=['INBOX'], q="from:SPECIFIC EMAIL, is:unread").execute()
Hi Brandon, I found problem now can't use function modify >> Gmail API Mark Messages as Read
Can you give the link to this code?
Great video. Solved a problem I’ve been having with authentication. Thank you!
Awesome!
Hey, could you tell me how to scan an email from Gmail and send it to another email ID if it is found to be spam.
Hello!
Thanks for your lesson :)
Can you tell me how to get the subject of the message?
And how to get all the text in the message?
You got it? if yes, can you tell me how? I have this doubt now
I guesss..
values["subject"]
nice video
I have zero unread emails because I can't do that to myself LOL