ID: 46921 User updated by: waza123 at inbox dot lv Reported By: waza123 at inbox dot lv -Status: Open +Status: Closed Bug Type: Session related Operating System: Linux Slackware 12 PHP Version: 5.2.8 New Comment:
Closed. Fixed in mail server imap / dbmail http://git.dbmail.eu/paul/dbmail/?p=paul/dbmail;a=commitdiff;h=40adcfd891d891a8a623f742919763ba157a93b7 Previous Comments: ------------------------------------------------------------------------ [2008-12-22 00:55:07] waza123 at inbox dot lv Description: ------------ Cannot login to IMAP server without SSL (with not tested) length of username or password must be: 12 then try to connect with imap_open() $imap = imap_open("{127.0.0.1:143}INBOX", "a...@mail.com", "aaaaaaaaaaaa"); Warning: imap_open() [function.imap-open]: Couldn't open stream {127.0.0.1:143}INBOX in /home/ BUT, if you set any other password length: 11 or 13 or 10 or any then all OK $imap = imap_open("{127.0.0.1:143}INBOX", "a...@mail.com", "abc"); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46921&edit=1