Age | Commit message (Expand) | Author |
2014-09-09 | Don't override argument variable when collecting results | Thomas Bruederli |
2014-09-08 | Fix call to a member function get_compressed() on a non-object | Aleksander Machniak |
2014-09-03 | Fix merging folder annotations for folders with numeric names (only digits) | Aleksander Machniak |
2014-08-18 | Don't fail when trying to create and subscribe a folder that already exists | Aleksander Machniak |
2014-08-07 | - Implemented 'storage_connected' API hook after successful IMAP login (#1490... | Thomas Bruederli |
2014-07-30 | Remove redundant folder check when using search set | Aleksander Machniak |
2014-07-14 | Fix "Illegal offset type" error (#1489985) | Aleksander Machniak |
2014-06-24 | Extend get_quota() so it's possible to specify GETQUOTAROOT folder and return... | Aleksander Machniak |
2014-06-16 | Add config option to specify IMAP connection socket parameters - imap_conn_op... | Aleksander Machniak |
2014-06-04 | Fix folders sorting in case when special folders are subfolders of INBOX | Aleksander Machniak |
2014-06-01 | Change private method to protected | Aleksander Machniak |
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 |