package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module SendAs : sig ... end
module ForwardingAddresses : sig ... end
module Filters : sig ... end
val getAutoForwarding : ?base_url:string -> ?std_params:GapiService.StandardParameters.t -> userId:string -> GapiConversation.Session.t -> GapiGmailV1Model.AutoForwarding.t * GapiConversation.Session.t

Gets the auto-forwarding setting for the specified account.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

  • parameter std_params

    Optional standard parameters.

  • parameter userId

    User's email address. The special value "me" can be used to indicate the authenticated user.

Gets IMAP settings.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

  • parameter std_params

    Optional standard parameters.

  • parameter userId

    User's email address. The special value "me" can be used to indicate the authenticated user.

Gets POP settings.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

  • parameter std_params

    Optional standard parameters.

  • parameter userId

    User's email address. The special value "me" can be used to indicate the authenticated user.

Gets vacation responder settings.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

  • parameter std_params

    Optional standard parameters.

  • parameter userId

    User's email address. The special value "me" can be used to indicate the authenticated user.

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.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

  • parameter std_params

    Optional standard parameters.

  • parameter userId

    User's email address. The special value "me" can be used to indicate the authenticated user.

Updates IMAP settings.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

  • parameter std_params

    Optional standard parameters.

  • parameter userId

    User's email address. The special value "me" can be used to indicate the authenticated user.

Updates POP settings.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

  • parameter std_params

    Optional standard parameters.

  • parameter userId

    User's email address. The special value "me" can be used to indicate the authenticated user.

Updates vacation responder settings.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/gmail/v1/users/").

  • parameter std_params

    Optional standard parameters.

  • parameter userId

    User's email address. The special value "me" can be used to indicate the authenticated user.