For better or for worse, I have been very fascinated lately with the concept of intertwingularity.

Searching on Perlmonks reveals very little. One node Managing a Personal Email Archive, and leads to Pronto and Mail::Miner. In fact, searching on intertwingularity also reveals little more than the above, esp. as it relates to Perl.

There are three non-Perl products, and one Perl product -- Zoe, Emila, Six Degrees, and Twingle.com. Each is discussed below briefly --

Which brings me here. This is a concept that would be best solved with Perl, with its power of regexp searching, and intergration with DBI. I read Robert Bernier's article Data Mining Email but it doesn't quite achieve Zoe's concept. Besides, it depends on Postgresql which gives me nervous attacks.

I envision a PerlTwingular app which simply reads the mail store thereby avoiding the problem of maintaining and synchronizing two separate stores, something like Plucene for searching it all (the search index might be re-built as a cron job). The app interface would be very much like Zoe's or Creo Six Degrees'. There might be an optional DBI integration with SQLite. Would be nice to have a built-in webserver, perhaps a pure Perl httpd, so everything standsalone. In any case, it would have to work out of the box with Apache and IIS at the very least.

Phew! Of course, I have the power to envision this, but not more than just a clue to where to start coding. Hence, this final question -- has this been done already? Is there stuff one can look at, study?


In reply to A Perl-app for twingling by punkish

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.