Class: MIME::MessageMedia

Inherits:
CompositeMediaType show all
Defined in:
lib/mime/composite_media_type.rb

Overview

MessageMedia is intended to encapsulate another message. In particular, the message/rfc822 content type is used to encapsulate RFC 822 messages.

TODO Implement

Instance Attribute Summary

Attributes inherited from MediaType

#headers

Attributes included from Headers::MIME

#content_description, #content_disposition, #content_id, #content_transfer_encoding, #content_type, #mime_version

Method Summary

Methods inherited from CompositeMediaType

#add_entity, #attach_entity, #initialize, #inline_entity

Methods inherited from MediaType

#initialize, #to_s

Constructor Details

This class inherits a constructor from MIME::CompositeMediaType