This code does not work with my system.  Any ideas as for a work arround??

--code starts
$config["imap_server"] = "bast.picotech.net";
$config["imap_port"] = 143;
$mailbox = "INBOX";
$login["username"] = "myusername";
$login["password"] = "mypassword";
$servername = "{" . $config["imap_server"] . ":" . $config["imap_port"] .
"}" . $mailbox.".";
$mbox = imap_open( $servername, $login["username"], $login["password"] );
--code ends

Jeff Means
CIO for Picotech
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to