class Athena::MIME::Part::Message
inherits Athena::MIME::Part::Data
#
Represents a part that encapsulates an AMIME::Message
.
Constructors#
Methods#
#body : String
#
Returns the raw contents of this part as a string.
Use #body_to_s
to get a properly encoded representation.
#body_to_s : String
#
Returns a string representation of the body of this part, excluding any headers.