I am iterating over a Gmail account with many thousands of messages. To save resources I am caching the results of users.messages.get. Is it safe to cache this data indefinitely? Will the data it returns ever change? I assume that it will not but so far I am unable to find anything definitive in the docs or otherwise to confirm this.
users.messages.get
It can change - though it might not necessarily change in a way that you care about.
The API itself lets you change the labels on a Message and delete messages.
1.4m articles
1.4m replys
5 comments
57.0k users