index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
include
/
rcube_imap_cache.php
Age
Commit message (
Expand
)
Author
2012-03-16
Don't set variable which will be used later on with wrong data
thomascube
2012-02-21
Refactored IMAP cache expunge: delegate to storage object; don't rely on depr...
thomascube
2012-01-18
Changed license to GNU GPLv3+ with exceptions for skins and plugins
thomascube
2012-01-16
Merged devel-framework branch (r5746:5779) back into trunk
thomascube
2011-12-28
- PHPCS
alecpl
2011-12-16
- Remove debug code, fix "Class 'rcube_imap_result' not found" (#1488258)
alecpl
2011-12-07
- Fixed issues with big memory allocation of IMAP results, improved a lot of ...
alecpl
2011-10-21
- Fix threads cache validation when skip_deleted=true
alecpl
2011-09-28
- Hide PHP warning when max() is used with an empty array
alecpl
2011-09-20
- Fix cached indexes validation after removing messages when skip_deleted=true
alecpl
2011-09-18
- Cache synchronization using QRESYNC/CONDSTORE
alecpl
2011-09-08
- Fix new caching issue when broken/misleading object data was stored in data...
alecpl
2011-09-07
- Rewritten messages caching (merged devel-mcache branch):
alecpl