--- Dezider Góra <[EMAIL PROTECTED]> wrote:
> I always get this error when trying to connect to
> the mailbox. I have
> installed uw imap server.
> 
> Warning: Couldn't open stream {localhost:143} in
> /home/httpd/html/webmail/mailbox.php on line 12
> 
> Affected line is:
> 
> $connection = IMAP_Open("{localhost:143}", $name,
> $psw);

Try with :

$connection = IMAP_Open("{localhost:143}INBOX", $name,
$psw);

regards

=====
==============
Ing. Alejandro Garín
Telecom Internet

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

-- 
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]

Reply via email to