|
Posted by R. Pelizzi on 06/24/06 22:36
hello,
i'm getting a very strange behaviour with imap_open.
My code does:
$stream = imap_open("{{$_SESSION["host"]}:110/pop3}INBOX",
$_SESSION["user"], $_SESSION["pass"]);
then checks if that stream is valid...
well, this code seems to work on some pop3 servers...
on some servers, if($stream) evaluates to false and imap_error prints
"Can not authenticate to POP3 server: POP3 connection broken in response"
However i'm pretty sure authentication works, because using wrong
user/pass results in the proper wrong user/pass error.
Does anybody know what's happening?
[Back to original message]
|