class Mail::Envelope

Defined in:

mail/envelope.cr

Class Method Summary

Instance Method Summary

Constructor methods inherited from class Mail::NamedStructuredField

new(value = nil, charset = nil) new

Instance methods inherited from class Mail::CommonField

charset : String | Nil charset, charset=(charset : String | Nil) charset=, decoded decoded, default default, do_decode do_decode, do_encode do_encode, element element, element=(element) element=, encoded encoded, errors : Array(Array(Mail::Field::ParseError | String)) errors, errors=(errors : Array(Array(String | Field::ParseError))) errors=, main_type main_type, mime_type mime_type, name : String | Nil name, name=(name : String | Nil) name=, parameters parameters, parse parse, responsible_for?(field_name) responsible_for?, singular? singular?, to_s to_s, value : String | Nil value, value=(value) value=

Constructor methods inherited from class Mail::CommonField

new(value = nil, charset = nil) new

Class methods inherited from class Mail::CommonField

parse(*args) parse, singular? singular?

Class Method Detail

def self.field_name : String #

[View source]

Instance Method Detail

def date #

[View source]
def element #

[View source]
def from #

[View source]