The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

The original author is Simon Cozens, <simon@cpan.org> Currently maintained by Simon Wistow <simon@thegestalt.org>

SUPPORT

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

Copyright 2004, 2005 Simon Cozens