class Mail::EnvelopeFromElement

Defined in:

mail/elements/envelope_from_element.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(string) #

[View source]

Instance Method Detail

def address : String | Nil #

[View source]
def date_time : Time #

[View source]
def formatted_date_time #

RFC 4155: A timestamp indicating the UTC date and time when the message was originally received, conformant with the syntax of the traditional UNIX 'ctime' output sans timezone (note that the use of UTC precludes the need for a timezone indicator);


[View source]
def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]