Envelope

class Envelope

The SMTP envelope information of the email.

Types

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

Properties

Link copied to clipboard
val from: String?

The RCPT FROM given by the host from which the email was received.

Link copied to clipboard
val helo: String?

The HELO used by the host from which the email was received.

Link copied to clipboard
val to: List<String>?

All SMTP TO entries given by the host from which the email was received.

Functions

Link copied to clipboard
inline fun copy(block: Envelope.Builder.() -> Unit = {}): Envelope
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