NAME

Email::Folder::Maildir - reads raw RFC822 mails from a maildir

SYNOPSIS

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

DESCRIPTION

Does exactly what it says on the tin - fetches raw RFC822 mails from a maildir.

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

METHODS

messages <class> <dir>

Takes a maildir directory, returns a list of Email::Simple objects.

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