summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_imap.php
AgeCommit message (Collapse)Author
2013-08-29Fix setting of Junk and NonJunk flags by markasjunk plugin (#1489285)Aleksander Machniak
Added possibility to register flag mappings by a plugin. Conflicts: plugins/markasjunk/markasjunk.php program/lib/Roundcube/rcube_imap_generic.php
2013-06-30Fix message list sort with THREADS=REFS and sort column other than "None" or ↵Aleksander Machniak
"Sent date"
2013-06-29Fix messages list sorting with THREAD=REFSAleksander Machniak
Conflicts: CHANGELOG
2013-06-13Fix default sorting of threaded list when THREAD=REFS isn't supported.Aleksander Machniak
The result need to be re-sorted even if sort column is not set. This fixes the issue when new messages aren't displayed on top of the list.
2013-05-06Fix bugs caught by static analysisAleksander Machniak
2013-04-03Fix possible header duplicates when using additional headers (#1489033)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
event if skip_deleted is enabled and/or search is active.
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 ↵Thomas Bruederli
mimetype detection without loading the entire file
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