Hello everyone,
Just installed roundcube, looks great, but I got this error on login.
* CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS cp01 OK CAPABILITY completed Tried PLAIN: Resource id #31
After I refreshed, it looked like everything was fine. I logged out and tried to login again and got the above message again. It seems like the message won't go away now. Any ideas?
Quote from: night Hello everyone,
Just installed roundcube, looks great, but I got this error on login.
* CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS cp01 OK CAPABILITY completed Tried PLAIN: Resource id #31
After I refreshed, it looked like everything was fine. I logged out and tried to login again and got the above message again. It seems like the message won't go away now. Any ideas?
edit main.inc.php
and change $rcmail_config['debug_level'] to 1
$rcmail_config['debug_level'] = 1;
Thanks, that did it!
Moving to resolved and closing.