[PHP-DEV] PHP 4.0 Bug #8625: can not use imap_open to authenticate with a pop3 server From: ngcheongmeng <email protected>
Date: 01/10/01

From: ngcheongmeng <email protected>
Operating system: BSDI 4.1
PHP version: 4.0.3pl1
PHP Bug Type: IMAP related
Bug description: can not use imap_open to authenticate with a pop3 server

Below is how I call the imap_open function. It works in linux but not BSDI 4.1. Please help.

$this->mbox = imap_open("{" . $this->hostname . "/" . $this->protocol . "}
", $this->username, $this->password);

list of module:
'./configure' '--with-apache=../apache_1.3.12' '--with-mysql' '--with-imap' '--enable-track-vars'

-- 
Edit Bug report at: http://bugs.php.net/?id=8625&edit=1

-- 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>