Email::LocalDelivery::Ezmlm - deliver mail into ezmlm archives
use Email::LocalDelivery;
Email::LocalDelivery->deliver($mail, "/some/box//") or die "couldn't deliver";
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.
used as a class method. returns the names of the files ultimately delivered to
Richard Clamp <richardc@unixbeard.net> based on the source of
"colobus" by Jim Winstead Jr.
Copyright (C) 2003 Richard Clamp. All Rights Reserved.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
colobus <http://trainedmonkey.com/colobus/>, Email::LocalDelivery,
Email::FolderType