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

POP3Client



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



Reply to: