Try localhost:143/notls there
On Wed, 10 Jul 2002, [gb2312] ÚÈ Ñ« wrote:
>
> Hi all,
> I got a problem when I use php's imap functions in rh7.3 system.
> In the php script file imaptest.php I wrote such code:
>
> $user="usernamexxx";
> $password="passxxx";
> $mbox = imap_open ("{localhost:143}
Hi all,
I got a problem when I use php's imap functions in rh7.3 system.
In the php script file imaptest.php I wrote such code:
$user="usernamexxx";
$password="passxxx";
$mbox = imap_open ("{localhost:143}", $user, $password)
or die("can't connect: ".imap_last_error()
But when I use ko
2 matches
Mail list logo