list
public Gmail.Users.History.List list(String userId)
throws IOException
Lists the history of all changes to the given mailbox. History results are returned in
chronological order (increasing `historyId`).
Create a request for the method "history.list".
This request holds the parameters needed by the gmail server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
userId
- The user's email address. The special value `me` can be used to indicate the authenticated user.
[default: me]
- Returns:
- the request
- Throws:
IOException