Class: MIME::Message

Inherits:
CompositeMedia show all
Defined in:
lib/mime/composite_media.rb

Overview

Message 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 CompositeMedia

#boundary

Attributes inherited from Media

#body, #headers

Attributes included from Headers::MIME

#description, #disposition, #id, #mime_version, #transfer_encoding, #type

Method Summary

Methods inherited from CompositeMedia

#add, #attach, #initialize, #inline

Methods inherited from Media

#initialize, #to_s

Constructor Details

This class inherits a constructor from MIME::CompositeMedia