class

Athena::MIME::Part::Abstract

Inherits Reference < Object

Base type of all parts that provides common utilities and abstractions.

Instance methods

body_to_s

Returns a string representation of the body of this part, excluding any headers.

Source
headers

Returns the headers associated with this part.

Source
media_sub_type

Returns the media sub-type of this part. E.g. pdf within application/pdf.

Source
media_type

Returns the media type of this part. E.g. application within application/pdf.

Source
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.

Source