Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Mail::Summary::Tools::ArchiveLink::Easy - Easy constructors for archive links.
SYNOPSIS
use Mail::Summary::Tools::ArchiveLink::Easy;
# choose a service
my $link = Mail::Summary::Tools::ArchiveLink::Easy->gmane( $msg_id );
my $link = Mail::Summary::Tools::ArchiveLink::Easy->google( $msg_id );
# link to the message/thread
$link->thread_uri;
$link->message_uri;