in reply to Simple mail processing code

Net::POP3 and LWP::Simple should help.

--perlplexer

Replies are listed 'Best First'.
Re: Re: Simple mail processing code
by Peamasii (Sexton) on Apr 07, 2002 at 22:24 UTC
    Oh, I see now both Audit and MboxParser require access to the mail queue on unix. Since I'm accessing a pop server, I need to use something like the ones you mention.
    Thanks!
      Also check LWP::UserAgent since you need to know the status code for each request.

      --perlplexer