Quoting saurav bhowmik <[EMAIL PROTECTED]>:

> I just try an example here, using imap_open connect to
> yahoo mail. 

This list is for the development of PHP, not development _in_ PHP. However:

>   <?$mbox = imap_open ("{pop.mail.yahoo.com:110}",
> "user_mail_id", "user_password");

Take a look at the second example given at 
http://www.php.net/manual/en/function.imap-open.php. You're missing the /pop3 
in the server string.

-chuck

--
Charles Hagenbuch, <[EMAIL PROTECTED]>
Some fallen angels have their good reasons.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to