You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, there is no function that supports listing messages of a provided user. This means it is not possible to retrieve the content of a message using getMessageContent as this method requires the ID of the message.
At the moment, there is no function that supports listing messages of a provided user. This means it is not possible to retrieve the content of a message using
getMessageContent
as this method requires the ID of the message.The following document would be helpful with the technical details of the implementation: https://developers.google.com/gmail/api/v1/reference/users/messages/list
This function should return a list of IDs based on a provided query (the query is similar to the search query in the gmail UI).
The text was updated successfully, but these errors were encountered: