Aleksander Machniak
2012-05-23 996d75d5fa4a5052094a64cf82d78c4375a5e797
2012-05-23 Aleksander Machniak
Improved PERMANENTFLAGS checking code, added code for flags caching (curren...
blob@ 996d75 commitdiff | diff to current
2012-05-22 Aleksander Machniak
Removed $Id$
blob@ 041c93 commitdiff | diff to current
2012-05-21 Aleksander Machniak
Fix PHP error where calling get() on a non object
blob@ 38184e commitdiff | diff to current
2012-05-21 Aleksander Machniak
Merge branch 'courier-fix'
blob@ 9a2de8 commitdiff | diff to current
2012-05-21 Aleksander Machniak
Add option imap_force_ns to make buggy servers support optional
blob@ 3c5489 commitdiff | diff to current
2012-05-20 Thomas Bruederli
Add lost method for backwards compatibility
blob@ 1d5b73 commitdiff | diff to current
2012-05-15 Aleksander Machniak
Fix (again) metadata caching (#1488475)
blob@ 938925 commitdiff | diff to current
2012-05-14 Thomas Bruederli
Merge branch 'master' of github.com:roundcube/roundcubemail
blob@ 92b1f6 commitdiff | diff to current
2012-05-14 Thomas Bruederli
Respect all arguments when caching IMAP metadata (#1488475)
blob@ 4f7ab0 commitdiff | diff to current
2012-05-14 Aleksander Machniak
Fix listing folders on Courier IMAP (#1488466)
blob@ 0af82c commitdiff | diff to current
2012-05-14 Aleksander Machniak
Add public list_folder_direct() and list_folders_subscribed_direct()
blob@ 435d55 commitdiff | diff to current
2012-04-23 alecpl
- Fix listing messages when: skip_deleted=true, ESEARCH supported, threads ...
blob@ e327ca commitdiff | diff to current
2012-04-21 thomascube
Revert r6094; Add caching for ACL and Metadata
blob@ 862de1 commitdiff | diff to current
2012-04-19 alecpl
- Improved ttl values handling
blob@ 5d66a4 commitdiff | diff to current
2012-04-19 alecpl
- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time()...
blob@ 6a8b4c commitdiff | diff to current
2012-04-17 thomascube
Respect force flag when counting messages
blob@ 6ab9e8 commitdiff | diff to current
2012-04-16 alecpl
- Replace some references to rcmail with rcube
blob@ be98df commitdiff | diff to current
2012-04-16 alecpl
- Framework refactoring (I hope it's the last one): rcube,rcmail,rcube_ui...
blob@ 1aceb9 commitdiff | diff to current
2012-04-13 alecpl
- Merge devel-framework branch, resolved conflicts
blob@ 0c2596 commitdiff | diff to current
2012-03-20 thomascube
Add support for read-only address book records
blob@ 4cf42f commitdiff | diff to current
2012-03-13 alecpl
- Fix counting messages search results
blob@ 8d67c7 commitdiff | diff to current
2012-03-05 alecpl
- Add check_connection() to storage abstract class
blob@ 8eae72 commitdiff | diff to current
2012-03-02 alecpl
- Fix automatic unsubscribe of non-existent folders (with small perf fix)
blob@ c6a9cd commitdiff | diff to current
2012-02-27 thomascube
Map renamed methods for backwards compatibility
blob@ b91f04 commitdiff | diff to current
2012-02-25 thomascube
Connect to IMAP server before reading quota
blob@ ef1e87 commitdiff | diff to current
2012-02-21 thomascube
Refactored IMAP cache expunge: delegate to storage object; don't rely on de...
blob@ fec2d8 commitdiff | diff to current
2012-01-23 alecpl
- Fix hook name mailboxes_list renamed to reserved name, use storage_folder...
blob@ b3ad48 commitdiff | diff to current
2012-01-18 thomascube
rcube_imap::update_cache() is used by some plugins
blob@ 37cec4 commitdiff | diff to current
2012-01-18 thomascube
Fix accidental private => protected replacement
blob@ f295d2 commitdiff | diff to current
2012-01-18 thomascube
Also support /private/... annotation selectors
blob@ 31579d commitdiff | diff to current
2012-01-18 alecpl
- Fix call to undefined method rcube_imap::list_unsubscribed()
blob@ 0457c5 commitdiff | diff to current
2012-01-18 thomascube
Changed license to GNU GPLv3+ with exceptions for skins and plugins
blob@ 7fe381 commitdiff | diff to current
2012-01-16 thomascube
Merged devel-framework branch (r5746:5779) back into trunk
blob@ c321a9 commitdiff | diff to current
2012-01-09 alecpl
- Fix PHP Fatal error: Call to private method rcube_imap::id2uid() (#1488296)
blob@ 2081ee commitdiff | diff to current
2012-01-05 alecpl
- Exclude MIME functionality from rcube_imap class into rcube_mime class
blob@ 1c4f23 commitdiff | diff to current
2011-12-21 alecpl
- Fix searching on IMAP servers without CHARSET specifier support (#1488271)
blob@ c886de commitdiff | diff to current
2011-12-13 alecpl
- Improve convert_criteria() so string literals will be not used if possibl...
blob@ 82f482 commitdiff | diff to current
2011-12-08 alecpl
- Microoptimizations
blob@ 3d4e8a commitdiff | diff to current
2011-12-08 alecpl
- More documentation + cleanup
blob@ e361bf commitdiff | diff to current
2011-12-07 alecpl
- Fixed issues with big memory allocation of IMAP results, improved a lot o...
blob@ 40c45e commitdiff | diff to current
2011-12-02 alecpl
- Improved handling of some malformed values encoded with quoted-printable ...
blob@ 4f8be4 commitdiff | diff to current
2011-11-24 alecpl
- Performance improvements
blob@ e4a4ca commitdiff | diff to current
2011-11-18 alecpl
- Fix typo in _list_unsubscribed() (#1488186)
blob@ e37e7d commitdiff | diff to current
2011-11-16 alecpl
- Fix typo
blob@ 4f1c0a commitdiff | diff to current
2011-11-15 alecpl
- Fix commit r5424 + preformance microoptimizations
blob@ 305b36 commitdiff | diff to current
2011-11-15 alecpl
- Fix listing of folders in hidden namespaces (#1486796)
blob@ 89dcf5 commitdiff | diff to current
2011-11-12 alecpl
- Fix mailbox_status() so first run returns proper (empty) result
blob@ 1cb0d6 commitdiff | diff to current
2011-11-10 alecpl
- Fix inconsistent behaviour of Compose button in Drafts folder, add Edit b...
blob@ 46cdbf commitdiff | diff to current
2011-11-08 alecpl
- Fix so folders with \Noinferiors attribute aren't listed in parent select...
blob@ aa07b2 commitdiff | diff to current
2011-11-08 thomascube
Implement common setters for debug mode
blob@ 06744d commitdiff | diff to current
first | « prev | next »