The search feature is not working for me.
Error in log:
[10-Sep-2008 03:05:06] PHP Fatal error: Maximum execution time of 120 seconds exceeded in C:\Webmail\rouncube\program\lib\imap.inc on line 190
No errors in any other logs.
If I switch back to Squirrelmail or Telaen, their search does work, so my IMAP server must support the search command. I use ISMail EP from http://www.instantservers.com/ismail_ep.html
Anyone have any ideas where to begin troubleshooting?
UPDATE: I even downloaded the latest SVN and got the same results.
WOW!
The RoundCube team is great.
Here is the fix:
imap.inc patch (http://trac.roundcube.net/attachment/ticket/1485466/imap.patch)
Just go to your ../program/lib/imap.inc file and remove text that is in pink and add the text that is in green from the patch.