Class MIME::Message
In: lib/mime/message.rb
Parent: Object

Construct textual messages using the RFC 2822 Internet message format.

Methods

new   to_s  

Included Modules

Headers::Internet Headers::MIME

Attributes

body  [RW] 
headers  [R]  HeaderContainer access

Public Class methods

Return a Message object with body optionally set to body.

Public Instance methods

Return the Internet message formatted representation of the instance.

[Validate]