roundcubemail-0.1-rc2
php 4.4.4
mysql 4.01
apache 1.3
the only error:
[03-Jan-2008 12:42:29 -0500] IMAP Error: Invalid password
in on line 0
more verbose logging doesn't seem to work.
i have tried logging in using either only username OR
[email protected] - i can telnet to 143 to the mailserver from this
roundcube host.
i have imap204g installed on the roundcube host.
might this be path related?
thanks!
sm
to respond to my own post the answer (at least in part) is here:
but is this a BUG?
http://roundcubeforum.net/forum/index.php?topic=2465.0
in index.php:
else if ($_SESSION['temp'] && !empty($_POST['_user']) && isset($_POST['_pass']) &&
rcmail_login(get_input_value('_user', RCUBE_INPUT_POST),
get_input_value('_pass', RCUBE_INPUT_POST, true, 'ISO-8859-1'), $host))
{
if you remove the ISO-8859-1 leaving the '' - it seems to fix.
thanks adalle!!
and now, all mail has (no subject) and is blank - though the correct number appear in their folders? buggy.