in reply to
Simple mail processing code
Net::POP3
and
LWP::Simple
should help.
--perlplexer
Comment on
Re: Simple mail processing code
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!
[reply]
Re: Re: Re: Simple mail processing code
by
perlplexer
(Hermit)
on Apr 07, 2002 at 22:38 UTC
Also check
LWP::UserAgent
since you need to know the status code for each request.
--perlplexer
[reply]
In Section
Seekers of Perl Wisdom