Overview

Classes

  • Google_Service_Gmail
  • Google_Service_Gmail_AutoForwarding
  • Google_Service_Gmail_BatchDeleteMessagesRequest
  • Google_Service_Gmail_BatchModifyMessagesRequest
  • Google_Service_Gmail_Delegate
  • Google_Service_Gmail_Draft
  • Google_Service_Gmail_Filter
  • Google_Service_Gmail_FilterAction
  • Google_Service_Gmail_FilterCriteria
  • Google_Service_Gmail_ForwardingAddress
  • Google_Service_Gmail_History
  • Google_Service_Gmail_HistoryLabelAdded
  • Google_Service_Gmail_HistoryLabelRemoved
  • Google_Service_Gmail_HistoryMessageAdded
  • Google_Service_Gmail_HistoryMessageDeleted
  • Google_Service_Gmail_ImapSettings
  • Google_Service_Gmail_Label
  • Google_Service_Gmail_LabelColor
  • Google_Service_Gmail_LanguageSettings
  • Google_Service_Gmail_ListDelegatesResponse
  • Google_Service_Gmail_ListDraftsResponse
  • Google_Service_Gmail_ListFiltersResponse
  • Google_Service_Gmail_ListForwardingAddressesResponse
  • Google_Service_Gmail_ListHistoryResponse
  • Google_Service_Gmail_ListLabelsResponse
  • Google_Service_Gmail_ListMessagesResponse
  • Google_Service_Gmail_ListSendAsResponse
  • Google_Service_Gmail_ListSmimeInfoResponse
  • Google_Service_Gmail_ListThreadsResponse
  • Google_Service_Gmail_Message
  • Google_Service_Gmail_MessagePart
  • Google_Service_Gmail_MessagePartBody
  • Google_Service_Gmail_MessagePartHeader
  • Google_Service_Gmail_ModifyMessageRequest
  • Google_Service_Gmail_ModifyThreadRequest
  • Google_Service_Gmail_PopSettings
  • Google_Service_Gmail_Profile
  • Google_Service_Gmail_SendAs
  • Google_Service_Gmail_SmimeInfo
  • Google_Service_Gmail_SmtpMsa
  • Google_Service_Gmail_Thread
  • Google_Service_Gmail_Users_Resource
  • Google_Service_Gmail_UsersDrafts_Resource
  • Google_Service_Gmail_UsersHistory_Resource
  • Google_Service_Gmail_UsersLabels_Resource
  • Google_Service_Gmail_UsersMessages_Resource
  • Google_Service_Gmail_UsersMessagesAttachments_Resource
  • Google_Service_Gmail_UsersSettings_Resource
  • Google_Service_Gmail_UsersSettingsDelegates_Resource
  • Google_Service_Gmail_UsersSettingsFilters_Resource
  • Google_Service_Gmail_UsersSettingsForwardingAddresses_Resource
  • Google_Service_Gmail_UsersSettingsSendAs_Resource
  • Google_Service_Gmail_UsersSettingsSendAsSmimeInfo_Resource
  • Google_Service_Gmail_UsersThreads_Resource
  • Google_Service_Gmail_VacationSettings
  • Google_Service_Gmail_WatchRequest
  • Google_Service_Gmail_WatchResponse
  • Overview
  • Class
  • Tree

Class Google_Service_Gmail_UsersSettings_Resource

The "settings" collection of methods. Typical usage is:

 $gmailService = new Google_Service_Gmail(...);
 $settings = $gmailService->settings;
Google_Service_Resource
Extended by Google_Service_Gmail_UsersSettings_Resource
Located at Gmail.php
Methods summary
public Google_Service_Gmail_AutoForwarding
# getAutoForwarding( string $userId, array $optParams = array() )

Gets the auto-forwarding setting for the specified account. (settings.getAutoForwarding)

Gets the auto-forwarding setting for the specified account. (settings.getAutoForwarding)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$optParams
Optional parameters.

Returns

Google_Service_Gmail_AutoForwarding
Google_Service_Gmail_AutoForwarding
public Google_Service_Gmail_ImapSettings
# getImap( string $userId, array $optParams = array() )

Gets IMAP settings. (settings.getImap)

Gets IMAP settings. (settings.getImap)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$optParams
Optional parameters.

Returns

Google_Service_Gmail_ImapSettings
Google_Service_Gmail_ImapSettings
public Google_Service_Gmail_LanguageSettings
# getLanguage( string $userId, array $optParams = array() )

Gets language settings. (settings.getLanguage)

Gets language settings. (settings.getLanguage)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$optParams
Optional parameters.

Returns

Google_Service_Gmail_LanguageSettings
Google_Service_Gmail_LanguageSettings
public Google_Service_Gmail_PopSettings
# getPop( string $userId, array $optParams = array() )

Gets POP settings. (settings.getPop)

Gets POP settings. (settings.getPop)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$optParams
Optional parameters.

Returns

Google_Service_Gmail_PopSettings
Google_Service_Gmail_PopSettings
public Google_Service_Gmail_VacationSettings
# getVacation( string $userId, array $optParams = array() )

Gets vacation responder settings. (settings.getVacation)

Gets vacation responder settings. (settings.getVacation)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$optParams
Optional parameters.

Returns

Google_Service_Gmail_VacationSettings
Google_Service_Gmail_VacationSettings
public Google_Service_Gmail_AutoForwarding
# updateAutoForwarding( string $userId, Google_Service_Gmail_AutoForwarding $postBody, array $optParams = array() )

Updates the auto-forwarding setting for the specified account. A verified forwarding address must be specified when auto-forwarding is enabled.

Updates the auto-forwarding setting for the specified account. A verified forwarding address must be specified when auto-forwarding is enabled.

This method is only available to service account clients that have been delegated domain-wide authority. (settings.updateAutoForwarding)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Gmail_AutoForwarding
Google_Service_Gmail_AutoForwarding
public Google_Service_Gmail_ImapSettings
# updateImap( string $userId, Google_Service_Gmail_ImapSettings $postBody, array $optParams = array() )

Updates IMAP settings. (settings.updateImap)

Updates IMAP settings. (settings.updateImap)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Gmail_ImapSettings
Google_Service_Gmail_ImapSettings
public Google_Service_Gmail_LanguageSettings
# updateLanguage( string $userId, Google_Service_Gmail_LanguageSettings $postBody, array $optParams = array() )

Updates language settings.

Updates language settings.

If successful, the return object contains the displayLanguage that was saved for the user, which may differ from the value passed into the request. This is because the requested displayLanguage may not be directly supported by Gmail but have a close variant that is, and so the variant may be chosen and saved instead. (settings.updateLanguage)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Gmail_LanguageSettings
Google_Service_Gmail_LanguageSettings
public Google_Service_Gmail_PopSettings
# updatePop( string $userId, Google_Service_Gmail_PopSettings $postBody, array $optParams = array() )

Updates POP settings. (settings.updatePop)

Updates POP settings. (settings.updatePop)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Gmail_PopSettings
Google_Service_Gmail_PopSettings
public Google_Service_Gmail_VacationSettings
# updateVacation( string $userId, Google_Service_Gmail_VacationSettings $postBody, array $optParams = array() )

Updates vacation responder settings. (settings.updateVacation)

Updates vacation responder settings. (settings.updateVacation)

Parameters

$userId
User's email address. The special value "me" can be used to indicate the authenticated user.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Gmail_VacationSettings
Google_Service_Gmail_VacationSettings
© 2020 Google Inc.
Gmail API documentation generated by ApiGen 2.8.0