Mail::EnvelopeFromElement
Inherits Reference < Object
Constructors
new(string)
SourceInstance methods
address
Sourcedate_time
Sourceformatted_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.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.