To correct myself ...

I believe you actually require the INBOX attribute as well.

$mbox = imap_open ("{mail.hot.ee:110/pop3}INBOX", "pop3testing", "testing");

if you still have problems you might also try (explictly request non-SSL connection):

$mbox = imap_open ("{mail.hot.ee:110/pop3/notls}INBOX", "pop3testing", "testing");

Hope that helps.

--
Jason k Larson



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to