Linux SoftwareProgrammingLibrariesMail::Thread::Chronological 1.22

Mail::Thread::Chronological 1.22


Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure. SYNOPSIS use Mail::Thread;
Developer:   Richard Clamp
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   4K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure.

SYNOPSIS

use Mail::Thread;
use Mail::Thread::Chronological;

my $threader = Mail::Thread->new( @messages );
my $lurker = Mail::Thread::Chronological->new;

$threader->thread;

for my $thread ($threader->rootset) {
for my $row ( $lurker->arrange( $thread ) ) {
my $container = grep { ref $_ } @$row;
print join('', map { ref $_ ? '*' : $_ } @$row),
" ", $container->messageid, "n";
}

Given a Mail::Thread::Container, Mail::Thread::Chronological transforms the tree structure into a 2-dimensional array representing the history of a given thread in time.
The output is similar to that of the Lurker mail archiving system, with a couple of small exceptions:

Characters used

The grid is populated with the characters ' ' (space), '-', '+', '|', '{', or Mail::Thread::Container objects. Lurker uses [a-g], and differentiates T-junctions from corners for you, this module assumes you will do that for yourself.

The characters mean:

space

empty cell

-

horizontal line

+

T junction or corner

|

vertical line

{

vertical line crossing over a horizontal line

Vertical stream crossing is permitted

In the original lurker crossing a path vertically is not allowed, this results in a lot of horizontal space being used.

Requirements:
  • Perl
    tags mail thread  thread chronological  horizontal line  vertical line  the characters  lurker mail  use mail  thread container  

    Download Mail::Thread::Chronological 1.22


     http://mirrors.evolva.ro/CPAN/authors/id/R/RC/RCLAMP/Mail-Thread-Chronological-1.22.tar.gz


    Authors software

    Mail::Thread::Chronological 1.22 (by Richard Clamp)
    Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure.

    SYNOPSIS

    use Mail::Thread;


    Similar software

    Mail::Thread::Chronological 1.22 (by Richard Clamp)
    Mail::Thread::Chronological can rearrange Mail::Thread::Containers into a Chronological structure.

    SYNOPSIS

    use Mail::Thread;

    Email::Store 0.24 (by Simon Cozens)
    Email::Store is a framework for database-backed email storage.

    SYNOPSIS

    use Email::Store 'dbi:mysql:mailstore';
    Email::Sto

    Lurker 2.1 (by Wesley W Terpstra)
    Lurker is a mailing list archiver designed for capacity, speed, ,configurability and simplicity, in that order.

    Email is an ever inc

    RT-Thread 0.2.1 (by Midnight Xiong)
    RT-Thread is a real-time operating system

    TDA 1.1 (by irockel)
    TDA goal is to provide a small utility helping offline analysis of production enviroments like application servers.

    There is a qui

    Email::Store::DBI 0.254 (by Simon Cozens)
    Email::Store::DBI is a Perl module for database backend to Email::Store.

    SYNOPSIS

    use Email::Store 'dbi:...';

    This class is

    Ciphire Mail Security Reports for Thunderbird 0.4.0 (by Ciphire Labs)

    BiffLes 0.6 (by Eric Pozharski)
    BiffLes does what does the "procmail" MDA does, but in one run

    Inter-Thread Communication 1.1.3 (by Charles Samuels)

    NewsBro 2.4.0 (by Michael Bergknoff)
    NewsBro project is a web application providing usenet news service


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags