John and Nathan, I am maintainer of Mail::POP3 since 2002-ish, which implements a POP3 server. Having come back to it this month, I realise it is badly named and should be something like Net::Server::POP3[::*].

The purpose of it was only ever to implement a POP3 server-side interface to make a "mailbox" interface to a website (specifically jobserve, as it happens), to be able to use my email program to easily "reply" to a job ad.

I know these modules aren't "broke", so there may be no need to "fix" them. However, I see that you chaps last updated your modules in 2004/2005, and I wonder whether it would be a good idea for me to take them over? I want to put them both in one distribution, since they are similar, obviously leaving them with the same API, and include another module that gives the "email" interface to a website, as above.


In reply to Re^2: Net::Server::POP3::Skeleton by etj
in thread Net::Server::POP3::Skeleton by bbfu

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.