Provided by: libmail-srs-perl_0.31-9_all
NAME
Mail::SRS::Reversible - A fully reversible Sender Rewriting Scheme
SYNOPSIS
use Mail::SRS::Reversible; my $srs = new Mail::SRS::Reversible(...);
DESCRIPTION
See Mail::SRS for details of the standard SRS subclass interface. This module provides the methods compile() and parse(). It operates without store.
SEE ALSO
Mail::SRS