|
Posted by Ruben van Engelenburg on 08/07/06 14:22
Ruben van Engelenburg wrote:
> qccitchy@gmail.com wrote:
>>
>> I have tried the basic syntax...
>> $mbox = imap_open ("{mail.mydomain.com:110/pop3}INBOX",
>> "user@mydomain.com", "password");
>>
>> Warning: imap_open() [function.imap-open]: Couldn't open stream
>> {mail.mydomain.com:110/pop3}
Oh and also another debugging suggestion. I noticed there's also a
function imap_errors() which returns an array of imap errors that
occured during the pageview. If you do something like this:
$res = imap_open("{mail.mydomain.com:110/pop3}INBOX",
"user@mydomain.com", "password");
print_r(imap_errors());
You'll see if it actually was an authentication problem or something else.
HTH.
Ruben.
--
http://www.phpforums.nl
Navigation:
[Reply to this message]
|