[PHP-DEV] Re: [PHP3] please help me out WITH IMAP From: rasmus <email protected>
Date: 12/01/99

> $a =imap_open("{192.168.0.11}INBOX","abcd","xyz",OP_READONLY );

Try: imap_open("{192.168.0.11/imap:143}INBOX","abcd","xyz",OP_READONLY);

-Rasmus

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>