NAME

Email::Folder -

SYNOPSIS

use Email::Folder;

my $folder = Email::Folder->new("some_file");

print join "\n", map { $_->header("Subject") }, $folder->messages();

METHODS

new <folder>

Takes the name of a folder;

bless_message <message>

Takes a raw RFC822 message and blesses it into a class.

By default this is an Email::Simple object but could be overwritten.

messages

Returns a list of all the messages in a folder

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 brin$

SEE ALSO

Email::LocalDelivery, Email::Folder, Email::Simple