Age | Commit message (Collapse) | Author |
|
rcube_imap class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#1488232)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In deployments where anonymous binds to and/or searches on an LDAP tree are not
allowed, and where the LDAP address book(s) have been configured to use the
user-specific bind credentials, rcube_ldap.php needs to bind using service
credentials in order to be able to find the user's bind dn.
|
|
|
|
It was requested as performance improvement, but I wasn't able to confirm this. However it doesn't break anything.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1) improve its performance by half,
2) don't call it on UI init, it's called after getunread action
3) don't call it for big number of folders (limit is 100 for IE and 500 for others)
|
|
|
|
|
|
|
|
|