NAME
Email::Folder::Reader - reads raw RFC822 mails from a box
VERSION
version 0.860
SYNOPSIS
or, as an iterator
my
$box
= Email::Folder::Reader->new(
'somebox'
);
while
(
my
=
$box
->next_message ) {
;
}
METHODS
new($filename, %options)
your standard class-method constructor
->next_message
returns the next message from the box, or false if there are no more
->messages
Returns all the messages in a box
AUTHORS
Simon Wistow <simon@thegestalt.org>
Richard Clamp <richardc@unixbeard.net>
Pali <pali@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2006 by Simon Wistow.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.