[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: POP3Client



On Thu, Apr 29, 2004 at 09:42:37AM +0200, Paul Masquelier wrote:
> Hello,
> 
> I try to use the Mail-POP3Client-2.16 module on a windows XP machine.
> 
> I tried this script :
> 
> use Mail::POP3Client;
> 
> 	# I changed the data for this mail ...
> $pop = new Mail::POP3Client( HOST  => "mymailserver" );
> $pop->User( "me" );
> $pop->Pass( "mypwd" );
> 
> $pop->Connect() > 0 || die $pop->Message();
> $i = $pop->Count();
> print "nr of messages : $i\n";
> $pop->Close();
> 
> I receive the error message (at the connect line) :
> 
> "Socket read failed for USER at C:\.....\pop3clienttest.pl line 19, <GEN1>
> line 2"
> 
> Does someone know how to solve this error message ?
> A configuration problem ?
> 
> Paul
Hi Paul,
here is what you do:
1) install debian
2) run you program
3) send us the error message.

or

send this messages to a perl/windows list.


This is a mailing list for debian gnu/linux.

We would love to help you, but alas windows is not our experise.
-Kev

Attachment: signature.asc
Description: Digital signature


Reply to: