NAME
Email::Store::Summary - Provide subject and first-sentence for a mail
SYNOPSIS
Remember to create the database table:
% make install
% perl -MEmail::Store="..." -e 'Email::Store->setup'
And now:
$mail->subject;
$mail->original;
DESCRIPTION
This extension for Email::Store
adds the summary
table, and exports the subject
and original
methods to the Email::Store::Mail
class; subject
is the subject of the mail (duh) and original
uses Text::Original to extract the first unquoted sentence of the mail.
SEE ALSO
Email::Store::Mail, Text::Original.
AUTHOR
Simon Cozens, simon@cpan.org
This module is distributed under the same terms as Perl itself.