Mail::Summary::Tools::ArchiveLink::GoogleGroups - Link to Google Groups via message ID.


Mail-Summary-Tools documentation  | view source Contained in the Mail-Summary-Tools distribution.

Index


NAME

Top

Mail::Summary::Tools::ArchiveLink::GoogleGroups - Link to Google Groups via message ID.

SYNOPSIS

Top

	use Mail::Summary::Tools::ArchiveLink::GoogleGroups;

	my $link = Mail::Summary::Tools::ArchiveLink::GoogleGroups->new(
		message_id => ".....",
	);

	$link->thread_uri;
	$link->message_uri;

DESCRIPTION

Top


Mail-Summary-Tools documentation  | view source Contained in the Mail-Summary-Tools distribution.