Mail POP3::Client ??

2002-01-28 Thread Chris Zampese
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

Re: MAIL::POP3

2001-06-01 Thread KeN ClarK
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

Re: MAIL::POP3

2001-06-01 Thread Piers Cawley
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

Re: MAIL::POP3

2001-06-01 Thread Paul Johnson
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

Re: MAIL::POP3

2001-05-31 Thread Me
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

MAIL::POP3

2001-05-31 Thread KeN ClarK
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