Commit Graph

363 Commits (7dad5945a0c70bc8388a6bd818f464ce5140079c)

Author SHA1 Message Date
Aleksander Machniak bdb40d39bd Add workaround for invalid BODYSTRUCTURE response - parse message with Mail_mimeDecode package (#1485585) 12 years ago
Thomas Bruederli fa5f3f26f9 Fix calls to renamed methods 12 years ago
Aleksander Machniak 996d75d5fa Improved PERMANENTFLAGS checking code, added code for flags caching (currently commented out) 12 years ago
Aleksander Machniak 041c93ce0b Removed $Id$ 12 years ago
Aleksander Machniak 38184e9113 Fix PHP error where calling get() on a non object 12 years ago
Aleksander Machniak 9a2de8411e Merge branch 'courier-fix'
Conflicts:
	CHANGELOG
12 years ago
Aleksander Machniak 3c5489ba75 Add option imap_force_ns to make buggy servers support optional 12 years ago
Thomas Bruederli 1d5b73fd77 Add lost method for backwards compatibility 12 years ago
Aleksander Machniak 938925f320 Fix (again) metadata caching (#1488475) 12 years ago
Thomas Bruederli 92b1f65910 Merge branch 'master' of github.com:roundcube/roundcubemail 12 years ago
Thomas Bruederli 4f7ab00dfb Respect all arguments when caching IMAP metadata (#1488475) 12 years ago
Aleksander Machniak 0af82c8a59 Fix listing folders on Courier IMAP (#1488466) 12 years ago
Aleksander Machniak 435d55ecee Add public list_folder_direct() and list_folders_subscribed_direct() 12 years ago
alecpl e327ca25ef - Fix listing messages when: skip_deleted=true, ESEARCH supported, threads disabled 12 years ago
thomascube 862de1bb3e Revert r6094; Add caching for ACL and Metadata 12 years ago
alecpl 5d66a4bcf3 - Improved ttl values handling 12 years ago
alecpl 6a8b4c2951 - Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() where mktime() without arguments was used 12 years ago
thomascube 6ab9e8a6c8 Respect force flag when counting messages 12 years ago
alecpl be98dfc2c0 - Replace some references to rcmail with rcube 12 years ago
alecpl 1aceb9cec8 - Framework refactoring (I hope it's the last one):
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils
  renamed main.inc into rcube_bc.inc
12 years ago
alecpl 0c259682f6 - Merge devel-framework branch, resolved conflicts 12 years ago
thomascube 4cf42fde05 Add support for read-only address book records 12 years ago
alecpl 8d67c7b8bc - Fix counting messages search results 13 years ago
alecpl 8eae72a53c - Add check_connection() to storage abstract class 13 years ago
alecpl c6a9cd6799 - Fix automatic unsubscribe of non-existent folders (with small perf fix) 13 years ago
thomascube b91f048c3b Map renamed methods for backwards compatibility 13 years ago
thomascube ef1e877a8d Connect to IMAP server before reading quota 13 years ago
thomascube fec2d8e130 Refactored IMAP cache expunge: delegate to storage object; don't rely on deprecated 'enable_caching' config option 13 years ago
alecpl b3ad480bbc - Fix hook name mailboxes_list renamed to reserved name, use storage_folders and add an alias to deprecated hooks list 13 years ago
thomascube 37cec41ba5 rcube_imap::update_cache() is used by some plugins 13 years ago
thomascube f295d2b5b0 Fix accidental private => protected replacement 13 years ago
thomascube 31579dfdf4 Also support /private/... annotation selectors 13 years ago
alecpl 0457c5d101 - Fix call to undefined method rcube_imap::list_unsubscribed() 13 years ago
thomascube 7fe3811c65 Changed license to GNU GPLv3+ with exceptions for skins and plugins 13 years ago
thomascube c321a955a7 Merged devel-framework branch (r5746:5779) back into trunk 13 years ago
alecpl 2081eed221 - Fix PHP Fatal error: Call to private method rcube_imap::id2uid() (#1488296) 13 years ago
alecpl 1c4f23d6e5 - Exclude MIME functionality from rcube_imap class into rcube_mime class 13 years ago
alecpl c886de7ff4 - Fix searching on IMAP servers without CHARSET specifier support (#1488271) 13 years ago
alecpl 82f4820fae - Improve convert_criteria() so string literals will be not used if possible, to workaround issues with some buggy IMAP servers 13 years ago
alecpl 3d4e8a9069 - Microoptimizations 13 years ago
alecpl e361bfe24b - More documentation + cleanup 13 years ago
alecpl 40c45e9de9 - Fixed issues with big memory allocation of IMAP results, improved a lot of rcube_imap class 13 years ago
alecpl 4f8be46f38 - Improved handling of some malformed values encoded with quoted-printable (#1488232) 13 years ago
alecpl e4a4ca1948 - Performance improvements 13 years ago
alecpl e37e7dda37 - Fix typo in _list_unsubscribed() (#1488186) 13 years ago
alecpl 4f1c0a5d89 - Fix typo 13 years ago
alecpl 305b366bb0 - Fix commit r5424 + preformance microoptimizations 13 years ago
alecpl 89dcf54071 - Fix listing of folders in hidden namespaces (#1486796) 13 years ago
alecpl 1cb0d640ec - Fix mailbox_status() so first run returns proper (empty) result 13 years ago
alecpl 46cdbf074e - Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts 13 years ago