NAME
Mail::URLFor::Plugin::OSX - deep links to mails on OSX Mail.app
SYNOPSIS
my $r = Mail::URLFor::Plugin::OSX->new();
my $url = $r->render('123456-abcdef-ghijkl@example.com');
print "<a href=\"$url\">See mail</a>";
SEE ALSO
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.