Component that provides access to a Gmail account, exposing the public collections and events to retrieve labels and messages, send mail, manage message labels and download attachments.
Starts an asynchronous request that downloads the data of the specified attachment into its Data property. (inherited from TTMSFNCCustomCloudGoogleGmail)
Downloads the data of the specified attachment and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudGoogleGmail)
Starts an asynchronous request that retrieves the labels available in the account into the Labels collection. (inherited from TTMSFNCCustomCloudGoogleGmail)
Retrieves the labels available in the account and returns a promise that resolves when the request completes. (inherited from TTMSFNCCustomCloudGoogleGmail)
Starts an asynchronous request that lists the messages of the specified labels into the Mails collection. (inherited from TTMSFNCCustomCloudGoogleGmail)
Lists the messages of the specified labels and returns a promise that resolves when all matching messages have been retrieved. (inherited from TTMSFNCCustomCloudGoogleGmail)
Reads an image file and returns its base64-encoded data, optionally wrapped in an HTML img tag so it can be embedded inline in a message body. (inherited from TTMSFNCCustomCloudGoogleGmail)