From: chris at jazzyb dot org dot uk Operating system: GNU/Linux (Debian 3.0) PHP version: 4.3.2RC1 PHP Bug Type: IMAP related Bug description: imap_open does not quote username/password in LOGIN command
This bug was found with horde2/imp3. When logging into a Courier IMAP server I found I could not login successfully. By use of tcpdump and comparing the behaviour of php/imap and mutt in imap client mode I was able to determine that mutt is quoting the username/password (e.g. LOGIN "username" "password") whereas the php application was not. This only shows up because I had special characters in my IMAP password. I am able to workaround the problem by using a different password. -- Edit bug report at http://bugs.php.net/?id=23005&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=23005&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=23005&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=23005&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=23005&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=23005&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=23005&r=support Expected behavior: http://bugs.php.net/fix.php?id=23005&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=23005&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=23005&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=23005&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=23005&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=23005&r=dst IIS Stability: http://bugs.php.net/fix.php?id=23005&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=23005&r=gnused
