For those of us who are telenet/ssh challenged by our web host, the following change to set allow_server_sort to be set to true in config.php in the config directory fixed the problem.
Server Side Sorting Control * * to use server-side sorting instead of SM client side. * Your IMAP server must support the SORT extension for this * to work. * @global bool $allow_server_sort */ $allow_server_sort = true; On 3/1/06, Tomas Kuliavas <[EMAIL PROTECTED]> wrote: > > My hosting provider put web mail access on port 2025 which is not > > accessable from my work. I loaded squirrelmail v 1.4.6 in my accessable > > public_html directory (port 80) this past weekend to test. I'm on a linux > > server kernel 2.6.9-22.0.2.ELsmp with apache 1.3.34 and php version 4.4.1 > > > > I have 5 emails in my inbox. I get the following error on some of the > > emails when they I first try to read them: > > > > Fatal error: Maximum execution time of 30 seconds exceeded in > > /home/mejone1/public_html/ourmail/src/read_body.php on line 98 > > > > > > every email below that impossible to read email is now also unreadable. > > the one's above it open fine until another random unreadable email is > > recieved. I have found one work-around. Making a folder (temp read) > > allows me to move one unreadable email into it, read it without any time > > out issues in that folder, and then move it back to my in box where it is > > once again unreadable. > > > > I do not have access to anything beyond one directory above the > > public_html directory (it's a shared host) Obviously the number of text > > only emails isn;t a limiting factor. > > > > any help in making this a more user friendly installation will be greatly > > appreciated. > > Enable server side sorting in your SquirrelMail configuration utility if > your imap server supports it. conf.pl -> 4. General Options -> 12. Allow > server side sorting > > Contact your service provider and show him or her PHP changelog. > http://www.php.net/ChangeLog-4.php#4.4.2 > > PHP 4.4.1 is broken. Bugs #35067 and #33720 affect SquirrelMail. > > -- > Tomas > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > -- > squirrelmail-users mailing list > Posting Guidelines: > http://www.squirrelmail.org/wiki/MailingListPostingGuidelines > List Address: [email protected] > List Archives: > http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
