Protected
configRetrieves a raw message from the bucket.
The ID of the message to retrieve.
The sender of the message.
The recipient of the message.
A function that returns the raw message as an ArrayBuffer, or null if the message was not found.
Saves an email message to the backup storage.
The ID of the message to save. If null or undefined, a new ID will be generated.
The email address of the sender.
The email address of the recipient.
The body of the email message.
Generated using TypeDoc
Generates a key for storing the email message.