Class RMail::Serialize |
|
Serialize a RMail::Message object into an output stream supporting the << method.
Methods |
Classes and Modules |
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) |