timeout = 10; $options->authenticationMethod = ezcMailPop3Transport::AUTH_APOP; $pop3 = new ezcMailPop3Transport( "pop3.example.com", null, $options ); // Authenticate to the POP3 server $pop3->authenticate( "user", "password" ); ?>