Karl Pearson wrote: > > > > > On Thu, July 1, 2010 12:24 am, Tomas Kuliavas wrote: >> >> >> Karl Pearson wrote: >>> >>> On Wed, June 30, 2010 5:59 pm, Michelle Konzack wrote: >>>> Hello *, >>>> >>>> I have currently 1722 Folders (Couier-IMAP) and if I use squirrelmail >>>> I >>>> can not select any folders... I have to login using SSH, and use >>>> "ls" >>>> to generate the "courierimapsubscribed" and then delete anything I >>>> do >>>> not want to use. >>>> >>>> I use now >>>> $no_list_for_sbscribe = true; >>>> >>>> which may work for me, but not "normal" users. IS thre a possibility >>>> to >>>> do this more efficient in "squirrelmail"? >>>> >>>> I am realy wondering, WHY "squirrelmail" need so long to generate >>>> this >>>> list and then show nothing, since I have made tests on my own >>>> (under >>>> development) Webmail-System (using 500 folders which seems to be >>>> the >>>> limit for Squirrelmail) and it is nealy 10 times faster because it >>>> need >>>> around 25 seconds to generate this list while squirrelmail need >>>> more >>>> then 4 minutes. >>> >> >> You use unread email notifications only on inbox or on all folders? > > I use unread email notifications on ALL folders, and unlike my wife, I > have over 8500 folders in my ~/mail folders though I don't have nearly as > many emails as she does. > SquirrelMail executes over 8500 IMAP commands when it creates your mailbox listing. If user has more than 20 folders, doing 2 commands and parsing results in PHP is more efficient. If you want more precise results, I can do same thing that I've done couple of years ago and show you the difference. Dovecot has persistent cache and Courier does not have one. Dovecot has edge over Courier only if original poster has notifications enabled on all folders. Otherwise mailbox listing timeouts or hits memory limits in his setup. -- View this message in context: http://old.nabble.com/squirrelmail-can-not-list-folders-tp29040712p29053189.html Sent from the squirrelmail-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users