NAME
Mailmunge::Test - base class for Mailmunge Test plugins
ABSTRACT
This is a convenience base class that simply hangs on to a copy of the current Mailmunge::Filter object.
SYNOPSIS
package MyTest;
use base qw(Mailmunge::Test);
sub my_test_functionality { ... };
# And then inside your filter...
my $test = MyTest->new($self);
my $result = $test->my_test_functionality($ctx);
METHODS
All methods are inherited from Mailmunge::Action
AUTHOR
Dianne Skoll <dianne@skollsoft.com>
LICENSE
This code is licensed under the terms of the GNU General Public License, version 2.
Copyright © 2024 Skoll Software Consulting