Athena::MIME::Part::Text
Inherits Athena::MIME::Part::Abstract < Reference < Object
Represents textual content a part of an email.
Constructors
Instance methods
body
Returns the raw contents of this part as a string.
Use #body_to_s to get a properly encoded representation.
Controls the content-disposition header value for this part.
prepared_headers
Returns a cloned AMIME::Header::Collection consisting of a final representation of the headers associated with this message.
I.e. Ensures the message's headers include the required ones.