NAME

Email::Folder::Mbox - reads raw RFC822 mails from an mbox file

SYNOPSIS

my $class = 'Email::Folder::Mbox';
$class->require;
print map { $_->header('Subject') } $class->messages('somembox');

DESCRIPTION

Does exactly what it says on the tin - fetches raw RFC822 mailsfrom an mbox.

The mbox format is described at http://www.qmail.org/man/man5/mbox.html

METHODS

messages <class> <dir>

Takes the name of an mbox file, returns a list of Email::Simple objects.

Should really only be called from Email::Folder.

AUTHOR

Simon Wistow <simon@thegestalt.org>

COPYING

(C)opyright 2003, Simon Wistow

Distributed under the same terms as Perl itself.

This software is under no warranty and will probably ruin your life, kill your friends, burn your house and brin$

SEE ALSO

Email::LocalDelivery, Email::Folder