index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_imap.php
Age
Commit message (
Expand
)
Author
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
2012-11-27
Add argument to fetch message parts only partially. Can be used for content m...
Thomas Bruederli
2012-11-26
RCMAIL_VERSION -> RCUBE_VERSION
Aleksander Machniak
2012-11-22
Fix cache (in)validation after setting \Deleted flag
Aleksander Machniak
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak