Email::LocalDelivery::Ezmlm - deliver mail into ezmlm archives


Email-LocalDelivery-Ezmlm documentation  | view source Contained in the Email-LocalDelivery-Ezmlm distribution.

Index


NAME

Top

Email::LocalDelivery::Ezmlm - deliver mail into ezmlm archives

SYNOPSIS

Top

 use Email::LocalDelivery;
 Email::LocalDelivery->deliver($mail, "/some/box//") or die "couldn't deliver";

DESCRIPTION

Top

This module delivers RFC822 messages into ezmlm-style archive folders.

This module was created to allow easy interoperability between Siesta and colobus. Colobus is an nntp server which uses ezmlm archives as its message store.

METHODS

Top

->deliver( $message, @folders )

used as a class method. returns the names of the files ultimately delivered to

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net> based on the source of colobus by Jim Winstead Jr.

COPYRIGHT

Top

SEE ALSO

Top

colobus, Email::LocalDelivery, Email::FolderType


Email-LocalDelivery-Ezmlm documentation  | view source Contained in the Email-LocalDelivery-Ezmlm distribution.