raflach has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: MHonArc w/o mailbox access
by K_M_McMahon (Hermit) on Feb 08, 2005 at 04:45 UTC
    The first thing you need to do is read up on Net::POP3 or also here.

    After that, come up with some code and post it for comments. Net::POP3 is included with standard perl installations.