[mimp] Preferences problem and "Bad content encountered"

Tuukka Karvonen tuukka.karvonen at hut.fi
Mon Jan 5 03:50:24 PST 2004


I have installed MIMP on my Fedora 1 linux server and it's working quite well, but I have a couple of problems.

I couldn't get the preferences working and all the mailboxes showed up empty, because max_msgs preference was not set. I solved the problem by adding following lines to horde/mimp/lib/base.php:
if ($prefs->getValue('max_msgs') === null) {
  $prefs->_setValue('max_msgs', 10);
}
Any idea, how I could make mimp get the right preferences from horde/mimp/config/prefs.php?

MIMP works well on my Nokia 5100 phone. However my Nokia simulators aren't able to login. I have configured Horde to use MIMP authentication and I've set one imap account for MIMP.  Nokia Mobile Browser Simulator says "WML Browser: Bad Content Encountered", when I press Log in -link. It doesn't even send the page, so there is probably something wrong with the login page syntax. My friends have told that they have similar problems with their XHTML enabled phones. Any ideas, how to fix this?


Tuukka



More information about the mimp mailing list