NAME
Mail::URLFor::Plugin::RFC2392 - deep links to mails for RFC2392
SYNOPSIS
my
$r
= Mail::URLFor::Plugin::RFC2392->new();
my
$url
=
$r
->render(
'123456-abcdef-ghijkl@example.com'
);
"<a href=\"$url\">See mail</a>"
;
SEE ALSO
RFC2392 Content-ID and Message-ID Uniform Resource Locators
https://tools.ietf.org/html/rfc2392
REPOSITORY
The public repository of this module is http://github.com/Corion/Mail::URLFor.
SUPPORT
The public support forum of this module is https://perlmonks.org/.
BUG TRACKER
Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=Mail-URLFor or via mail to mail-urlfor-Bugs@rt.cpan.org.
AUTHOR
Max Maischein corion@cpan.org
COPYRIGHT (c)
Copyright 2019 by Max Maischein corion@cpan.org
.
LICENSE
This module is released under the same terms as Perl itself.