You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/lib/Roundcube
Aleksander Machniak d86ff98339 Fix font artifact in Google Chrome on Windows (#1490353) 10 years ago
..
README.md Add github syntax highlighting to php code snippet 12 years ago
bootstrap.php Fix PHP warning: Non-static method PEAR::setErrorHandling() should not be called statically (#1490343) 10 years ago
html.php Fix various iCloud vCard issues, added fallback for external photos (#1489993) 10 years ago
rcube.php Fix session garbage collector handler registration after refactoring 10 years ago
rcube_addressbook.php Improve compose_search_name() to not return "email@address <email@address>" entries 10 years ago
rcube_base_replacer.php Code improvements and fixes (mostly unused variables and methods) 10 years ago
rcube_browser.php Fixed Opera > 15 detection (#1489562) 11 years ago
rcube_cache.php Reset default db_max_allowed_packet, fix max packet size detection 10 years ago
rcube_cache_shared.php Reset default db_max_allowed_packet, fix max packet size detection 10 years ago
rcube_charset.php Don't log "No suitable function found for UTF-8..." as E_USER_WARNING. 10 years ago
rcube_config.php Fix duplicate entry on timezones list in rcube_config::timezone_name_from_abbr() (#1490293) 10 years ago
rcube_contacts.php Fix rcube_contacts::search() calls with empty search string but $required argument 10 years ago
rcube_content_filter.php Code improvements and fixes (mostly unused variables and methods) 10 years ago
rcube_csv2vcard.php Fix import of contacts with multiple email addresses from Google-csv format (#1490178) 10 years ago
rcube_db.php Fix tables listing routine on mysql and postgres so it skips system or other database tables and views (#1490337) 10 years ago
rcube_db_mssql.php CS fixes 10 years ago
rcube_db_mysql.php Fix tables listing routine on mysql and postgres so it skips system or other database tables and views (#1490337) 10 years ago
rcube_db_oracle.php Fix backtick character handling in sql queries (#1490312) 10 years ago
rcube_db_pgsql.php Fix tables listing routine on mysql and postgres so it skips system or other database tables and views (#1490337) 10 years ago
rcube_db_sqlite.php CS fixes 10 years ago
rcube_db_sqlsrv.php CS fixes 10 years ago
rcube_enriched.php Avoid uninitialized/unused variables 12 years ago
rcube_html2text.php Fix handling spaces after <br> on html2text conversion 10 years ago
rcube_image.php Check available memory for image resizing with GD on Windows (#1489937) 10 years ago
rcube_imap.php Plugin API: added message_part_body hook, fixes around message structure handling by plugins 10 years ago
rcube_imap_cache.php Remove debug code 10 years ago
rcube_imap_generic.php Remove Kolab's hack for Cyrus Murder bug in SETANNOTATION - it's not needed anymore 10 years ago
rcube_imap_search.php Code improvements and fixes (mostly unused variables and methods) 10 years ago
rcube_ldap.php Fix "PHP Fatal error: Using $this when not in object context" 10 years ago
rcube_ldap_generic.php Improve LDAP search by ignoring words order in fuzzy substring matching mode 10 years ago
rcube_message.php Remove useless code 10 years ago
rcube_message_header.php CS fixes 10 years ago
rcube_message_part.php Cleanup, remove file paths from doc 12 years ago
rcube_mime.php Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] (#1490284) 10 years ago
rcube_output.php Send X-UA-Compatible as HTTP header instead of meta tag 10 years ago
rcube_plugin.php Remove redundant default 10 years ago
rcube_plugin_api.php Ignore plugin loading filter if force parameter is set 10 years ago
rcube_result_index.php Further refine cross-folder searching: 11 years ago
rcube_result_multifolder.php CS fixes 11 years ago
rcube_result_set.php Implement ArrayAccess interface for conveniently accessing rcube_result_set as array 11 years ago
rcube_result_thread.php Further refine cross-folder searching: 11 years ago
rcube_session.php Fix session garbage collector handler registration after refactoring 10 years ago
rcube_session_db.php Fix unintended DB session expiration - lost variable in refactoring (#1490316) 10 years ago
rcube_session_memcache.php use factory 10 years ago
rcube_session_php.php use factory 10 years ago
rcube_session_redis.php minor fixes 10 years ago
rcube_smtp.php Fix "Non-static method PEAR::isError() should not be called statically" errors (#1490281) 10 years ago
rcube_spellcheck_atd.php Code improvements and fixes (mostly unused variables and methods) 10 years ago
rcube_spellcheck_enchant.php Get supported spell-check languages from the configured backend; replace suspended google spell service with our new service at spell.roundcube.net 11 years ago
rcube_spellcheck_engine.php Get supported spell-check languages from the configured backend; replace suspended google spell service with our new service at spell.roundcube.net 11 years ago
rcube_spellcheck_googie.php Fix error when spell-checking an empty text (#1489831) 11 years ago
rcube_spellcheck_pspell.php Get supported spell-check languages from the configured backend; replace suspended google spell service with our new service at spell.roundcube.net 11 years ago
rcube_spellchecker.php Use consistent column/table quoting in sql queries 10 years ago
rcube_storage.php Plugin API: added message_part_body hook, fixes around message structure handling by plugins 10 years ago
rcube_string_replacer.php Fix handling unicode characters in links (#1489898) 11 years ago
rcube_text2html.php Fix font artifact in Google Chrome on Windows (#1490353) 10 years ago
rcube_tnef_decoder.php Move TNEF decoder class to the Roundcube Framework (#1490055) 10 years ago
rcube_user.php Remove obsolete mt_srand() calls 10 years ago
rcube_utils.php Add untility function to match strings ignoring word order 10 years ago
rcube_vcard.php Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277) 10 years ago
rcube_washtml.php Fix parsing invalid HTML messages with BOM after <!DOCTYPE> (#1490291) 10 years ago

README.md

Roundcube Framework

INTRODUCTION

The Roundcube Framework is the basic library used for the Roundcube Webmail application. It is an extract of classes providing the core functionality for an email system. They can be used individually or as package for the following tasks:

  • IMAP mailbox access with optional caching
  • MIME message handling
  • Email message creation and sending through SMTP
  • General caching utilities using the local database
  • Database abstraction using PDO
  • VCard parsing and writing

INSTALLATION

Copy all files of this directory to your project or install it in the default include_path directory of your webserver. Some classes of the framework require one or multiple of the following PEAR libraries:

USAGE

The Roundcube Framework provides a bootstrapping file which registers an autoloader and sets up the environment necessary for the Roundcube classes. In order to make use of the framework, simply include the bootstrap.php file from this directory in your application and start using the classes by simply instantiating them.

If you wanna use more complex functionality like IMAP access with database caching or plugins, the rcube singleton helps you loading the necessary files:

<?php

define('RCUBE_CONFIG_DIR',  '<path-to-config-directory>');
define('RCUBE_PLUGINS_DIR', '<path-to-roundcube-plugins-directory');

require_once '<path-to-roundcube-framework/bootstrap.php';

$rcube = rcube::get_instance(rcube::INIT_WITH_DB | rcube::INIT_WITH_PLUGINS);
$imap = $rcube->get_storage();

// do cool stuff here...

?>

LICENSE

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License (with exceptions for plugins) as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see www.gnu.org/licenses/.

This file forms part of the Roundcube Webmail Framework for which the following exception is added: Plugins which merely make function calls to the Roundcube Webmail Framework, and for that purpose include it by reference shall not be considered modifications of the software.

If you wish to use this file in another project or create a modified version that will not be part of the Roundcube Webmail Framework, you may remove the exception above and use this source code under the original version of the license.

For more details about licensing and the exceptions for skins and plugins see roundcube.net/license

CONTACT

For any bug reports or feature requests please refer to the tracking system at trac.roundcube.net or subscribe to our mailing list. See roundcube.net/support for details.

You're always welcome to send a message to the project admins: hello(at)roundcube(dot)net