Greetings and salutations to you all,
Trying to get POP3 to work. I have a program that should get all the headers and
subjects from the pop3 server, but it displays none, and if I put a check in to see
how many messages there are it says there are none, despite me having sent myself some
t
Fetchmail is working wonderfully, but I am going to give Mail::Audit a go.
I appreciate everyone's advice.
Ken
On 1 Jun 2001, Piers Cawley wrote:
> Paul Johnson <[EMAIL PROTECTED]> writes:
>
> > On Thu, May 31, 2001 at 08:58:40PM -0400, KeN ClarK wrote:
> > > I haven't done much of anything yet
Paul Johnson <[EMAIL PROTECTED]> writes:
> On Thu, May 31, 2001 at 08:58:40PM -0400, KeN ClarK wrote:
> > I haven't done much of anything yet. But of course figured out how
> > fetchmail can do this and send it to my user locally. So that is working.
> > BUT, if a perl script that is cron'd will
On Thu, May 31, 2001 at 08:58:40PM -0400, KeN ClarK wrote:
> I haven't done much of anything yet. But of course figured out how
> fetchmail can do this and send it to my user locally. So that is working.
> BUT, if a perl script that is cron'd will use less resources, I'd prefer
> that.
I would be
The Mail::POP3Client module is not part of the standard
module set, so you have to get it from somewhere. Most
modules are on CPAN.
So:
> I dloaded...
was sort of the right step.
But you also need to install it (usually just means putting
it in the right location).
Certainly:
> renamed it to
I haven't done much of anything yet. But of course figured out how
fetchmail can do this and send it to my user locally. So that is working.
BUT, if a perl script that is cron'd will use less resources, I'd prefer
that. Plus, I need to learn Perl. It fails when it
use Mail::POP3Client; because I