Gmail API not returning correct emails compared to Gmail web UI for date queries

本秂侑毒 提交于 2019-12-01 18:01:52

You can list the messages with second accuracy if you would like:

q = after:<start_of_day_in_seconds> AND before:<end_of_day_in_seconds>

So e.g. from Wed, 25 Nov 2015 00:00:00 GMT to Wed, 25 Nov 2015 23:59:59 GMT would be:

q = after:1448409600 AND before:1448495999
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!