Mail-Summary
view release on metacpan or search on metacpan
Mail::Summary - scan read your mail!
=head1 SYNOPSIS
my $ms = Mail::Summary->new({ maildir => '/home/mwk/Maildir' });
my @mail_summaries = $ms->summaries;
=head1 DESCRIPTION
Too busy to read your mail? Subscribe to too many mailing lists?
Take two folders into the shower? Well, for the busy on the go geek
of today, here is the answer! Get all your messages summarised, to
save you having to read them, or to read them by which summary looks
better!
=cut
use strict;
use Mail::Box::Manager;
use Lingua::EN::Summarize;
( run in 0.303 second using v1.01-cache-2.11-cpan-87723dcf8b7 )