summaryrefslogtreecommitdiff
path: root/program/include/rcube_imap_generic.php
AgeCommit message (Collapse)Author
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak
2012-11-17Define @package and @subpackage of Framework classesAleksander Machniak
2012-11-12BINARY extension can't be used with $formatting=true on binary contentAleksander Machniak
2012-11-06Remove unused unEscape() methodAleksander Machniak
2012-11-05Fixed rcube_imap_generic::uncompressMessageSet() result when argument is ↵Aleksander Machniak
empty. Added tests.
2012-10-11- Very small perf improvementAleksander Machniak
2012-10-11Support flags and date arguments in APPEND commandAleksander Machniak
2012-09-14Use IMAP BINARY (RFC3516) extension to fetch message/part bodies (experimental)Aleksander Machniak
2012-09-09Fix PLAIN authentication for some IMAP servers (#1488674)Aleksander Machniak
2012-08-31Small improvements in APPEND command handlingAleksander Machniak
2012-08-15Fix line separator in exported messages (#1488603)Aleksander Machniak
2012-07-25CS fixesAleksander Machniak
2012-07-25Support COPYUID responses (store it in $data property)Aleksander Machniak
2012-06-26Improve performance by skipping redundant ENABLE commandsAleksander Machniak
2012-05-23Move old rcube_mail_header class definition to better placeAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-04-23- Fix parsing ESEARCH (ALL) result and enabling ESEARCH for ordinary searchesalecpl
2012-04-16- Framework refactoring (I hope it's the last one):alecpl
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc
2012-04-13- Merge devel-framework branch, resolved conflictsalecpl
2012-03-21- Reset variable in loopalecpl
2012-03-06- Fix handling of % character in IMAP protocol (#1488382)alecpl
2012-03-02- Fix automatic unsubscribe of non-existent folders (with small perf fix)alecpl
2012-01-27- Fix call to undefined method rcube_result_index::isError() (#1488328)alecpl
2012-01-27- Revert SORT=DISPLAY support, removed by mistake in r4160 (#1488327) alecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-03- Prevent from PHP warningsalecpl
2011-12-14- Fix "Call to undefined method rcube_imap_generic::delete()" (#1488252)alecpl
2011-12-08- More documentation + cleanupalecpl
2011-12-07- Fixed issues with big memory allocation of IMAP results, improved a lot of ↵alecpl
rcube_imap class
2011-11-08- Improved _listMailboxes() performance and small parseResponse() ↵alecpl
improvement (#1488134)
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralecpl
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
2011-10-26- Fix getting message part data from structure, fixes r5363 alecpl
2011-10-24- Improve handling of situation when FETCH returns OK, but no dataalecpl
2011-10-11- Fix FETCH response parsing in fetchMIMEHeaders() method (first line of ↵alecpl
headers was malformed)
2011-10-03- Improved performance of draft saving by usage of APPENDUID response if ↵alecpl
available (skipped SEARCH call)
2011-09-19- Allow setting connection options in imap_connect hookalecpl
2011-09-18- Cache synchronization using QRESYNC/CONDSTOREalecpl
- Fixed message ID updates in cache - Changed message flags handling + some fixes (e.g. fixed messages listing after delete)
2011-09-12- Fix handling of binary attachments encoded with quoted-printable (#1488065)alecpl
2011-09-07- Rewritten messages caching (merged devel-mcache branch):alecpl
Indexes are stored in a separate table, so there's no need to store all messages in a folder Added threads data caching Flags are stored separately, so flag change doesn't cause DELETE+INSERT, just UPDATE - Partial QRESYNC support - Improved FETCH response handling - Improvements in response tokenization method
2011-08-24- Added unique connection identifier to IMAP debug messagesalecpl
2011-08-22- Added 'priority' column on messages listalecpl
2011-08-12- Revert r5046, the change will be applied to devel-mcache branch, where it ↵alecpl
belongs for now
2011-08-11- Added IMAP ENABLE (RFC5161) supportalecpl
- Removed deprecated @access comments
2011-07-06- Fix infinite loop in tokenizeResponse() when server returns atoms with ↵alecpl
forbidden characters
2011-07-04- Fix lack of Cc and Reply-To headers on messages list, add them to default ↵alecpl
headers list (#1487989)
2011-06-27- Fix handling of untagged responses in LIST/LSUB response parseralecpl
2011-05-07- Improved string literals handlingalecpl
2011-04-25- Fix ID command arguments (must be of type nstring)alecpl
2011-04-24- Fix ID command response handlingalecpl
2011-04-08- Added workaround for some IMAP server with broken STATUS response (#1487859)alecpl