Hi Trizor,
I've only ever used Mail::POP3Client, and have no complaints about it. I found it particularly useful on a couple of occasions when I started receiving large amounts of spam containing rather large Windows viral attachments. I was getting (up to) about 100 of them every hour - damned things were arriving faster than my crappy dial-up connection could download them.

Anyway, it was nice to be able to run a Mail::POP3Client script that just connected to the server every 15 minutes or so, perused the headers and deleted each of the infected messages from the server, without me having to give it any more thought.

I've also used the same module to grab and print the headers and/or messages. I have no idea how it stacks up against the other POP3 client offerings - I've never experienced the need to look beyond it.

Cheers,
Rob

In reply to Re: Best perl-based POP3 client library. by syphilis
in thread Best perl-based POP3 client library. by Trizor

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.