Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Mail::Thread::Chronological 1.22

    Download button

    No screenshots available
    Downloads: 342  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Richard Clamp | More programs
    Perl Artistic License / FREE
    June 28th, 2006, 16:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Mail::Thread::Chronological description

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

    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



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    Perl module | mail thread | chronological thread | Mail::Thread::Chrono | mail | thread

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM