class Mail::EnvelopeFromElement
- Mail::EnvelopeFromElement
- Reference
- Object
Defined in:
mail/elements/envelope_from_element.crConstructors
Instance Method Summary
- #address : String | Nil
- #date_time : Time
-
#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);
-
#to_s
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
Instance Method Detail
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);
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
.