module

Athena::MIME::Encoder::AddressEncoderInterface

Represents an encoder responsible for encoding an email address.

Instance methods

encode(address : String) : String

Returns an encoded version of the provided address.

Source