Age | Commit message (Expand) | Author |
2014-05-28 | Small code improvements | Aleksander Machniak |
2014-05-28 | Fix UTF7-IMAP encoding detection (fixes folders list sorting) | Aleksander Machniak |
2014-05-25 | Silence PHP Warning: strtolower() expects parameter 1 to be string | Aleksander Machniak |
2014-05-22 | Bring back forcing of string type for folders list items (removed unintention... | Aleksander Machniak |
2014-05-22 | Improve performance of sort_folder_list() method. | Aleksander Machniak |
2014-05-22 | If search string cannot be converted to ASCII (result is an empty string) use... | Aleksander Machniak |
2014-05-15 | Plugin API: added imap_search_before hook | Aleksander Machniak |
2014-04-23 | Only refresh the affected parts of a cross-folder search set after moving/del... | Thomas Bruederli |
2014-04-23 | Further refine cross-folder searching: | Thomas Bruederli |
2014-04-19 | Plugin API: Added message_saved hook (#1489752) | Aleksander Machniak |
2014-04-18 | Consider search scope (and changes) for filter searches + disable folder oper... | Thomas Bruederli |
2014-04-14 | Allow to search in multiple folders with rcube_imap::search_once(); always se... | Thomas Bruederli |
2014-04-08 | Make multi-folder message identifiers work with folders containing commas | Thomas Bruederli |
2014-04-08 | Consider sort order in UID sort mode of multi-folder search results | Thomas Bruederli |
2014-04-08 | Fix splitting message identifiers into UID and folder values | Thomas Bruederli |
2014-04-08 | Optimize header fetching of multi-folder searches with natural (UID) sorting | Thomas Bruederli |
2014-04-07 | More fixes for multi-folder search (#1485234) | Thomas Bruederli |
2014-04-07 | Merge branch 'dev-multi-folder-search' | Thomas Bruederli |
2014-04-01 | Removed redundant default_folders config option (#1489737) | Aleksander Machniak |
2014-01-20 | Fix thread/list mode update and display | Thomas Bruederli |
2014-01-20 | Fix slicing of returned search result headers | Thomas Bruederli |
2014-01-20 | - Make search scope selectable in UI | Thomas Bruederli |
2014-01-16 | Handle combined UID-folder identifiers in rcube_imap class | Thomas Bruederli |
2014-01-16 | Make message pagenav (prev/next) work with sorted multi-folder search results | Thomas Bruederli |
2014-01-16 | Fix sorting and paging in cross-folder searches | Thomas Bruederli |
2014-01-16 | Minor improvements to threaded searching | Thomas Bruederli |
2014-01-16 | First attempt to search in multiple folders; do it multi-threaded using pthre... | Thomas |
2014-01-16 | Prepare message list to display IMAP folder | Thomas |
2014-01-02 | Fix an obvious mistake in search_once() casing wrong result when called | Aleksander Machniak |
2013-12-23 | Fix so message flags modified by another client are applied on the list on re... | Aleksander Machniak |
2013-12-21 | Fix broken text/* attachments when forwarding/editing a message (#1489426) | Aleksander Machniak |
2013-12-01 | Fix performance of listing writeable folders (#1489451) | Aleksander Machniak |
2013-11-21 | Make sort_folder_list() public | Aleksander Machniak |
2013-10-07 | Add possibility to programmatically set cache mode, so it is possible | Aleksander Machniak |
2013-09-06 | Make cached message size limit configurable - messages_cache_threshold (#1489... | Aleksander Machniak |
2013-08-29 | Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285) | Aleksander Machniak |
2013-07-30 | Fix downloading binary files with (wrong) text/* content-type (#1489267) | Aleksander Machniak |
2013-07-10 | Simplified logic of finding non-existent but subscribed folders. Should be mo... | Aleksander Machniak |
2013-06-30 | Fix message list sort with THREADS=REFS and sort column other than "None" or ... | Aleksander Machniak |
2013-06-29 | Fix messages list sorting with THREAD=REFS | Aleksander Machniak |
2013-06-25 | Performance improvement for searching in threaded mode. We can use | Aleksander Machniak |
2013-06-22 | Fix error when searching in threaded mode | Aleksander Machniak |
2013-06-20 | Improve IMAP APPEND handling so it can read message (parts) from file pointer(s) | Aleksander Machniak |
2013-06-13 | Fix thread cache syncronization/validation (#1489028) | Aleksander Machniak |
2013-06-13 | Fix default sorting of threaded list when THREAD=REFS isn't supported. | Aleksander Machniak |
2013-06-11 | Do not reset messages count in set_folder() | Aleksander Machniak |
2013-06-11 | Make sure to use threads result cached in-memory for correct folder | Aleksander Machniak |
2013-06-09 | Fix database cache expunge issues (#1489149) - added 'expires' column | Aleksander Machniak |
2013-06-06 | Add imap_cache_ttl option to configure TTL of imap_cache | Aleksander Machniak |
2013-06-06 | Rename message_cache_lifetime to messages_cache_ttl option for naming consist... | Aleksander Machniak |