While trying to list mails using Gmail API, I am trying to fetch mails with a filter that I only want mails from the past one hour. But it doesn’t work. Is that a limitation?
What is working: after:2024-08-12
When using this, I was able to fetch the list of mails after that time.
What I want and is not working: after:2024-08-12T09:27:27Z
I expected a similar functionality here as well, but I was getting null.
Cody Banks2001 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.