The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mail::URLFor::Plugin::Thunderlink - deep links to mails on Thunderbird

SYNOPSIS

    my $r = Mail::URLFor::Plugin::Thunderlink->new();
    my $url = $r->render('123456-abcdef-ghijkl@example.com');
    print "<a href=\"$url\">See mail</a>";

Installing Thunderlink for Thunderbird

Install the "Thunderlink" plug-in / add-on for Thunderbird and register the thunderlink:// URI. This allows your browser to directly display emails in Thunderbird.

https://addons.thunderbird.net/de/thunderbird/addon/thunderlink/

Current Thunderlink maintainer:

https://github.com/mikehardy/thunderlink

Windows installation

In addition to installing Thunderlink, you need to make the thunderlink:// protocol known to Windows by making the following registry associations:

    REGEDIT4

    [HKEY_CLASSES_ROOT\thunderlink]
    @="URL:thunderlink Protocol"
    "URL Protocol"=""

    [HKEY_CLASSES_ROOT\thunderlink\shell]

    [HKEY_CLASSES_ROOT\thunderlink\shell\open]

    [HKEY_CLASSES_ROOT\thunderlink\shell\open\command]
    @="\"C:\\Program Files (x86)\\Mozilla Thunderbird\\thunderbird.exe\" -thunderlink \"%1\""

Alternatively, save the above lines into a .reg file and execute that.

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.