Author |
|
AIWEB Groupie
Joined: 19 October 2010 Location: United States
Online Status: Offline Posts: 54
|
Posted: 24 January 2013 at 10:33am | IP Logged
|
|
|
I am finding that our webmail application has gotten very slow for some users. Turns out they typically have a lot of folders. Logging suggested that every single folder is being checked at login and during the check mail process.
Is there any way to just check the inbox ONLY? Beit a setting or hack I need to only check the INBOX mailbox..
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 25 January 2013 at 1:18am | IP Logged
|
|
|
According to the developers, WebMail indeed performs full folders check on login, and it's not really about checking how many mails are there, it's about syncing list of folders with the database. There's no easy way to get rid of that one.
There might be another feature which slows things down: prefetching messages in background. To turn it off, add the following item to array defined in data/settings/config.php file:
Code:
'webmail.use-prefetch' => false, |
|
|
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
AIWEB Groupie
Joined: 19 October 2010 Location: United States
Online Status: Offline Posts: 54
|
Posted: 25 January 2013 at 11:21am | IP Logged
|
|
|
Awesome - Ill check that out and post the results here. I suspect others may run into this with "certain" clients. A couple of mine just happen to be folder happy email hoarders.
|
Back to Top |
|
|