AppsPeopleOzExternalMergedpeopleapiEmailExtendedData

AI Overview😉

  • The potential purpose of this module is to analyze email addresses and provide additional information about them, such as whether they are internal or external to a domain, whether they support TLS encryption, and whether they contain confusing characters that could be used to deceive users.
  • This module could impact search results by allowing Google to better understand the context and security of email addresses, potentially influencing the ranking of search results that involve email communication or authentication. It may also help Google to identify and flag suspicious or phishing emails.
  • A website may change things to be more favorable for this function by ensuring that their email infrastructure supports TLS encryption, using clear and concise email addresses that avoid confusing characters, and providing accurate information about their domain and email usage. Additionally, websites may want to ensure that their email authentication and validation processes are robust and secure to avoid being flagged as suspicious.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData (google_api_content_warehouse v0.4.0)

Extension data for a person email.

Attributes

  • internalExternal (type: GoogleApi.ContentWarehouse.V1.Model.PeoplestackFlexorgsProtoInternalExternal.t, default: nil) - For use with the CUSTOMER_INFO_ADDITIONAL_DATA extension. This includes information on whether the given email is internal to or external to the requesting user's domain.
  • isPlaceholder (type: boolean(), default: nil) - For ListPeoplebyKnownId to indicate an email is sythesized from a lookup email.
  • smtpServerSupportsTls (type: boolean(), default: nil) - For use with the TLS extension. Whether the SMTP server that handles delivery for this email address supports TLS encryption.
  • usesConfusingCharacters (type: boolean(), default: nil) - For use with the Gmail Homograph Warning extension. Whether the email contains mixed character sets that could be used to decieve users. This field is populated by the GMAIL_SECURITY_DATA extension.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.AppsPeopleOzExternalMergedpeopleapiEmailExtendedData{
    internalExternal:
      GoogleApi.ContentWarehouse.V1.Model.PeoplestackFlexorgsProtoInternalExternal.t()
      | nil,
    isPlaceholder: boolean() | nil,
    smtpServerSupportsTls: boolean() | nil,
    usesConfusingCharacters: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.