Email::Store::Thread

Email::Store::Thread can store threading information for a mail.
Download

Email::Store::Thread Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Wistow
  • Publisher web site:
  • http://search.cpan.org/~simonw/

Email::Store::Thread Tags


Email::Store::Thread Description

Email::Store::Thread can store threading information for a mail. Email::Store::Thread can store threading information for a mail.ABSTRACTRemember to create the database table: % make install % perl -MEmail::Store="..." -e 'Email::Store->setup'And now: my $container = $mail->container; if ($container->parent) { print "Parent of this message is ".$container->parent->message; print "Root of this method is ".$container->root->message; }This adds to a mail the concept of a thread container. A thread container is a node in a tree which represents the thread of an email conversation. It plugs into the indexing process and works out where in the tree the mail belongs; you can then ask a mail for its container, a container for its message, and for its parent, child and sibling containers, which are used to navigate the thread tree. There's also a root container which represents the top message in the tree.This is distributed separately from the main Email::Store distribution as it tends to slow down indexing somewhat. Requirements: · Perl


Email::Store::Thread Related Software