RawEmail

class RawEmail

Specifies the contents of an email message, represented as a raw MIME message.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email message, represented as a raw MIME message. The entire message must be base64 encoded.

Functions

Link copied to clipboard
inline fun copy(block: RawEmail.Builder.() -> Unit = {}): RawEmail
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String