Date: 12/01/99
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2867 Updated: Fails to build when no libbind.so"
- Previous message: Peter Bowen: "RE: [PHP-DEV] Auto Download"
- In reply to: amrith: "[PHP-DEV] please help me out WITH IMAP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> $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>
- Next message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2867 Updated: Fails to build when no libbind.so"
- Previous message: Peter Bowen: "RE: [PHP-DEV] Auto Download"
- In reply to: amrith: "[PHP-DEV] please help me out WITH IMAP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

