module Athena::MIME::Encoder::AddressEncoderInterface

Overview

Represents an encoder responsible for encoding an email address.

Direct including types

Defined in:

encoder/address_encoder_interface.cr

Instance Method Summary

Instance Method Detail

abstract def encode(address : String) : String #

Returns an encoded version of the provided address.


[View source]