in my phpinfo() it only gives the imap c-client version as 2001 but
doesnt say that imap is enabled.....does that mean that imap is not installed.
i tried running the following script
<?php
$server = "lycos.com";
$user = "gregmiller";
$pass = "mypass";
$conn = @imap_open("{$server/imap}INBOX", $user, $pass)
or die("Connection to server failed");
?>
it gives error as connection to server failed
is there somenthing wrong with the script or with imap installation?
plz help
thanx in advance
greg