Age | Commit message (Expand) | Author |
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 |
2013-05-25 | Expunge all cache instances in shutdown | Aleksander Machniak |
2013-05-07 | Avoid uninitialized/unused variables | Aleksander Machniak |
2013-05-06 | Fix bugs caught by static analysis | Aleksander Machniak |
2013-04-03 | Fix possible header duplicates when using additional headers (#1489033) | Aleksander Machniak |
2013-03-16 | Notify about a new mail only if it's UNSEEN (#1388965) | Aleksander Machniak |
2013-03-08 | Support IMAP MOVE extension [RFC 6851] | Aleksander Machniak |
2013-02-19 | Add workaround for invalid message charset detection by IMAP servers (#1488968) | Aleksander Machniak |
2012-12-18 | Cleanup, remove file paths from doc | Aleksander Machniak |
2012-12-13 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak |
2012-12-13 | Rename hook imap_connect to storage_connect | Aleksander Machniak |
2012-12-12 | Add EXISTS mode to count() method - return number of all messages in a folder, | Aleksander Machniak |
2012-12-09 | Add support for IMAP BINARY (RFC3516) | Aleksander Machniak |