Help for this page
# POP3Client dies with "Broken pipe" and nothing else. # (works fine with external server) ... $pop3->Pass( "doublesecret" ); $pop3->Connect() || die "failed: " . $pop3->Message() . "\n"; $pop3->Close();
# Host is valid, user/pass are not. use strict; ... # "-ERR Username/Password Mismatch perhaps foobar@yourdomain.c +om ?" } }