Class RMail::Serialize
In: rmail/serialize.rb
Parent: Object

Serialize a RMail::Message object into an output stream supporting the << method.

Methods
new    serialize   
Classes and Modules
Class RMail::Serialize::Error
Public Class methods
new(output, escape_from = nil)

Initialize this Serialize object with an output stream. If escape_from is not nil, lines with a leading From are escaped.

Public Instance methods
serialize(message)