summaryrefslogtreecommitdiff
path: root/program/lib
AgeCommit message (Expand)Author
2014-11-07Fix some character sets detection (#1490135)Aleksander Machniak
2014-11-04Move TNEF decoder class to the Roundcube Framework (#1490055)Aleksander Machniak
2014-11-03Check available memory for image resizing with GD on Windows (#1489937)Thomas Bruederli
2014-11-03Add plugin hook 'db_table_name' as requested in #1489837Thomas Bruederli
2014-11-02Remove debug codeAleksander Machniak
2014-11-02CS fixesAleksander Machniak
2014-10-30Remove redundant defaultAleksander Machniak
2014-10-30Fix possible issues in skin/skin_path config handling (#1490125)Aleksander Machniak
2014-10-30Correct load_config() return value with improvement in last commitAleksander Machniak
2014-10-30Improve load_config() so when called many times it will read config file only...Aleksander Machniak
2014-10-28Allways call rcube_imap::set_folder() before rcube_imap::get_message_part()Aleksander Machniak
2014-10-28Fix regresion that caused double charset conversion in some messages (#1490121)Aleksander Machniak
2014-10-27Fix so DDL script for Oracle can be executed in SQLPlusAleksander Machniak
2014-10-26Correctly detect charset of attachment names in TNEF messagesAleksander Machniak
2014-10-24Call exif_read_data() only on JPEG imagesAleksander Machniak
2014-10-24Fix of really fix UNKNOWN-CTE handlingBartlomiej Nogas
2014-10-23Really fix UNKNOWN-CTE handlingAleksander Machniak
2014-10-23Fix handling of UNKNOWN-CTE response, try do decode content client-side (#149...Aleksander Machniak
2014-10-23Fix handling of base64-encoded attachments with extra spaces (#1490111)Aleksander Machniak
2014-10-22Fix handling of uuencoded messages if messages_cache is enabled (#1490108)Aleksander Machniak
2014-10-22Fix download of attachments that are part of TNEF message (#1490091)Aleksander Machniak
2014-10-17Fix bug where openssl-based crypt/decrypt method wasn't using defined crypto-keyAleksander Machniak
2014-10-13dirname(__FILE__) -> __DIR__Aleksander Machniak
2014-10-04Fix setting flags on servers with no PERMANENTFLAGS response (#1490087)Aleksander Machniak
2014-09-04Add rcube_plugin_api::get_plugin() methodAleksander Machniak
2014-09-23Fix another regression in metadata response parsing introduced in commit 9393...Thomas Bruederli
2014-09-22Fix get_metadata() function response, NIL response was introducing an shiftBartlomiej Nogas
2014-09-22Fix syntax errorAleksander Machniak
2014-09-22Merge branch 'oracle'Aleksander Machniak
2014-09-22Merge branch 'oracle'Aleksander Machniak
2014-09-18Remove Oracle driver based on PDO_OCI extensionAleksander Machniak
2014-09-18Fix long data handlingAleksander Machniak
2014-09-18Fix binary operator use for OracleAleksander Machniak
2014-09-17Added transactions supportAleksander Machniak
2014-09-17Add Oracle driver which uses OCI8 extension - the one that supports CLOB columnsAleksander Machniak
2014-09-15Fixes for OracleAleksander Machniak
2014-09-13Fix validation of email addresses with IDNA domains (#1490067)Aleksander Machniak
2014-09-12Added Oracle database driverAleksander Machniak
2014-09-12Use consistent column/table quoting in sql queriesAleksander Machniak
2014-09-10Print to STDERR non-terminating errors in CLI modeAleksander Machniak
2014-09-09Don't override argument variable when collecting resultsThomas Bruederli
2014-09-08Fix call to a member function get_compressed() on a non-objectAleksander Machniak
2014-09-08Added license headers to driver files, CS fixesAleksander Machniak
2014-09-03Fix merging folder annotations for folders with numeric names (only digits)Aleksander Machniak
2014-08-30Fix so rcube_text2html class does not depend on rcmail_string_replacerAleksander Machniak
2014-08-28Get rid of DIRECTORY_SEPARATOR for consistencyAleksander Machniak
2014-08-27Remove 3rd party libs from our repository and define the dependencies in comp...Thomas Bruederli
2014-08-27Maintain a stack of currently running plugin hooksThomas Bruederli
2014-08-26Fix PERMANENTFLAGS checking in modFlag()Aleksander Machniak
2014-08-24Added rcube_utils::resolve_url()Aleksander Machniak