• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Email/LocalDelivery/H29-Aug-2003-8731

t/H29-Aug-2003-85

Build.PLH A D11-Aug-2003418 1715

ChangesH A D29-Aug-200347 32

MANIFESTH A D11-Aug-200397 98

META.ymlH A D29-Aug-2003365 1817

Makefile.PLH A D29-Aug-2003347 1613

READMEH A D29-Aug-20031,003 5731

README

1README for Email::LocalDelivery::Ezmlm 0.1
2
3=head1 NAME
4
5Email::LocalDelivery::Ezmlm - deliver mail into ezmlm archives
6
7=head1 SYNOPSIS
8
9 use Email::LocalDelivery;
10 Email::LocalDelivery->deliver($mail, "/some/box//") or die "couldn't deliver";
11
12
13=head1 DEPENDENCIES
14
15This module has external dependencies on the following modules:
16
17 Email::FolderType	0.6
18 Email::LocalDelivery
19
20=head1 INSTALLATION
21
22 perl Build.PL
23 perl Build test
24
25and if all goes well
26
27 perl Build install
28
29=head1 HISTORY
30
31What changed over the last 3 revisions
32
33=over
34
35=item 0.01 Friday 29th August, 2003
36
37	initial release
38=back
39
40=head1 AUTHOR
41
42Richard Clamp <richardc@unixbeard.net> based on the source of
43C<colobus> by Jim Winstead Jr.
44
45=head1 COPYRIGHT
46
47Copyright (C) 2003 Richard Clamp.  All Rights Reserved.
48
49This module is free software; you can redistribute it and/or modify it
50under the same terms as Perl itself.
51
52=head1 SEE ALSO
53
54L<colobus|http://trainedmonkey.com/colobus/>, L<Email::LocalDelivery>,
55L<Email::FolderType>
56
57