|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-05-22 14:45 UTC] sniper@php.net
[2002-06-23 13:47 UTC] theodore at mts dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 15:00:01 2025 UTC |
Good morning, sir: I get this error message when I attempt to open a IMAP conection: Warning: Couldn't open stream {localhost:143} in /var/www/html/prueba.php on line 2 This is the code line that I use; "ruclamo" is my valid system user and "123" is my password : <? $mbox=imap_open("{localhost:143}", "ruclamo" , "123"); ?> I used this code on Red Hat 7.2, with nothing problem. Actually, I am working with Red Hat 7.3, with all php and imap packages installed. Thank you, excuse my poor English, Ruth Moreno