Re: [PHP] Help with IMAP_open please

2001-01-16 Thread Alejandro Garin
--- 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_

Re: [PHP] Help with IMAP_open please

2001-01-15 Thread Ignacio Vazquez-Abrams
On Fri, 29 Dec 2000, Dezider [iso-8859-2] Góra 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 =

[PHP] Help with IMAP_open please

2001-01-15 Thread Dezider Góra
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); tia Dezider -- PH