Class Mail::Parser
In: /home/matt/rubymail/mail/parser.rb
Parent: Object
The Mail::Parser class is responsible for parsing messages from files.
Methods
new    parse   
Public Class methods
new(message_class = Mail::Message)
Creates a new parser. Messages of message_class will be created by the parser. By default, the parser will create Mail::Message objects.

FIXME: document exactly the API message_class must implement in order to be functional.

Public Instance methods
parse(input)
Parse a message from the IO object io and return a new message.