Lines Matching full:history
75 … . <a href="gmail_v1.users.html">users</a> . <a href="gmail_v1.users.history.html">history</a></h1>
79 <p class="firstline">Lists the history of all changes to the given mailbox. History results are ret…
86 …<pre>Lists the history of all changes to the given mailbox. History results are returned in chrono…
92 maxResults: integer, The maximum number of history records to return.
93 …history records after the specified startHistoryId. The supplied startHistoryId should be obtained…
94 historyTypes: string, History types to be returned by the function (repeated)
106 "historyId": "A String", # The ID of the mailbox's current history record.
107 …"history": [ # List of history records. Any messages contained in the response will typically only…
108 …{ # A record of a change to the user's mailbox. Each history change may affect multiple messages i…
109 "labelsAdded": [ # Labels added to messages in this history record.
116 … "historyId": "A String", # The ID of the last history record that modified this message.
150 …"messages": [ # List of messages changed in this history record. The fields for specific change ty…
153 "historyId": "A String", # The ID of the last history record that modified this message.
186 "messagesAdded": [ # Messages added to the mailbox in this history record.
190 … "historyId": "A String", # The ID of the last history record that modified this message.
224 "labelsRemoved": [ # Labels removed from messages in this history record.
231 … "historyId": "A String", # The ID of the last history record that modified this message.
265 … "messagesDeleted": [ # Messages deleted (not Trashed) from the mailbox in this history record.
269 … "historyId": "A String", # The ID of the last history record that modified this message.