Package | Description |
---|---|
com.google.api.services.gmail | |
com.google.api.services.gmail.model |
Modifier and Type | Method and Description |
---|---|
Gmail.Users.Settings.UpdateImap |
Gmail.Users.Settings.updateImap(String userId,
ImapSettings content)
Updates IMAP settings.
|
Constructor and Description |
---|
UpdateImap(String userId,
ImapSettings content)
Updates IMAP settings.
|
Modifier and Type | Method and Description |
---|---|
ImapSettings |
ImapSettings.clone() |
ImapSettings |
ImapSettings.set(String fieldName,
Object value) |
ImapSettings |
ImapSettings.setAutoExpunge(Boolean autoExpunge)
If this value is true, Gmail will immediately expunge a message when it is marked as deleted in
IMAP.
|
ImapSettings |
ImapSettings.setEnabled(Boolean enabled)
Whether IMAP is enabled for the account.
|
ImapSettings |
ImapSettings.setExpungeBehavior(String expungeBehavior)
The action that will be executed on a message when it is marked as deleted and expunged from
the last visible IMAP folder.
|
ImapSettings |
ImapSettings.setMaxFolderSize(Integer maxFolderSize)
An optional limit on the number of messages that an IMAP folder may contain.
|
Copyright © 2011–2024 Google. All rights reserved.