Help for this page

Select Code to Download


  1. or download this
    # 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();
    
  2. or download this
    # Host is valid, user/pass are not.
    use strict;
    ...
            # "-ERR Username/Password Mismatch perhaps foobar@yourdomain.c
    +om ?"
        }
    }