| Email-Store-Summary documentation | view source | Contained in the Email-Store-Summary distribution. |
Email::Store::Summary - Provide subject and first-sentence for a mail
Remember to create the database table:
% make install
% perl -MEmail::Store="..." -e 'Email::Store->setup'
And now:
$mail->subject;
$mail->original;
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.
The original author is Simon Cozens, <simon@cpan.org> Currently maintained by Simon Wistow <simon@thegestalt.org>
This module is part of the Perl Email Project - http://pep.kwiki.org/
There is a mailing list at pep@perl.org (subscribe at pep-subscribe@perl.org) and an archive available at http://nntp.perl.org/group/pep.php
Copyright 2004, 2005 Simon Cozens
| Email-Store-Summary documentation | view source | Contained in the Email-Store-Summary distribution. |