You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
change config.php to activate login over imap (but have an error in your configuration)
try to login
Expected behaviour
If it can not login over imap show a message what the error was!
Actual behaviour
It just shows a general purpose error message, that login was not successful.
It took me over an hour to find out, that the user_external app was properly enabled and even executed, just that the server certificate was wrong.
I managed to find that out by adding only adding a single line to imap.php
Steps to reproduce
Expected behaviour
If it can not login over imap show a message what the error was!
Actual behaviour
It just shows a general purpose error message, that login was not successful.
It took me over an hour to find out, that the user_external app was properly enabled and even executed, just that the server certificate was wrong.
I managed to find that out by adding only adding a single line to imap.php
OCP\Util::writeLog('user_external', implode('|', imap_errors()), OCP\Util::ERROR);
The text was updated successfully, but these errors were encountered: