Dear all,
I've developed a web-based email system with PHP.
<?php
$stream=imap_open("{x.x.x.x:143}INBOX","username","password");
imap_close($stream);
?>
When I called the imap_open(), error message occur. (Couldn't open stream {x.x.x.x:143}INBOX in /abc.php on )
Configuration of my system :
Web server - iplanet 4.1 comiple with PHP modules
OS - Solaris 7
PHP - PHP4.0.2
IMAP- IMAP4.7c
At phpinfo page, I can read the information of IMAP -
IMAP support - enabled
IMAP c-client Version - 4.1
Please help !!
Many Many thanks
yuen_121