GoogleApi.Gmail.V1.Api.Users.gmail_users_messages_import_simple

You're seeing just the function gmail_users_messages_import_simple, go back to GoogleApi.Gmail.V1.Api.Users module for more information.
Link to this function

gmail_users_messages_import_simple(connection, user_id, upload_type, metadata, data, optional_params \\ [], opts \\ [])

View Source

Specs

gmail_users_messages_import_simple(
  Tesla.Env.client(),
  String.t(),
  String.t(),
  GoogleApi.Gmail.V1.Model.Message.t(),
  String.t(),
  keyword(),
  keyword()
) ::
  {:ok, GoogleApi.Gmail.V1.Model.Message.t()}
  | {:ok, Tesla.Env.t()}
  | {:ok, list()}
  | {:error, any()}

Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. Does not send a message. Note: This function doesn't trigger forwarding rules or filters set up by the user.

Parameters

  • connection (type: GoogleApi.Gmail.V1.Connection.t) - Connection to server
  • user_id (type: String.t) - The user's email address. The special value me can be used to indicate the authenticated user.
  • upload_type (type: String.t) - Upload type. Must be "multipart".
  • metadata (type: GoogleApi.Gmail.V1.Model.Message.t) - object metadata
  • data (type: String.t) - Path to file containing content to upload
  • optional_params (type: keyword()) - Optional parameters
    • :"$.xgafv" (type: String.t) - V1 error format.
    • :access_token (type: String.t) - OAuth access token.
    • :alt (type: String.t) - Data format for response.
    • :callback (type: String.t) - JSONP
    • :fields (type: String.t) - Selector specifying which fields to include in a partial response.
    • :key (type: String.t) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :oauth_token (type: String.t) - OAuth 2.0 token for the current user.
    • :prettyPrint (type: boolean()) - Returns response with indentations and line breaks.
    • :quotaUser (type: String.t) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
    • :uploadType (type: String.t) - Legacy upload protocol for media (e.g. "media", "multipart").
    • :upload_protocol (type: String.t) - Upload protocol for media (e.g. "raw", "multipart").
    • :deleted (type: boolean()) - Mark the email as permanently deleted (not TRASH) and only visible in Google Vault to a Vault administrator. Only used for G Suite accounts.
    • :internalDateSource (type: String.t) - Source for Gmail's internal date of the message.
    • :neverMarkSpam (type: boolean()) - Ignore the Gmail spam classifier decision and never mark this email as SPAM in the mailbox.
    • :processForCalendar (type: boolean()) - Process calendar invites in the email and add any extracted meetings to the Google Calendar for this user.
  • opts (type: keyword()) - Call options

Returns

  • {:ok, %GoogleApi.Gmail.V1.Model.Message{}} on success
  • {:error, info} on failure