ID:               16562
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Feedback
 Bug Type:         IMAP related
 Operating System: RedHat 6.x
 PHP Version:      4.1.2
 New Comment:

What if you use this instead:

$mbox = imap_open ("{localhost:110/pop3}INBOX", "user_id",
"password");

(straight from the manual)



Previous Comments:
------------------------------------------------------------------------

[2002-04-11 23:29:07] [EMAIL PROTECTED]

After upgrading to PHP 4.1.2 from 4.0.4pl1 and doing this:

imap_open("{hostname/POP3:110}INBOX", "userid", "password")

...simply returns "Couldn't open stream" when trying to talk to
POP3/110.  I checked tcpdump and I see nothing happening on port 110. 
Switching back to 4.0.4pl1 fixes the problem.  Tried installing the
latest c-client and still nothing.  Seems something about imap_open has
been broken in this version.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=16562&edit=1

Reply via email to