Aleksander Machniak
2015-06-27 a7e552b5a436375e233e7d4df4ed6cfc9e58d435
2015-06-27 Aleksander Machniak
Get rid of Mail_mimeDecode package dependency (#1490416)
blob@ a7e552 commitdiff | diff to current
2015-02-02 Aleksander Machniak
Fix handling of GETANNOTATION errors - return NULL on error as documented
blob@ 264675 commitdiff | diff to current
2014-09-09 Thomas Bruederli
Don't override argument variable when collecting results
blob@ 728e6f commitdiff | diff to current
2014-09-08 Aleksander Machniak
Merge branch 'release-1.0' of github.com:roundcube/roundcubemail into relea...
blob@ 871a26 commitdiff | diff to current
2014-09-08 Aleksander Machniak
Fix call to a member function get_compressed() on a non-object
blob@ 1dafdf commitdiff | diff to current
2014-09-03 Aleksander Machniak
Fix merging folder annotations for folders with numeric names (only digits)
blob@ 574f41 commitdiff | diff to current
2014-06-16 Aleksander Machniak
Add config option to specify IMAP connection socket parameters - imap_conn_...
blob@ 3b55da commitdiff | diff to current
2014-05-25 Aleksander Machniak
Silence PHP Warning: strtolower() expects parameter 1 to be string
blob@ ec62e8 commitdiff | diff to current
2014-01-02 Aleksander Machniak
Fix an obvious mistake in search_once() casing wrong result when called wit...
blob@ 495753 commitdiff | diff to current
2013-12-23 Aleksander Machniak
Fix so message flags modified by another client are applied on the list on ...
blob@ ac0fc3 commitdiff | diff to current
2013-12-21 Aleksander Machniak
Fix broken text/* attachments when forwarding/editing a message (#1489426)
blob@ 54029e commitdiff | diff to current
2013-12-01 Aleksander Machniak
Fix performance of listing writeable folders (#1489451)
blob@ 38bf40 commitdiff | diff to current
2013-11-21 Aleksander Machniak
Make sort_folder_list() public
blob@ 978ff8 commitdiff | diff to current
2013-10-07 Aleksander Machniak
Add possibility to programmatically set cache mode, so it is possible to ca...
blob@ aceb01 commitdiff | diff to current
2013-09-06 Aleksander Machniak
Make cached message size limit configurable - messages_cache_threshold (#14...
blob@ 21601b commitdiff | diff to current
2013-08-29 Aleksander Machniak
Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285) Added...
blob@ 05da15 commitdiff | diff to current
2013-07-30 Aleksander Machniak
Fix downloading binary files with (wrong) text/* content-type (#1489267)
blob@ ae8533 commitdiff | diff to current
2013-07-10 Aleksander Machniak
Simplified logic of finding non-existent but subscribed folders. Should be ...
blob@ bd2846 commitdiff | diff to current
2013-06-30 Aleksander Machniak
Fix message list sort with THREADS=REFS and sort column other than "None" o...
blob@ 049ba0 commitdiff | diff to current
2013-06-29 Aleksander Machniak
Fix messages list sorting with THREAD=REFS
blob@ d4a2ea commitdiff | diff to current
2013-06-25 Aleksander Machniak
Performance improvement for searching in threaded mode. We can use cached i...
blob@ 855c85 commitdiff | diff to current
2013-06-22 Aleksander Machniak
Fix error when searching in threaded mode
blob@ f255dd commitdiff | diff to current
2013-06-20 Aleksander Machniak
Improve IMAP APPEND handling so it can read message (parts) from file point...
blob@ d76472 commitdiff | diff to current
2013-06-13 Aleksander Machniak
Fix thread cache syncronization/validation (#1489028)
blob@ 603e04 commitdiff | diff to current
2013-06-13 Aleksander Machniak
Fix default sorting of threaded list when THREAD=REFS isn't supported. The ...
blob@ 918a6a commitdiff | diff to current
2013-06-11 Aleksander Machniak
Do not reset messages count in set_folder()
blob@ f3b55e commitdiff | diff to current
2013-06-11 Aleksander Machniak
Make sure to use threads result cached in-memory for correct folder
blob@ 545559 commitdiff | diff to current
2013-06-09 Aleksander Machniak
Fix database cache expunge issues (#1489149) - added 'expires' column
blob@ 60b6d7 commitdiff | diff to current
2013-06-06 Aleksander Machniak
Add imap_cache_ttl option to configure TTL of imap_cache
blob@ 61ccdf commitdiff | diff to current
2013-06-06 Aleksander Machniak
Rename message_cache_lifetime to messages_cache_ttl option for naming consi...
blob@ 67ac6e commitdiff | diff to current
2013-05-25 Aleksander Machniak
Expunge all cache instances in shutdown
blob@ 00cb22 commitdiff | diff to current
2013-05-07 Aleksander Machniak
Avoid uninitialized/unused variables
blob@ 3725cf commitdiff | diff to current
2013-05-06 Aleksander Machniak
Fix bugs caught by static analysis
blob@ c027ba commitdiff | diff to current
2013-04-03 Aleksander Machniak
Fix possible header duplicates when using additional headers (#1489033)
blob@ 99edf8 commitdiff | diff to current
2013-03-16 Aleksander Machniak
Notify about a new mail only if it's UNSEEN (#1388965)
blob@ 6e8f2a commitdiff | diff to current
2013-03-08 Aleksander Machniak
Support IMAP MOVE extension [RFC 6851]
blob@ d9dc32 commitdiff | diff to current
2013-02-19 Aleksander Machniak
Add workaround for invalid message charset detection by IMAP servers (#1488...
blob@ 726297 commitdiff | diff to current
2012-12-18 Aleksander Machniak
Cleanup, remove file paths from doc
blob@ d2534c commitdiff | diff to current
2012-12-13 Aleksander Machniak
Merge branch 'master' of github.com:roundcube/roundcubemail
blob@ 5aed9a commitdiff | diff to current
2012-12-13 Aleksander Machniak
Rename hook imap_connect to storage_connect
blob@ 5b1570 commitdiff | diff to current
2012-12-12 Aleksander Machniak
Add EXISTS mode to count() method - return number of all messages in a fold...
blob@ 0435f4 commitdiff | diff to current
2012-12-09 Aleksander Machniak
Add support for IMAP BINARY (RFC3516)
blob@ 4f1c88 commitdiff | diff to current
2012-11-27 Thomas Bruederli
Add argument to fetch message parts only partially. Can be used for content...
blob@ dff2c7 commitdiff | diff to current
2012-11-26 Aleksander Machniak
RCMAIL_VERSION -> RCUBE_VERSION
blob@ 3ff8cc commitdiff | diff to current
2012-11-22 Aleksander Machniak
Fix cache (in)validation after setting \Deleted flag
blob@ d0edbf commitdiff | diff to current
2012-11-21 Aleksander Machniak
Framework files moved to lib/Roundcube
blob@ ba6f21 commitdiff | diff to current
first | « prev | next »