I am working on an app that needs to get a list of the recent messages in gmail by all senders in the inbox. For example I have 20 emails from "[email protected]" but I only want to fetch the last email sent by this email. I can not find any query or filter provided by google for this task. I tried fetching all emails in inbox and then process the data in the back-end, but it is a heavy work when there is a lot of emails fetched
Thank you