[PHP-DEV] PHP 4.0 Bug #8424: imap_status From: katz <email protected>
Date: 12/26/00

From: katz <email protected>
Operating system: Linux
PHP version: 4.0.4
PHP Bug Type: IMAP related
Bug description: imap_status

The 'imap_status' function seems to not be working anymore. An strace of a run using imap commands shows imap_open properly opening the connection and logging in.. other imap commands running fine, but when imap_status runs it tries to log into the mailbox with incorrect parameters, using {\d}, (ie, {4}, {5}, etc...) in place of things like the mailbox name, userid, password, etc... The result is multiple "login incorrect" messages as it tries a few times to log in.. The command worked fine in 4.0.3 (all code with the command stopped working in 4.0.4)..

-- 
Edit Bug report at: http://bugs.php.net/?id=8424&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>