Can anyone tell me the correct syntax for connecting to an imap server using
imap_open and an ssl connection.
normally ----> $link = imap_open ("{mail.whatever.com:143}",
"username", "password");
Is this the correct way to do it for ssl? ... because it is not working for
me.
ssl ----> $link = imap_open ("{mail.whatever.com:993}", "username",
"password");
Drew
--
PHP General 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]