NAME
Mariachi::Message - representation of a mail message
METHODS
->new($message)
$message
is a rfc2822 compliant message body
your standard constructor
->body
->header
->header_set
body
, header
, and header_set
are provided for interface compatibility with Email::Simple
->from
A privacy repecting version of the From: header.
->subject
->date
the Subject
and Date
headers
->filename
the name of the output file
->epoch_date
The date header pared into epoch seconds
->ymd =head2 ->day =head2 ->month =head2 ->year
epoch_date formatted in useful ways
->index
->next
the next message in the archive, thread-wise
->prev
the previous message in the archive, thread-wise
->root
the root of the thread you live in