If the webmail (horde) is getting slow, the common reasons are:
1. Too many filters/white-lists and blacklists
2. Mailbox is too large, contains huge number of emails
3. Too many users logged into Horde simultaneously.
If these are not the case, then :
1. Disable 'CRAM-MD5' by removing "AUTH=CRAM-MD5" from '/etc/courier-imap/imapd' file in the line:
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA AUTH=PLAIN IDLE"
2. Restart courier-imap:
# /etc/init.d/courier-imap restart
This will fix the issue.
For Windows:
1. Replace Imap key in registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Mail Enable\Mail Enable\Services\IMAP\Extensions
from:
IMAP4 AUTH=LOGIN IDLE CHILDREN AUTH=CRAM-MD5
to:
MAP4 AUTH=LOGIN CHILDREN AUTH=CRAM-MD5
2. Restart Mail services
Refer ticket: 1202865
Last edited: Sep 29, 2011