summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_imap.php
AgeCommit message (Expand)Author
2014-09-09Don't override argument variable when collecting resultsThomas Bruederli
2014-09-08Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into release...Aleksander Machniak
2014-09-08Fix call to a member function get_compressed() on a non-objectAleksander Machniak
2014-09-03Fix merging folder annotations for folders with numeric names (only digits)Aleksander Machniak
2014-09-01Add config option to specify IMAP connection socket parameters - imap_conn_op...Aleksander Machniak
2014-05-25Silence PHP Warning: strtolower() expects parameter 1 to be stringAleksander Machniak
2014-01-02Fix an obvious mistake in search_once() casing wrong result when calledAleksander Machniak
2013-12-23Fix so message flags modified by another client are applied on the list on re...Aleksander Machniak
2013-12-21Fix broken text/* attachments when forwarding/editing a message (#1489426)Aleksander Machniak
2013-12-01Fix performance of listing writeable folders (#1489451)Aleksander Machniak
2013-11-21Make sort_folder_list() publicAleksander Machniak
2013-10-07Add possibility to programmatically set cache mode, so it is possibleAleksander Machniak
2013-09-06Make cached message size limit configurable - messages_cache_threshold (#1489...Aleksander Machniak
2013-08-29Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)Aleksander Machniak
2013-07-30Fix downloading binary files with (wrong) text/* content-type (#1489267)Aleksander Machniak
2013-07-10Simplified logic of finding non-existent but subscribed folders. Should be mo...Aleksander Machniak
2013-06-30Fix message list sort with THREADS=REFS and sort column other than "None" or ...Aleksander Machniak
2013-06-29Fix messages list sorting with THREAD=REFSAleksander Machniak
2013-06-25Performance improvement for searching in threaded mode. We can useAleksander Machniak
2013-06-22Fix error when searching in threaded modeAleksander Machniak
2013-06-20Improve IMAP APPEND handling so it can read message (parts) from file pointer(s)Aleksander Machniak
2013-06-13Fix thread cache syncronization/validation (#1489028)Aleksander Machniak
2013-06-13Fix default sorting of threaded list when THREAD=REFS isn't supported.Aleksander Machniak
2013-06-11Do not reset messages count in set_folder()Aleksander Machniak
2013-06-11Make sure to use threads result cached in-memory for correct folderAleksander Machniak
2013-06-09Fix database cache expunge issues (#1489149) - added 'expires' columnAleksander Machniak
2013-06-06Add imap_cache_ttl option to configure TTL of imap_cacheAleksander Machniak
2013-06-06Rename message_cache_lifetime to messages_cache_ttl option for naming consist...Aleksander Machniak
2013-05-25Expunge all cache instances in shutdownAleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-04-03Fix possible header duplicates when using additional headers (#1489033)Aleksander Machniak
2013-03-16Notify about a new mail only if it's UNSEEN (#1388965)Aleksander Machniak
2013-03-08Support IMAP MOVE extension [RFC 6851]Aleksander Machniak
2013-02-19Add workaround for invalid message charset detection by IMAP servers (#1488968)Aleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-13Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-12-13Rename hook imap_connect to storage_connectAleksander Machniak
2012-12-12Add EXISTS mode to count() method - return number of all messages in a folder,Aleksander Machniak
2012-12-09Add support for IMAP BINARY (RFC3516)Aleksander Machniak
2012-11-27Add argument to fetch message parts only partially. Can be used for content m...Thomas Bruederli
2012-11-26RCMAIL_VERSION -> RCUBE_VERSIONAleksander Machniak
2012-11-22Fix cache (in)validation after setting \Deleted flagAleksander Machniak
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak