module Athena::MIME::Encoder::AddressEncoderInterface
Overview
Represents an encoder responsible for encoding an email address.
Direct including types
Defined in:
encoder/address_encoder_interface.crInstance Method Summary
-
#encode(address : String) : String
Returns an encoded version of the provided address.
Instance Method Detail
abstract
def encode(address : String) : String
#
Returns an encoded version of the provided address.