NAME

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

SYNOPSIS

This isa Email::Folder::Reader - read about its API there.

DESCRIPTION

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

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

We attempt to read an mbox as through it's the mboxcl2 variant, falling back to regular mbox mode if there is no Content-Length header to be found.

OPTIONS

The new constructor takes one extra option, eol. This indicates what the line-ending style is to be. The default is "\n", but for say handling files with mac line-endings you would specify eol = "\x0d">

AUTHOR

Simon Wistow <simon@thegestalt.org>

COPYING

Copyright 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 bring about the apocolapyse.

SEE ALSO

Email::LocalDelivery, Email::Folder