[Framework] element index

Package indexes

All elements
a b c d e f g h i j k l m n o p q r s t u v w x _
_
top
Method _entry_sort_cmp
Callback for sorting entries
Method __construct
rcube_result_set::__construct() in rcube_result_set.php
Method __construct
rcube_vcard::__construct() in rcube_vcard.php
Constructor
Method __construct
rcube_ldap::__construct() in rcube_ldap.php
Object constructor
Method __construct
rcube_csv2vcard::__construct() in rcube_csv2vcard.php
Class constructor
Method __construct
rcube_contacts::__construct() in rcube_contacts.php
Object constructor
Method __construct
rcube_cache::__construct() in rcube_cache.php
Object constructor.
Method _mkcookie
rcube_session::_mkcookie() in rcube_session.php
Create session cookie from session data
Method __construct
rcube_user::__construct() in rcube_user.php
Object constructor
Method __construct
rcube_session::__construct() in rcube_session.php
Default constructor
Method __construct
rcube_config::__construct() in rcube_config.php
Object constructor
Method __construct
Private constructor
Method _fetch_row
rcube_db::_fetch_row() in rcube_db.php
Get col values for a result row
Method _query
rcube_db::_query() in rcube_db.php
Execute a SQL query with limits
Method __construct
rcube_db::__construct() in rcube_db.php
Object constructor
Method __construct
rcube_plugin_api::__construct() in rcube_plugin_api.php
Private constructor
Method __construct
rcube_plugin::__construct() in rcube_plugin.php
Default constructor.
Method _list_messages
protected method for listing message headers
Method __clone
rcube_message_part::__clone() in rcube_message_part.php
Clone handler.
Method __construct
rcube_mime::__construct() in rcube_mime.php
Object constructor.
Method __construct
rcube_result_thread::__construct() in rcube_result_thread.php
Object constructor.
Method __construct
rcube_result_index::__construct() in rcube_result_index.php
Object constructor.
Method __construct
rcube_imap_generic::__construct() in rcube_imap_generic.php
Object constructor
Method __construct
rcube_imap_cache::__construct() in rcube_imap_cache.php
Object constructor.
Method __construct
rcube_imap::__construct() in rcube_imap.php
Object constructor.
Method __construct
rcube_message::__construct() in rcube_message.php
__construct
Method __get
rcube_imap::__get() in rcube_imap.php
Magic getter for backward compat.
Variable $_converted
rcube_html2text::$_converted in rcube_html2text.php
Indicates whether content in the $html variable has been converted yet.
Variable $_do_links
rcube_html2text::$_do_links in rcube_html2text.php
Boolean flag, true if a table of link URLs should be listed after the text.
Variable $_link_list
rcube_html2text::$_link_list in rcube_html2text.php
Contains URL addresses from links to be rendered in plain text.
Method _build_link_list
Helper function called by preg_replace() on link replacement.
Method _convert
rcube_html2text::_convert() in rcube_html2text.php
Workhorse function that does actual conversion (calls _converter() method).
Method _converter
rcube_html2text::_converter() in rcube_html2text.php
Workhorse function that does actual conversion.
Method _convert_blockquotes
Helper function for BLOCKQUOTE body conversion.
Method _convert_pre
rcube_html2text::_convert_pre() in rcube_html2text.php
Helper function for PRE body conversion.
Method __construct
rcube_string_replacer::__construct() in rcube_string_replacer.php
Method __construct
rcube_washtml::__construct() in rcube_washtml.php
Class constructor
Method __construct
rcube_spellchecker::__construct() in rcube_spellchecker.php
Constructor
Method __construct
rcube_image::__construct() in rcube_image.php
Method __construct
rcube_html2text::__construct() in rcube_html2text.php
Constructor.
Method __construct
rcube_base_replacer::__construct() in rcube_base_replacer.php
Method __construct
rcube_browser::__construct() in rcube_browser.php
Method __construct
rcube_output::__construct() in rcube_output.php
Object constructor
Method __construct
Constructor
Method __construct
Object constructor
Method __construct
Constructor
Method __construct
Constructor
Method __get
rcube_output::__get() in rcube_output.php
Magic getter
a
top
Method add
rcube_result_set::add() in rcube_result_set.php
Method add_autovalues
Generate missing attributes as configured
Method add_to_group
rcube_contacts::add_to_group() in rcube_contacts.php
Add the given contact records the a certain group
Method add_to_group
rcube_ldap::add_to_group() in rcube_ldap.php
Add the given contact records the a certain group
Method add_to_group
rcube_addressbook::add_to_group() in rcube_addressbook.php
Add the given contact records the a certain group
Variable $aliases
rcube_charset::$aliases in rcube_charset.php
Function abbreviate_string
abbreviate_string() in bootstrap.php
Truncate string if it is longer than the allowed length.
Method add_shutdown_function
Registers shutdown function to be executed on shutdown.
Method all
rcube_config::all() in rcube_config.php
Getter for all config options
Method append
rcube_session::append() in rcube_session.php
Append the given value to the certain node in the session data array
Function array_keys_recursive
array_keys_recursive() in bootstrap.php
Get all keys from array (recursive).
Function asciiwords
asciiwords() in bootstrap.php
Remove all non-ascii and non-word chars except ., -, _
Method affected_rows
Get number of affected rows for the last query
Method array2list
rcube_db::array2list() in rcube_db.php
Return list of elements for use with SQL's IN clause
Variable $actionmap
rcube_plugin_api::$actionmap in rcube_plugin_api.php
Variable $actions
rcube_plugin_api::$actions in rcube_plugin_api.php
Variable $active_hook
rcube_plugin_api::$active_hook in rcube_plugin_api.php
Variable $allowed_prefs
rcube_plugin_api::$allowed_prefs in rcube_plugin_api.php
Variable $allowed_prefs
rcube_plugin::$allowed_prefs in rcube_plugin.php
A list of config option names that can be modified by the user via user interface (with save-prefs command)
Variable $api
rcube_plugin::$api in rcube_plugin.php
Instance of Plugin API
Method add_button
rcube_plugin::add_button() in rcube_plugin.php
Append a button to a certain container
Method add_content
rcube_plugin_api::add_content() in rcube_plugin_api.php
Save the given HTML content to be added to a template container
Method add_hook
rcube_plugin::add_hook() in rcube_plugin.php
Register a callback function for a specific (server-side) hook
Method add_texts
rcube_plugin::add_texts() in rcube_plugin.php
Load localized texts from the plugins dir
Variable $all_headers
rcube_storage::$all_headers in rcube_storage.php
All (additional) headers used (in any way) by Roundcube Not listed here: DATE, FROM, TO, CC, REPLY-TO, SUBJECT, CONTENT-TYPE, LIST-POST (used for messages listing) are hardcoded in rcube_imap_generic::fetchHeaders()
Variable $attachments
rcube_message::$attachments in rcube_message.php
Method add_message
rcube_imap_cache::add_message() in rcube_imap_cache.php
Saves the message in cache.
Class Constant ALREADYEXISTS
rcube_storage::ALREADYEXISTS in rcube_storage.php
Method append
rcube_imap_generic::append() in rcube_imap_generic.php
Handler for IMAP APPEND command
Method appendFromFile
rcube_imap_generic::appendFromFile() in rcube_imap_generic.php
Handler for IMAP APPEND command.
Method authenticate
rcube_imap_generic::authenticate() in rcube_imap_generic.php
DIGEST-MD5/CRAM-MD5/PLAIN Authentication
Variable $allowed_tags
rcube_html2text::$allowed_tags in rcube_html2text.php
Contains a list of HTML tags to allow in the resulting text.
Method absolute_url
rcube_base_replacer::absolute_url() in rcube_base_replacer.php
Convert paths like ../xxx to an absolute path using a base url
Method add
rcube_string_replacer::add() in rcube_string_replacer.php
Add a string to the internal list
Method add_callback
rcube_washtml::add_callback() in rcube_washtml.php
Register a callback function for a certain tag
Method add_word
rcube_spellchecker::add_word() in rcube_spellchecker.php
Add a word to dictionary
Variable $allowed
html::$allowed in html.php
Variable $allowed
Variable $allowed
Variable $allowed
Variable $allowed
Variable $allowed
Variable $app
rcube_output::$app in rcube_output.php
Variable $attrib
html::$attrib in html.php
Method a
html::a() in html.php
Derrived method for link tags
Method add
Add a hidden field to this instance
Method add
html_table::add() in html.php
Add a table cell
Method add
html_select::add() in html.php
Add a new option to this drop-down
Method add_header
Add a table header cell
Method add_row
Jump to next row
Method attrib_string
Create string with attributes
b
top
Variable $business
rcube_vcard::$business in rcube_vcard.php
Method bind
rcube_ldap::bind() in rcube_ldap.php
Bind connection with DN and password
Page bootstrap.php
bootstrap.php in bootstrap.php
Variable $bodystructure
rcube_message_header::$bodystructure in rcube_message_header.php
IMAP bodystructure string
Method build_thread
rcube_result_thread::build_thread() in rcube_result_thread.php
Converts part of the raw thread into an array
Method build_thread_data
rcube_result_thread::build_thread_data() in rcube_result_thread.php
Creates 'depth' and 'children' arrays from stored thread 'tree' data.
Variable $block_elements
rcube_washtml::$block_elements in rcube_washtml.php
Method blockquote_citation_ballback
Callback function to correctly add citation markers for blockquote contents
Variable $browser
rcube_output::$browser in rcube_output.php
Method br
html::br() in html.php
Derrived method for line breaks
c
top
Variable $coltypes
rcube_ldap::$coltypes in rcube_ldap.php
Variable $coltypes
rcube_addressbook::$coltypes in rcube_addressbook.php
Variable $coltypes
rcube_contacts::$coltypes in rcube_contacts.php
Variable $conn
rcube_ldap::$conn in rcube_ldap.php
private properties
Variable $count
rcube_result_set::$count in rcube_result_set.php
Variable $csv2vcard_map
rcube_csv2vcard::$csv2vcard_map in rcube_csv2vcard.php
CSV to vCard fields mapping
Method cleanup
rcube_vcard::cleanup() in rcube_vcard.php
Normalize vcard data for better parsing
Method close
rcube_addressbook::close() in rcube_addressbook.php
Close connection to source
Method close
rcube_ldap::close() in rcube_ldap.php
Close connection to LDAP server
Method compare_search_value
Compare search value with contact data
Method compose_contact_key
Create a unique key for sorting contacts
Method compose_display_name
Compose a valid display name from the given structured contact data
Method compose_list_name
Compose the name to display in the contacts list for the given contact record.
Method count
rcube_ldap::count() in rcube_ldap.php
Count number of available contacts in database
Method count
rcube_contacts::count() in rcube_contacts.php
Count number of available contacts in database
Method count
rcube_addressbook::count() in rcube_addressbook.php
Count number of available contacts in database
Method create_group
rcube_ldap::create_group() in rcube_ldap.php
Create a contact group with the given name
Method create_group
rcube_contacts::create_group() in rcube_contacts.php
Create a contact group with the given name
Method create_group
rcube_addressbook::create_group() in rcube_addressbook.php
Create a contact group with the given name
Method csv_to_vcard
rcube_csv2vcard::csv_to_vcard() in rcube_csv2vcard.php
Convert CSV data row to vCard
Method current
rcube_result_set::current() in rcube_result_set.php
Method close
rcube_cache::close() in rcube_cache.php
Writes the cache back to the DB.
Variable $caches
rcube::$caches in rcube.php
Variable $config
rcube::$config in rcube.php
Stores instance of rcube_config.
Method cache_gc
rcube::cache_gc() in rcube.php
Garbage collector for cache entries.
Method check_auth
rcube_session::check_auth() in rcube_session.php
Check session authentication cookie
Method clean
rcube_charset::clean() in rcube_charset.php
Removes non-unicode characters from input.
Method close
rcube_session::close() in rcube_session.php
Method console
rcube::console() in rcube.php
Print or write debug messages
Method convert
rcube_charset::convert() in rcube_charset.php
Convert a string from one charset to another.
Method create
rcube_user::create() in rcube_user.php
Create a new user record and return a rcube_user instance
Variable $conn_failure
rcube_db::$conn_failure in rcube_db.php
Method concat
rcube_db_mysql::concat() in rcube_db_mysql.php
Abstract SQL statement for value concatenation
Method concat
rcube_db_sqlsrv::concat() in rcube_db_sqlsrv.php
Abstract SQL statement for value concatenation
Method concat
rcube_db_mssql::concat() in rcube_db_mssql.php
Abstract SQL statement for value concatenation
Method concat
rcube_db::concat() in rcube_db.php
Abstract SQL statement for value concatenation
Method conn_configure
rcube_db_sqlite::conn_configure() in rcube_db_sqlite.php
Configure connection, create database if not exists
Method conn_configure
Driver-specific configuration of database connection
Method conn_prepare
rcube_db_sqlite::conn_prepare() in rcube_db_sqlite.php
Prepare connection
Method conn_prepare
rcube_db::conn_prepare() in rcube_db.php
Driver-specific preparation of database connection
Method connect
rcube_smtp::connect() in rcube_smtp.php
SMTP Connection and authentication
Variable $cache
rcube_imap::$cache in rcube_imap.php
Instance of rcube_cache
Variable $caching
rcube_imap::$caching in rcube_imap.php
Variable $cc
rcube_message_header::$cc in rcube_message_header.php
Message additional recipients (Cc)
Variable $charset
rcube_message_part::$charset in rcube_message_part.php
Variable $charset
rcube_message_header::$charset in rcube_message_header.php
Message charset
Variable $conn
rcube_imap::$conn in rcube_imap.php
Instance of rcube_imap_generic
Variable $conn
rcube_storage::$conn in rcube_storage.php
Instance of connection object e.g. rcube_imap_generic
Variable $ctype
rcube_message_header::$ctype in rcube_message_header.php
Message Content-type
Variable $ctype_parameters
rcube_message_part::$ctype_parameters in rcube_message_part.php
Variable $ctype_primary
rcube_message_part::$ctype_primary in rcube_message_part.php
Content main type
Variable $ctype_secondary
rcube_message_part::$ctype_secondary in rcube_message_part.php
Content subtype
Method change_flag
rcube_imap_cache::change_flag() in rcube_imap_cache.php
Sets the flag for specified message.
Method change_subscription
Subscribe/unsubscribe a list of folders and update local cache
Method check_connection
Check connection state, connect if not connected.
Method check_connection
Check connection state, connect if not connected.
Method check_permflag
Checks the PERMANENTFLAGS capability of the current folder and returns true if the given flag is supported by the IMAP server
Method check_permflag
rcube_storage::check_permflag() in rcube_storage.php
Checks the PERMANENTFLAGS capability of the current folder and returns true if the given flag is supported by the server.
Method clear
rcube_imap_cache::clear() in rcube_imap_cache.php
Clears the cache.
Method clearCapability
rcube_imap_generic::clearCapability() in rcube_imap_generic.php
Method clearFolder
rcube_imap_generic::clearFolder() in rcube_imap_generic.php
Removes all messages in a folder
Method clear_cache
rcube_imap::clear_cache() in rcube_imap.php
Clears the cache.
Method clear_cache
rcube_storage::clear_cache() in rcube_storage.php
Clears the cache.
Method clear_folder
rcube_storage::clear_folder() in rcube_storage.php
Remove all messages in a folder..
Method clear_mailbox
rcube_imap::clear_mailbox() in rcube_imap.php
Method clear_messagecount
Remove messagecount of a specific folder from cache
Method clear_message_cache
Clears the messages cache.
Method close
rcube_imap_generic::close() in rcube_imap_generic.php
Executes CLOSE command
Method close
rcube_imap_cache::close() in rcube_imap_cache.php
Cleanup actions (on shutdown).
Method close
rcube_imap::close() in rcube_imap.php
Close IMAP connection.
Method close
rcube_storage::close() in rcube_storage.php
Close connection. Usually done on script shutdown
Method closeConnection
rcube_imap_generic::closeConnection() in rcube_imap_generic.php
Closes connection with logout.
Class Constant COMMAND_CAPABILITY
rcube_imap_generic::COMMAND_CAPABILITY in rcube_imap_generic.php
Class Constant COMMAND_LASTLINE
rcube_imap_generic::COMMAND_LASTLINE in rcube_imap_generic.php
Class Constant COMMAND_NORESPONSE
rcube_imap_generic::COMMAND_NORESPONSE in rcube_imap_generic.php
Method compare_uids
Sort method called by uksort()
Method compressMessageSet
Converts message identifiers array into sequence-set syntax
Method connect
rcube_storage::connect() in rcube_storage.php
Connect to the server
Method connect
rcube_imap_generic::connect() in rcube_imap_generic.php
Connects to IMAP server and authenticates.
Method connect
rcube_imap::connect() in rcube_imap.php
Connect to an IMAP server
Method connected
rcube_imap_generic::connected() in rcube_imap_generic.php
Checks connection status
Class Constant CONTACTADMIN
rcube_storage::CONTACTADMIN in rcube_storage.php
Method convert_criteria
Converts charset of search criteria string
Method copy
rcube_imap_generic::copy() in rcube_imap_generic.php
Copies message(s) from one folder to another
Method copy_message
rcube_storage::copy_message() in rcube_storage.php
Copy message(s) from one mailbox to another.
Method copy_message
rcube_imap::copy_message() in rcube_imap.php
Copy a message from one folder to another
Method count
rcube_imap::count() in rcube_imap.php
Get message count for a specific folder
Method count
rcube_result_thread::count() in rcube_result_thread.php
Returns number of elements (threads) in the result
Method count
rcube_result_index::count() in rcube_result_index.php
Returns number of elements in the result
Method count
rcube_storage::count() in rcube_storage.php
Get messages count for a specific folder.
Method countMessages
rcube_imap_generic::countMessages() in rcube_imap_generic.php
Returns count of all messages in a folder
Method countmessages
rcube_imap::countmessages() in rcube_imap.php
protected method for getting nr of messages
Method countRecent
rcube_imap_generic::countRecent() in rcube_imap_generic.php
Returns count of messages with \Recent flag in a folder
Method countUnseen
rcube_imap_generic::countUnseen() in rcube_imap_generic.php
Returns count of messages without \Seen flag in a specified folder
Method count_messages
rcube_result_thread::count_messages() in rcube_result_thread.php
Returns number of all messages in the result
Method count_messages
rcube_result_index::count_messages() in rcube_result_index.php
Returns number of elements in the result.
Method createFolder
rcube_imap_generic::createFolder() in rcube_imap_generic.php
Folder creation (CREATE)
Method create_default_folders
Create all folders specified as default
Method create_default_folders
Create all folders specified as default
Method create_folder
rcube_storage::create_folder() in rcube_storage.php
Create a new folder on the server.
Method create_folder
rcube_imap::create_folder() in rcube_imap.php
Create a new folder on the server and register it in local cache
Method create_mailbox
Variable $callback_search
rcube_html2text::$callback_search in rcube_html2text.php
List of preg* regular expression patterns to search for and replace using callback function.
Variable $charset
rcube_html2text::$charset in rcube_html2text.php
Target character encoding for output text
Method callback
rcube_base_replacer::callback() in rcube_base_replacer.php
Method check
rcube_spellchecker::check() in rcube_spellchecker.php
Set content and check spelling
Method check_email
rcube_utils::check_email() in rcube_utils.php
E-mail address validation.
Method check_ip
rcube_utils::check_ip() in rcube_utils.php
Validates IPv4 or IPv6 address
Method check_referer
rcube_utils::check_referer() in rcube_utils.php
Check whether the HTTP referer matches the current request
Method convert
rcube_image::convert() in rcube_image.php
Convert image to a given type
Method convert_color
rcube_enriched::convert_color() in rcube_enriched.php
Method convert_excerpt
rcube_enriched::convert_excerpt() in rcube_enriched.php
Method convert_font
rcube_enriched::convert_font() in rcube_enriched.php
Method convert_formatting
Method convert_newlines
Variable $charset
rcube_output::$charset in rcube_output.php
Variable $common_attrib
Variable $config
rcube_output::$config in rcube_output.php
Variable $containers
html::$containers in html.php
Variable $content
html::$content in html.php
d
top
Variable $date_cols
rcube_addressbook::$date_cols in rcube_addressbook.php
Variable $date_cols
rcube_contacts::$date_cols in rcube_contacts.php
Variable $db_groupmembers
rcube_contacts::$db_groupmembers in rcube_contacts.php
Variable $db_groups
rcube_contacts::$db_groups in rcube_contacts.php
Variable $db_name
rcube_contacts::$db_name in rcube_contacts.php
Variable $debug
rcube_ldap::$debug in rcube_ldap.php
Variable $displayname
rcube_vcard::$displayname in rcube_vcard.php
Method delete
rcube_ldap::delete() in rcube_ldap.php
Mark one or more contact records as deleted
Method delete
rcube_contacts::delete() in rcube_contacts.php
Mark one or more contact records as deleted
Method delete
rcube_addressbook::delete() in rcube_addressbook.php
Mark one or more contact records as deleted
Method delete_all
rcube_contacts::delete_all() in rcube_contacts.php
Remove all records from the database
Method delete_all
rcube_addressbook::delete_all() in rcube_addressbook.php
Mark all records in database as deleted
Method delete_all
rcube_ldap::delete_all() in rcube_ldap.php
Remove all contact records
Method delete_group
rcube_addressbook::delete_group() in rcube_addressbook.php
Delete the given group and all linked group members
Method delete_group
rcube_ldap::delete_group() in rcube_ldap.php
Delete the given group and all linked group members
Method delete_group
rcube_contacts::delete_group() in rcube_contacts.php
Delete the given group (and all linked group members)
Method dn_decode
rcube_ldap::dn_decode() in rcube_ldap.php
Decodes DN string encoded with _dn_encode()
Method dn_encode
rcube_ldap::dn_encode() in rcube_ldap.php
HTML-safe DN string encoding
Variable $data
rcube_user::$data in rcube_user.php
Variable $db
rcube::$db in rcube.php
Instace of database class.
Method db_destroy
rcube_session::db_destroy() in rcube_session.php
Handler for session_destroy()
Method db_gc
rcube_session::db_gc() in rcube_session.php
Garbage collecting function
Method db_read
rcube_session::db_read() in rcube_session.php
Read session data from database
Method db_write
rcube_session::db_write() in rcube_session.php
Save session data.
Method decrypt
rcube::decrypt() in rcube.php
Decrypt 3DES-encrypted string
Class Constant DEFAULT_SKIN
rcube_config::DEFAULT_SKIN in rcube_config.php
Method delete_identity
Mark the given identity as deleted
Method delete_search
rcube_user::delete_search() in rcube_user.php
Deletes given saved search record
Method destroy
rcube_session::destroy() in rcube_session.php
Delete session data for the given key
Method detect
rcube_charset::detect() in rcube_charset.php
A method to guess character set of a string.
Variable $dbh
rcube_db::$dbh in rcube_db.php
Variable $db_connected
rcube_db::$db_connected in rcube_db.php
Variable $db_dsnr
rcube_db::$db_dsnr in rcube_db.php
Variable $db_dsnw
rcube_db::$db_dsnw in rcube_db.php
Variable $db_error
rcube_db::$db_error in rcube_db.php
Variable $db_error_msg
rcube_db::$db_error_msg in rcube_db.php
Variable $db_index
rcube_db::$db_index in rcube_db.php
Variable $db_mode
rcube_db::$db_mode in rcube_db.php
Variable $db_provider
rcube_db_sqlsrv::$db_provider in rcube_db_sqlsrv.php
Variable $db_provider
rcube_db_sqlite::$db_provider in rcube_db_sqlite.php
Variable $db_provider
rcube_db_pgsql::$db_provider in rcube_db_pgsql.php
Variable $db_provider
rcube_db_mssql::$db_provider in rcube_db_mssql.php
Variable $db_provider
rcube_db::$db_provider in rcube_db.php
Variable $db_provider
rcube_db_mysql::$db_provider in rcube_db_mysql.php
Method db_connect
rcube_db::db_connect() in rcube_db.php
Connect to appropriate database depending on the operation
Method debug
rcube_db::debug() in rcube_db.php
Writes debug information/query to 'sql' log file
Method decode
rcube_db::decode() in rcube_db.php
Decodes encoded UTF-8 string/object/array (recursive)
Method dsn_connect
rcube_db::dsn_connect() in rcube_db.php
Connect to specific database
Method dsn_options
rcube_db_mysql::dsn_options() in rcube_db_mysql.php
Returns driver-specific connection options
Method dsn_options
rcube_db::dsn_options() in rcube_db.php
Returns driver-specific connection options
Method dsn_string
rcube_db_sqlsrv::dsn_string() in rcube_db_sqlsrv.php
Returns PDO DSN string from DSN array
Method dsn_string
rcube_db_sqlite::dsn_string() in rcube_db_sqlite.php
Build DSN string for PDO constructor
Method dsn_string
rcube_db::dsn_string() in rcube_db.php
Returns PDO DSN string from DSN array
Method dsn_string
rcube_db_mysql::dsn_string() in rcube_db_mysql.php
Returns PDO DSN string from DSN array
Method dsn_string
rcube_db_mssql::dsn_string() in rcube_db_mssql.php
Returns PDO DSN string from DSN array
Method debug_handler
rcube_smtp::debug_handler() in rcube_smtp.php
This is our own debug handler for the SMTP connection
Method disconnect
rcube_smtp::disconnect() in rcube_smtp.php
Disconnect the global SMTP connection
Variable $deprecated_hooks
rcube_plugin_api::$deprecated_hooks in rcube_plugin_api.php
Variable $dir
rcube_plugin_api::$dir in rcube_plugin_api.php
Variable $data
rcube_imap_generic::$data in rcube_imap_generic.php
Variable $date
rcube_message_header::$date in rcube_message_header.php
Message date (Date)
Variable $default_charset
rcube_storage::$default_charset in rcube_storage.php
Variable $default_folders
rcube_storage::$default_folders in rcube_storage.php
Variable $delimiter
rcube_imap::$delimiter in rcube_imap.php
Variable $disposition
rcube_message_part::$disposition in rcube_message_part.php
Variable $d_parameters
rcube_message_part::$d_parameters in rcube_message_part.php
Method date_format
rcube_imap::date_format() in rcube_imap.php
Converts date string/object into IMAP date/time format
Method debug_handler
rcube_imap::debug_handler() in rcube_imap.php
This is our own debug handler for the IMAP connection
Method decode
rcube_mime::decode() in rcube_mime.php
Decode a mime part
Method decode_address_list
Split an address list into a structured array list
Method decode_address_list
Deprecated methods (to be removed)
Method decode_header
rcube_imap::decode_header() in rcube_imap.php
Method decode_header
rcube_mime::decode_header() in rcube_mime.php
Decode a message header value
Method decode_mime_string
Decode a mime-encoded string to internal charset
Method decode_mime_string
Method deleteACL
rcube_imap_generic::deleteACL() in rcube_imap_generic.php
Send the DELETEACL command (RFC4314)
Method deleteAnnotation
rcube_imap_generic::deleteAnnotation() in rcube_imap_generic.php
Send the SETANNOTATION command with NIL values (draft-daboo-imap-annotatemore)
Method deleteFolder
rcube_imap_generic::deleteFolder() in rcube_imap_generic.php
Executes DELETE command
Method deleteMetadata
rcube_imap_generic::deleteMetadata() in rcube_imap_generic.php
Send the SETMETADATA command with NIL values (RFC5464)
Method delete_acl
rcube_storage::delete_acl() in rcube_storage.php
Removes any <identifier,rights> pair for the specified user from the ACL for the specified folder (DELETEACL).
Method delete_acl
rcube_imap::delete_acl() in rcube_imap.php
Removes any <identifier,rights> pair for the specified user from the ACL for the specified folder (DELETEACL)
Method delete_folder
rcube_storage::delete_folder() in rcube_storage.php
Remove a folder from the server.
Method delete_folder
rcube_imap::delete_folder() in rcube_imap.php
Remove folder from server
Method delete_mailbox
Method delete_message
rcube_storage::delete_message() in rcube_storage.php
Mark message(s) as deleted and expunge.
Method delete_message
Mark messages as deleted and expunge them
Method delete_metadata
Unsets metadata/annotations (SETMETADATA/SETANNOTATION)
Method delete_metadata
Unsets IMAP metadata/annotations (SETMETADATA/SETANNOTATION)
Variable $doctype
html::$doctype in html.php
Method div
html::div() in html.php
Derrived method for <div> containers
Method doctype
html::doctype() in html.php
e
top
Variable $email
rcube_vcard::$email in rcube_vcard.php
Variable $eol
rcube_vcard::$eol in rcube_vcard.php
Variable $error
rcube_addressbook::$error in rcube_addressbook.php
Class Constant ERROR_NO_CONNECTION
Class Constant ERROR_READ_ONLY
rcube_addressbook::ERROR_READ_ONLY in rcube_addressbook.php
constants for error reporting *
Class Constant ERROR_SAVING
rcube_addressbook::ERROR_SAVING in rcube_addressbook.php
Class Constant ERROR_SEARCH
rcube_addressbook::ERROR_SEARCH in rcube_addressbook.php
Class Constant ERROR_VALIDATE
rcube_addressbook::ERROR_VALIDATE in rcube_addressbook.php
Method export
rcube_csv2vcard::export() in rcube_csv2vcard.php
Method export
rcube_vcard::export() in rcube_vcard.php
Convert the data structure into a vcard 3.0 string
Method extend_fieldmap
Extends fieldmap definition
Method expunge
rcube_cache::expunge() in rcube_cache.php
Remove cache records older than ttl
Variable $expunge_cache
Method email2user
rcube_user::email2user() in rcube_user.php
Resolve username using a virtuser plugins
Method encrypt
rcube::encrypt() in rcube.php
Encrypt using 3DES
Method error_handler
rcube_charset::error_handler() in rcube_charset.php
Catch an error and throw an exception.
Method exec
rcube::exec() in rcube.php
Construct shell command, execute it and return output as string.
Method exec_hook
Triggers a plugin hook.
Method encode
rcube_db::encode() in rcube_db.php
Encodes non-UTF-8 characters in string/array/object (recursive)
Method escape
rcube_db::escape() in rcube_db.php
Escapes a string so it can be safely used in a query
Method escapeSimple
rcube_db::escapeSimple() in rcube_db.php
Escapes a string so it can be safely used in a query
Method exec_action
rcube_plugin_api::exec_action() in rcube_plugin_api.php
This method handles requests like _task=mail&_action=plugin.foo It executes the callback function that was registered with the given action.
Method exec_hook
rcube_plugin_api::exec_hook() in rcube_plugin_api.php
Triggers a plugin hook.
Variable $encoding
rcube_message_part::$encoding in rcube_message_part.php
Variable $encoding
rcube_message_header::$encoding in rcube_message_header.php
Message encoding
Variable $error
rcube_imap_generic::$error in rcube_imap_generic.php
Variable $errornum
rcube_imap_generic::$errornum in rcube_imap_generic.php
Method enable
rcube_imap_generic::enable() in rcube_imap_generic.php
Executes ENABLE command (RFC5161)
Class Constant ERROR_BAD
rcube_imap_generic::ERROR_BAD in rcube_imap_generic.php
Class Constant ERROR_BYE
rcube_imap_generic::ERROR_BYE in rcube_imap_generic.php
Class Constant ERROR_COMMAND
rcube_imap_generic::ERROR_COMMAND in rcube_imap_generic.php
Class Constant ERROR_NO
rcube_imap_generic::ERROR_NO in rcube_imap_generic.php
Class Constant ERROR_OK
rcube_imap_generic::ERROR_OK in rcube_imap_generic.php
Class Constant ERROR_READONLY
rcube_imap_generic::ERROR_READONLY in rcube_imap_generic.php
Class Constant ERROR_UNKNOWN
rcube_imap_generic::ERROR_UNKNOWN in rcube_imap_generic.php
Method escape
rcube_imap_generic::escape() in rcube_imap_generic.php
Escapes a string when it contains special characters (RFC3501)
Method execute
rcube_imap_generic::execute() in rcube_imap_generic.php
Sends IMAP command and parses result
Method exists
rcube_result_thread::exists() in rcube_result_thread.php
Check if the given message ID exists in the object
Method exists
rcube_result_index::exists() in rcube_result_index.php
Check if the given message ID exists in the object
Method explode_header_string
Explodes header (e.g. address-list) string into array of strings using specified separator characters with proper handling of quoted-strings and comments (RFC2822)
Method explode_header_string
Method expunge
rcube_imap::expunge() in rcube_imap.php
Method expunge
rcube_imap_generic::expunge() in rcube_imap_generic.php
Executes EXPUNGE command
Method expunge
rcube_imap_cache::expunge() in rcube_imap_cache.php
Delete cache entries older than TTL
Method expunge_cache
rcube_storage::expunge_cache() in rcube_storage.php
Delete outdated cache entries
Method expunge_cache
rcube_imap::expunge_cache() in rcube_imap.php
Delete outdated cache entries
Method expunge_folder
rcube_storage::expunge_folder() in rcube_storage.php
Send expunge command and clear the cache.
Method expunge_message
Expunge message(s) and clear the cache.
Method expunge_message
Send IMAP expunge command and clear cache
Variable $ent_replace
rcube_html2text::$ent_replace in rcube_html2text.php
List of pattern replacements corresponding to patterns searched.
Variable $ent_search
rcube_html2text::$ent_search in rcube_html2text.php
List of preg* regular expression patterns to search for, used in conjunction with $ent_replace.
Variable $extensions
rcube_image::$extensions in rcube_image.php
Variable $extlinks
rcube_washtml::$extlinks in rcube_washtml.php
Method error
rcube_spellchecker::error() in rcube_spellchecker.php
Returns error message
Method explode_quoted_string
Explode quoted string
Variable $env
rcube_output::$env in rcube_output.php
f
top
Variable $fieldmap
rcube_ldap::$fieldmap in rcube_ldap.php
Variable $filter
rcube_ldap::$filter in rcube_ldap.php
Variable $first
rcube_result_set::$first in rcube_result_set.php
Variable $firstname
rcube_vcard::$firstname in rcube_vcard.php
Method first
rcube_result_set::first() in rcube_result_set.php
Function format_email
format_email() in bootstrap.php
Format e-mail address
Function format_email_recipient
format_email_recipient() in bootstrap.php
Compose a valid representation of name and e-mail address
Method factory
rcube_db::factory() in rcube_db.php
Factory, returns driver-specific instance of the class
Method fetch_array
rcube_db::fetch_array() in rcube_db.php
Get an index array for one row If no query handle is specified, the last query will be taken as reference
Method fetch_assoc
rcube_db::fetch_assoc() in rcube_db.php
Get an associative array for one row If no query handle is specified, the last query will be taken as reference
Method fromunixtime
rcube_db::fromunixtime() in rcube_db.php
Return SQL statement to convert from a unix timestamp
Variable $filename
rcube_message_part::$filename in rcube_message_part.php
Variable $flags
rcube_imap_cache::$flags in rcube_imap_cache.php
List of known flags. Thanks to this we can handle flag changes with good performance. Bad thing is we need to know used flags.
Variable $flags
rcube_imap_generic::$flags in rcube_imap_generic.php
Variable $flags
rcube_message_header::$flags in rcube_message_header.php
Message flags
Variable $folder
rcube_message::$folder in rcube_message.php
Variable $folder
rcube_storage::$folder in rcube_storage.php
Variable $from
rcube_message_header::$from in rcube_message_header.php
Message sender (From)
Method fetch
rcube_imap_generic::fetch() in rcube_imap_generic.php
FETCH command (RFC3501)
Method fetchHeader
rcube_imap_generic::fetchHeader() in rcube_imap_generic.php
Returns message data (flags, headers, etc.)
Method fetchHeaderIndex
rcube_imap_generic::fetchHeaderIndex() in rcube_imap_generic.php
Method fetchHeaders
rcube_imap_generic::fetchHeaders() in rcube_imap_generic.php
Returns message(s) data (flags, headers, etc.)
Method fetchMIMEHeaders
rcube_imap_generic::fetchMIMEHeaders() in rcube_imap_generic.php
Method fetchPartHeader
rcube_imap_generic::fetchPartHeader() in rcube_imap_generic.php
Method fetch_headers
rcube_imap::fetch_headers() in rcube_imap.php
Fetches messages headers (by UID)
Method fetch_threads
rcube_imap::fetch_threads() in rcube_imap.php
Method for fetching threads data
Method fetch_thread_headers
protected method for fetching threaded messages headers
Method file_content_type
A method to guess the mime_type of an attachment.
Method filter
rcube_result_index::filter() in rcube_result_index.php
Filters data set. Removes elements listed in $ids list.
Method filter
rcube_result_thread::filter() in rcube_result_thread.php
Filters data set. Removes threads not listed in $roots list.
Method filter_rights
rcube_imap::filter_rights() in rcube_imap.php
Filter the given list of folders according to access rights
Method first_html_part
Return the first HTML part of this message
Method first_text_part
Return the first text part of this message
Method flag
rcube_imap_generic::flag() in rcube_imap_generic.php
Sets flag of the message(s)
Method folder_attributes
Gets folder attributes from LIST response, e.g. \Noselect, \Noinferiors
Method folder_attributes
Gets folder attributes (from LIST response, e.g. \Noselect, \Noinferiors).
Method folder_data
rcube_storage::folder_data() in rcube_storage.php
Gets connection (and current folder) data: UIDVALIDITY, EXISTS, RECENT, PERMANENTFLAGS, UIDNEXT, UNSEEN
Method folder_data
rcube_imap::folder_data() in rcube_imap.php
Gets connection (and current folder) data: UIDVALIDITY, EXISTS, RECENT, PERMANENTFLAGS, UIDNEXT, UNSEEN
Method folder_exists
rcube_storage::folder_exists() in rcube_storage.php
Checks if folder exists and is subscribed
Method folder_exists
rcube_imap::folder_exists() in rcube_imap.php
Checks if folder exists and is subscribed
Method folder_info
rcube_imap::folder_info() in rcube_imap.php
Returns extended information about the folder
Method folder_info
rcube_storage::folder_info() in rcube_storage.php
Returns extended information about the folder.
Method folder_namespace
Returns the namespace where the folder is in
Method folder_namespace
Returns the namespace where the folder is in
Method folder_size
rcube_storage::folder_size() in rcube_storage.php
Get folder size (size of all messages in a folder)
Method folder_size
rcube_imap::folder_size() in rcube_imap.php
Get folder size (size of all messages in a folder)
Method folder_status
rcube_storage::folder_status() in rcube_storage.php
Returns current status of a folder (compared to the last time use)
Method folder_status
rcube_imap::folder_status() in rcube_imap.php
Returns current status of a folder (compared to the last time use)
Method folder_sync
rcube_storage::folder_sync() in rcube_storage.php
Synchronizes messages cache.
Method folder_sync
rcube_imap::folder_sync() in rcube_imap.php
Synchronizes messages cache.
Method format_flowed
rcube_message::format_flowed() in rcube_message.php
Method format_flowed
rcube_mime::format_flowed() in rcube_mime.php
Wrap the given text to comply with RFC 2646
Method from_array
rcube_message_header::from_array() in rcube_message_header.php
Factory method to instantiate headers from a data array
Method file2class
rcube_utils::file2class() in rcube_utils.php
Generate CSS classes from mimetype and filename extension
Method filter
rcube_content_filter::filter() in rcube_content_filter.php
Method found
rcube_spellchecker::found() in rcube_spellchecker.php
Number of mispellings found (after check)
Variable $fields_arr
Method future_expire_header
Send header with expire date 30 days in future
g
top
Variable $groups
rcube_addressbook::$groups in rcube_addressbook.php
Variable $groups
rcube_ldap::$groups in rcube_ldap.php
Variable $groups
rcube_contacts::$groups in rcube_contacts.php
Variable $group_id
rcube_ldap::$group_id in rcube_ldap.php
Variable $group_id
rcube_contacts::$group_id in rcube_contacts.php
Variable $group_id
rcube_addressbook::$group_id in rcube_addressbook.php
Method get_assoc
rcube_vcard::get_assoc() in rcube_vcard.php
Return vCard data as associative array to be unsed in Roundcube address books
Method get_col_values
rcube_addressbook::get_col_values() in rcube_addressbook.php
Utility function to return all values of a certain data column either as flat list or grouped by subtype
Method get_error
rcube_addressbook::get_error() in rcube_addressbook.php
Returns the last error occured (e.g. when updating/inserting failed)
Method get_group
rcube_addressbook::get_group() in rcube_addressbook.php
Get group properties such as name and email address(es)
Method get_group
rcube_contacts::get_group() in rcube_contacts.php
Get group properties such as name and email address(es)
Method get_group
rcube_ldap::get_group() in rcube_ldap.php
Get group properties such as name and email address(es)
Method get_name
rcube_ldap::get_name() in rcube_ldap.php
Returns address book name
Method get_name
rcube_contacts::get_name() in rcube_contacts.php
Returns addressbook name
Method get_name
rcube_addressbook::get_name() in rcube_addressbook.php
Returns addressbook name (e.g. for addressbooks listing)
Method get_record
rcube_ldap::get_record() in rcube_ldap.php
Get a specific contact record
Method get_record
rcube_contacts::get_record() in rcube_contacts.php
Get a specific contact record
Method get_record
rcube_addressbook::get_record() in rcube_addressbook.php
Get a specific contact record
Method get_record_groups
Get group assignments of a specific contact record
Method get_record_groups
Get group assignments of a specific contact record
Method get_record_groups
Get group assignments of a specific contact record
Method get_result
rcube_ldap::get_result() in rcube_ldap.php
Return the last result set
Method get_result
rcube_addressbook::get_result() in rcube_addressbook.php
Return the last result set
Method get_result
rcube_contacts::get_result() in rcube_contacts.php
Return the last result set
Method get_search_set
rcube_addressbook::get_search_set() in rcube_addressbook.php
Getter for saved search properties
Method get_search_set
Getter for saved search properties
Method get_search_set
rcube_contacts::get_search_set() in rcube_contacts.php
Getter for saved search properties
Method get
rcube_cache::get() in rcube_cache.php
Returns cached value.
Method gc
rcube_session::gc() in rcube_session.php
Execute registered garbage collector routines
Method get
rcube_config::get() in rcube_config.php
Getter for a specific config parameter
Method gettext
rcube::gettext() in rcube.php
Get localized text in the desired language
Method get_cache
rcube::get_cache() in rcube.php
Initialize and get cache object
Method get_crypto_key
rcube_config::get_crypto_key() in rcube_config.php
Return requested DES crypto key.
Method get_dbh
rcube::get_dbh() in rcube.php
Get the current database connection
Method get_error
rcube_config::get_error() in rcube_config.php
Getter for error state
Method get_identity
rcube_user::get_identity() in rcube_user.php
Get default identity of this user
Method get_instance
This implements the 'singleton' design pattern
Method get_ip
rcube_session::get_ip() in rcube_session.php
Getter for remote IP saved with this session
Method get_memcache
Get global handle for memcache access
Function get_offset_sec
get_offset_sec() in bootstrap.php
Returns number of seconds for a specified offset string.
Function get_offset_time
get_offset_time() in bootstrap.php
Create a unix timestamp with a specified offset from now.
Method get_prefs
rcube_user::get_prefs() in rcube_user.php
Get the preferences saved for this user
Method get_search
rcube_user::get_search() in rcube_user.php
Return saved search data.
Method get_storage
Initialize and get storage object
Method get_timezone
rcube_config::get_timezone() in rcube_config.php
Special getter for user's timezone offset including DST
Method get_username
rcube_user::get_username() in rcube_user.php
Build a user name string (as e-mail address)
Method get_user_email
Getter for logged user email (derived from user name not identity).
Method get_user_id
Getter for logged user ID.
Method get_user_language
Getter for logged user language code.
Method get_user_name
Getter for logged user name.
Method get_user_password
Getter for logged user password.
Method get_variable
rcube_db_pgsql::get_variable() in rcube_db_pgsql.php
Get database runtime variables
Method get_variable
rcube_db_mysql::get_variable() in rcube_db_mysql.php
Get database runtime variables
Method get_variable
rcube_db::get_variable() in rcube_db.php
Get database runtime variables
Method get_error
rcube_smtp::get_error() in rcube_smtp.php
Get error message
Method get_response
rcube_smtp::get_response() in rcube_smtp.php
Get server response messages array
Method gettext
rcube_plugin::gettext() in rcube_plugin.php
Wrapper for rcube::gettext() adding the plugin ID as domain
Method get_info
rcube_plugin_api::get_info() in rcube_plugin_api.php
Get information about a specific plugin.
Method get_instance
rcube_plugin_api::get_instance() in rcube_plugin_api.php
This implements the 'singleton' design pattern
Method get
rcube_message_header::get() in rcube_message_header.php
Returns header value
Method get
rcube_result_index::get() in rcube_result_index.php
Return all messages in the result.
Method get
rcube_result_thread::get() in rcube_result_thread.php
Return IDs of all messages in the result. Threaded data will be flattened.
Method getACL
rcube_imap_generic::getACL() in rcube_imap_generic.php
Send the GETACL command (RFC4314)
Method getAnnotation
rcube_imap_generic::getAnnotation() in rcube_imap_generic.php
Send the GETANNOTATION command (draft-daboo-imap-annotatemore)
Method getCapability
rcube_imap_generic::getCapability() in rcube_imap_generic.php
Capabilities checker
Method getHierarchyDelimiter
Detects hierarchy delimiter
Method getMetadata
rcube_imap_generic::getMetadata() in rcube_imap_generic.php
Send the GETMETADATA command (RFC5464)
Method getNamespace
rcube_imap_generic::getNamespace() in rcube_imap_generic.php
NAMESPACE handler (RFC 2342)
Method getQuota
rcube_imap_generic::getQuota() in rcube_imap_generic.php
Returns QUOTA information
Method getStructure
rcube_imap_generic::getStructure() in rcube_imap_generic.php
Returns BODYSTRUCTURE for the specified message.
Method getStructurePartArray
Method getStructurePartData
Returns data of a message part according to specified structure.
Method get_acl
rcube_imap::get_acl() in rcube_imap.php
Returns the access control list for folder (GETACL)
Method get_acl
rcube_storage::get_acl() in rcube_storage.php
Returns the access control list for a folder (GETACL).
Method get_body
rcube_storage::get_body() in rcube_storage.php
Fetch message body of a specific message from the server
Method get_cache
rcube_imap::get_cache() in rcube_imap.php
Returns cached value
Method get_cache
rcube_storage::get_cache() in rcube_storage.php
Returns cached value
Method get_cache_engine
Getter for IMAP cache object
Method get_capability
Returns the IMAP server's capability.
Method get_capability
rcube_storage::get_capability() in rcube_storage.php
Returns the storage server's (IMAP) capability
Method get_charset
rcube_mime::get_charset() in rcube_mime.php
Returns message/object character set name
Method get_compressed
rcube_result_index::get_compressed() in rcube_result_index.php
Return all messages in the result.
Method get_compressed
rcube_result_thread::get_compressed() in rcube_result_thread.php
Return all messages in the result.
Method get_element
rcube_result_index::get_element() in rcube_result_index.php
Return result element at specified index
Method get_element
rcube_result_thread::get_element() in rcube_result_thread.php
Return result element at specified index (all messages, not roots)
Method get_error_code
rcube_storage::get_error_code() in rcube_storage.php
Returns code of last error
Method get_error_code
Returns code of last error
Method get_error_str
rcube_storage::get_error_str() in rcube_storage.php
Returns message of last error
Method get_error_str
rcube_imap::get_error_str() in rcube_imap.php
Returns text of last error
Method get_fetch_headers
Get message header names for rcube_imap_generic::fetchHeader(s)
Method get_folder
rcube_storage::get_folder() in rcube_storage.php
Returns the currently used folder name
Method get_folder_stats
Gets folder statistic data
Method get_header
rcube_message::get_header() in rcube_message.php
Return a (decoded) message header
Method get_headers
rcube_imap::get_headers() in rcube_imap.php
Method get_hierarchy_delimiter
Returns the delimiter that is used by the IMAP server for folder separation
Method get_hierarchy_delimiter
Returns the delimiter that is used by the server for folder hierarchy separation.
Method get_index
rcube_imap_cache::get_index() in rcube_imap_cache.php
Return (sorted) messages index (UIDs).
Method get_mailbox_name
Method get_mailbox_size
Method get_mcache_engine
Getter for messages cache object
Method get_message
rcube_storage::get_message() in rcube_storage.php
Fetch message headers and body structure from the server and build an object structure similar to the one generated by PEAR::Mail_mimeDecode
Method get_message
rcube_imap::get_message() in rcube_imap.php
Fetch message headers and body structure from the IMAP server and build an object structure similar to the one generated by PEAR::Mail_mimeDecode
Method get_message
rcube_imap_cache::get_message() in rcube_imap_cache.php
Returns message data.
Method get_messages
rcube_imap_cache::get_messages() in rcube_imap_cache.php
Returns list of messages (headers). See rcube_imap::fetch_headers().
Method get_message_headers
Return message headers object of a specific message
Method get_message_headers
Return message headers object of a specific message
Method get_message_part
Fetch message body of a specific message from the server
Method get_message_part
Fetch message body of a specific message from the server
Method get_metadata
rcube_storage::get_metadata() in rcube_storage.php
Returns folder metadata/annotations (GETMETADATA/GETANNOTATION).
Method get_metadata
rcube_imap::get_metadata() in rcube_imap.php
Returns IMAP metadata/annotations (GETMETADATA/GETANNOTATION)
Method get_mime_extensions
Get mimetype => file extension mapping
Method get_namespace
rcube_storage::get_namespace() in rcube_storage.php
Get namespace
Method get_namespace
rcube_imap::get_namespace() in rcube_imap.php
Get namespace
Method get_page
rcube_storage::get_page() in rcube_storage.php
Gets internal list page number.
Method get_pagesize
rcube_storage::get_pagesize() in rcube_storage.php
Get internal page size
Method get_parameters
rcube_result_index::get_parameters() in rcube_result_index.php
Returns response parameters, e.g. ESEARCH's MIN/MAX/COUNT/ALL/MODSEQ or internal data e.g. MAILBOX, ORDER
Method get_parameters
rcube_result_thread::get_parameters() in rcube_result_thread.php
Returns response parameters e.g. MAILBOX, ORDER
Method get_part_content
Get content of a specific part of this message
Method get_part_url
rcube_message::get_part_url() in rcube_message.php
Compose a valid URL for getting a message part
Method get_permflags
rcube_imap::get_permflags() in rcube_imap.php
Returns PERMANENTFLAGS of the specified folder
Method get_quota
rcube_storage::get_quota() in rcube_storage.php
Get mailbox quota information.
Method get_quota
rcube_imap::get_quota() in rcube_imap.php
Get mailbox quota information added by Nuny
Method get_raw_body
rcube_storage::get_raw_body() in rcube_storage.php
Returns the whole message source as string (or saves to a file)
Method get_raw_body
rcube_imap::get_raw_body() in rcube_imap.php
Returns the whole message source as string (or saves to a file)
Method get_raw_headers
Returns the message headers as string
Method get_raw_headers
Returns the message headers as string
Method get_response_code
Returns code of last command response
Method get_response_code
Returns code of last command response
Method get_search_set
Return the saved search set as hash array
Method get_search_set
rcube_storage::get_search_set() in rcube_storage.php
Return the saved search set.
Method get_thread
rcube_imap_cache::get_thread() in rcube_imap_cache.php
Return messages thread.
Method get_threading
rcube_storage::get_threading() in rcube_storage.php
Get current threading flag.
Method get_thread_data
rcube_result_thread::get_thread_data() in rcube_result_thread.php
Returns thread depth and children data
Method get_tree
rcube_result_thread::get_tree() in rcube_result_thread.php
Returns data as tree
Method get
rcube_spellchecker::get() in rcube_spellchecker.php
Returns checking result (misspelled words with suggestions)
Method get_boolean
rcube_utils::get_boolean() in rcube_utils.php
Find out if the string content means true or false
Method get_config
rcube_washtml::get_config() in rcube_washtml.php
Getter for config parameters
Method get_input_value
Read input value and convert it for internal use Performs stripslashes() and charset conversion if necessary
Method get_opt
rcube_utils::get_opt() in rcube_utils.php
Parse commandline arguments into a hash array
Method get_replacement
rcube_string_replacer::get_replacement() in rcube_string_replacer.php
Build replacement string
Method get_suggestions
rcube_spellchecker::get_suggestions() in rcube_spellchecker.php
Returns suggestions for the specified word
Method get_text
rcube_html2text::get_text() in rcube_html2text.php
Returns the text, converted from HTML.
Method get_words
rcube_spellchecker::get_words() in rcube_spellchecker.php
Returns misspelled words
Method get_xml
rcube_spellchecker::get_xml() in rcube_spellchecker.php
Returns checking result in XML (Googiespell) format
Class Constant GOOGLE_HOST
rcube_spellchecker::GOOGLE_HOST in rcube_spellchecker.php
Class Constant GOOGLE_PORT
rcube_spellchecker::GOOGLE_PORT in rcube_spellchecker.php
Method get_charset
rcube_output::get_charset() in rcube_output.php
Getter for output charset
Method get_edit_field
rcube_output::get_edit_field() in rcube_output.php
Create an edit field for inclusion on a form
Method get_env
rcube_output::get_env() in rcube_output.php
Environment variable getter.
Method get_row_attribs
Get row attributes
h
top
Method header_delimiter
Try to autodetect operating system and find the correct line endings
Class html2text
html2text in bc.php
Converts HTML to formatted plain text
Variable $handlers
rcube_plugin_api::$handlers in rcube_plugin_api.php
Variable $home
rcube_plugin::$home in rcube_plugin.php
Variable $headers
rcube_message_part::$headers in rcube_message_part.php
Part headers
Variable $headers
rcube_message::$headers in rcube_message.php
Method handlePartBody
rcube_imap_generic::handlePartBody() in rcube_imap_generic.php
Method has_html_part
rcube_message::has_html_part() in rcube_message.php
Determine if the message contains a HTML part. This must to be
Method has_text_part
rcube_message::has_text_part() in rcube_message.php
Determine if the message contains a text/plain part. This must to be a real part not an attachment (or its part)
Variable $html
rcube_html2text::$html in rcube_html2text.php
Contains the HTML content to convert.
Variable $html_attribs
rcube_washtml::$html_attribs in rcube_washtml.php
Variable $html_elements
rcube_washtml::$html_elements in rcube_washtml.php
Method html_identifier
Convert the given string into a valid HTML identifier
Method html_tag_callback
Callback function for HTML tags fixing
Method https_check
rcube_utils::https_check() in rcube_utils.php
Check if working in SSL mode
Class html
html in html.php
Class for HTML code creation
Class html_checkbox
html_checkbox in html.php
Class to create HTML checkboxes
Class html_hiddenfield
html_hiddenfield in html.php
Class to create an hidden HTML input field
Class html_inputfield
html_inputfield in html.php
Class to create an HTML input field
Class html_passwordfield
html_passwordfield in html.php
Class to create an HTML password field
Class html_radiobutton
html_radiobutton in html.php
Class to create HTML radio buttons
Class html_select
html_select in html.php
Builder for HTML drop-down menus
Class html_table
html_table in html.php
Class to build an HTML table
Class html_textarea
html_textarea in html.php
Class to create an HTML textarea
Page html.php
html.php in html.php
i
top
Method import
rcube_vcard::import() in rcube_vcard.php
Factory method to import a vcard file
Method import
rcube_csv2vcard::import() in rcube_csv2vcard.php
Method insert
rcube_contacts::insert() in rcube_contacts.php
Create a new contact record
Method insert
rcube_ldap::insert() in rcube_ldap.php
Create a new contact record
Method insert
rcube_addressbook::insert() in rcube_addressbook.php
Create a new contact record
Method insertMultiple
rcube_addressbook::insertMultiple() in rcube_addressbook.php
Create new contact records for every item in the record set
Method iterate
rcube_result_set::iterate() in rcube_result_set.php
Variable $ID
rcube_user::$ID in rcube_user.php
Variable $instance
rcube::$instance in rcube.php
Singleton instace of rcube
Function idn_to_ascii
idn_to_ascii() in bootstrap.php
Function idn_to_utf8
idn_to_utf8() in bootstrap.php
intl replacement functions
Method init
rcube::init() in rcube.php
Initial startup function
Class Constant INIT_WITH_DB
rcube::INIT_WITH_DB in rcube.php
Class Constant INIT_WITH_PLUGINS
Method insert_identity
Create a new identity record linked with this user
Method insert_search
rcube_user::insert_search() in rcube_user.php
Create a new saved search record linked with this user
Function in_array_nocase
in_array_nocase() in bootstrap.php
Similar function as in_array() but case-insensitive
Function is_ascii
is_ascii() in bootstrap.php
Check if a string contains only ascii characters
Method ilike
rcube_db::ilike() in rcube_db.php
Return SQL statement for case insensitive LIKE
Method ilike
rcube_db_pgsql::ilike() in rcube_db_pgsql.php
Return SQL statement for case insensitive LIKE
Method init
rcube_db_mssql::init() in rcube_db_mssql.php
Driver initialization
Method init
rcube_db_mysql::init() in rcube_db_mysql.php
Driver initialization/configuration
Method init
rcube_db_sqlsrv::init() in rcube_db_sqlsrv.php
Driver initialization
Method init
rcube_db::init() in rcube_db.php
Initialization of the object with driver specific code
Method insert_id
rcube_db::insert_id() in rcube_db.php
Get last inserted record ID
Method insert_id
rcube_db_pgsql::insert_id() in rcube_db_pgsql.php
Get last inserted record ID
Method is_connected
rcube_db::is_connected() in rcube_db.php
Connection state checker
Method is_error
rcube_db::is_error() in rcube_db.php
Getter for error state
Method is_replicated
Is database replication configured?
Variable $ID
rcube_plugin::$ID in rcube_plugin.php
Class name of the plugin instance
Variable $instance
rcube_plugin_api::$instance in rcube_plugin_api.php
Method include_script
rcube_plugin::include_script() in rcube_plugin.php
Make this javascipt file available on the client
Method include_script
rcube_plugin_api::include_script() in rcube_plugin_api.php
Include a plugin script file in the current HTML page
Method include_stylesheet
Make this stylesheet available on the client
Method include_stylesheet
Include a plugin stylesheet in the current HTML page
Method info
rcube_plugin::info() in rcube_plugin.php
Provide information about this
Method init
rcube_plugin_api::init() in rcube_plugin_api.php
Initialize plugin engine
Method init
rcube_plugin::init() in rcube_plugin.php
Initialization method, needs to be implemented by the plugin itself
Method is_plugin_task
rcube_plugin_api::is_plugin_task() in rcube_plugin_api.php
Checks whether the given task is registered by a plugin
Method is_processing
rcube_plugin_api::is_processing() in rcube_plugin_api.php
Check if a plugin hook is currently processing.
Variable $icache
rcube_imap::$icache in rcube_imap.php
Internal (in-memory) cache
Variable $id
rcube_message_header::$id in rcube_message_header.php
Message sequence number
Variable $inline_parts
rcube_message::$inline_parts in rcube_message.php
Variable $internaldate
rcube_message_header::$internaldate in rcube_message_header.php
IMAP internal date
Variable $in_reply_to
rcube_message_header::$in_reply_to in rcube_message_header.php
Message In-Reply-To header
Variable $is_safe
rcube_message::$is_safe in rcube_message.php
Method id
rcube_imap_generic::id() in rcube_imap_generic.php
Executes ID command (RFC2971)
Method id2uid
rcube_imap::id2uid() in rcube_imap.php
Find UID of the specified message sequence ID
Method ID2UID
rcube_imap_generic::ID2UID() in rcube_imap_generic.php
Returns message unique identifier (UID)
Method image_content_type
Detect image type of the given binary data by checking magic numbers.
Method index
rcube_storage::index() in rcube_storage.php
Return sorted list of message UIDs
Method index
rcube_imap::index() in rcube_imap.php
Return sorted list of message UIDs
Method index
rcube_imap_generic::index() in rcube_imap_generic.php
Simulates SORT command by using FETCH and sorting.
Method index_direct
rcube_imap::index_direct() in rcube_imap.php
Return sorted list of message UIDs ignoring current search settings.
Method init
rcube_result_thread::init() in rcube_result_thread.php
Initializes object with IMAP command response
Method init
rcube_result_index::init() in rcube_result_index.php
Initializes object with SORT command response
Method intersect
rcube_result_index::intersect() in rcube_result_index.php
Filters data set. Removes elements not listed in $ids list.
Class Constant INUSE
rcube_storage::INUSE in rcube_storage.php
Method is_attachment
rcube_message::is_attachment() in rcube_message.php
Checks if part of the message is an attachment (or part of it)
Method is_connected
rcube_storage::is_connected() in rcube_storage.php
Checks connection state.
Method is_connected
rcube_imap::is_connected() in rcube_imap.php
Checks IMAP connection.
Method is_empty
rcube_result_index::is_empty() in rcube_result_index.php
Checks if the result is empty
Method is_empty
rcube_result_thread::is_empty() in rcube_result_thread.php
Checks if the result is empty
Method is_error
rcube_result_index::is_error() in rcube_result_index.php
Checks the result from IMAP command
Method is_error
rcube_result_thread::is_error() in rcube_result_thread.php
Checks the result from IMAP command
Variable $ignore_elements
rcube_washtml::$ignore_elements in rcube_washtml.php
Method idn_convert
rcube_utils::idn_convert() in rcube_utils.php
Method idn_to_ascii
rcube_utils::idn_to_ascii() in rcube_utils.php
Method idn_to_utf8
rcube_utils::idn_to_utf8() in rcube_utils.php
Class Constant INPUT_GET
rcube_utils::INPUT_GET in rcube_utils.php
Class Constant INPUT_GPC
rcube_utils::INPUT_GPC in rcube_utils.php
Class Constant INPUT_POST
rcube_utils::INPUT_POST in rcube_utils.php
Method is_exception
rcube_spellchecker::is_exception() in rcube_spellchecker.php
Check if the specified word is an exception accoring to spellcheck options.
Method iframe
html::iframe() in html.php
Derrived method to create <iframe></iframe>
Method img
html::img() in html.php
Derrived method to create <img />
j
top
Method JQ
rcube::JQ() in rcube.php
Quote a given string for javascript output.
Method json_serialize
rcube_output::json_serialize() in rcube_output.php
Convert a variable into a javascript object notation
k
top
Method key
rcube_result_set::key() in rcube_result_set.php
Method kill
rcube_session::kill() in rcube_session.php
Kill this session
l
top
Variable $label_map
rcube_csv2vcard::$label_map in rcube_csv2vcard.php
CSV label to text mapping for English
Variable $ldap_result
rcube_ldap::$ldap_result in rcube_ldap.php
Variable $list_page
rcube_addressbook::$list_page in rcube_addressbook.php
Variable $list_page
rcube_contacts::$list_page in rcube_contacts.php
Variable $local_label_map
rcube_csv2vcard::$local_label_map in rcube_csv2vcard.php
Method ldap_add
rcube_ldap::ldap_add() in rcube_ldap.php
Wrapper for ldap_add()
Method ldap_delete
rcube_ldap::ldap_delete() in rcube_ldap.php
Wrapper for ldap_delete()
Method ldap_list
rcube_ldap::ldap_list() in rcube_ldap.php
Wrapper for ldap_list()
Method ldap_mod_add
rcube_ldap::ldap_mod_add() in rcube_ldap.php
Wrapper for ldap_mod_add()
Method ldap_mod_del
rcube_ldap::ldap_mod_del() in rcube_ldap.php
Wrapper for ldap_mod_del()
Method ldap_mod_replace
Wrapper for ldap_mod_replace()
Method ldap_rename
rcube_ldap::ldap_rename() in rcube_ldap.php
Wrapper for ldap_rename()
Method list_groups
rcube_ldap::list_groups() in rcube_ldap.php
List all active contact groups of this source
Method list_groups
rcube_addressbook::list_groups() in rcube_addressbook.php
List all active contact groups of this source
Method list_groups
rcube_contacts::list_groups() in rcube_contacts.php
List all active contact groups of this source
Method list_group_members
Get all members of the given group
Method list_records
rcube_ldap::list_records() in rcube_ldap.php
List the current set of contact records
Method list_records
rcube_contacts::list_records() in rcube_contacts.php
List the current set of contact records
Method list_records
rcube_addressbook::list_records() in rcube_addressbook.php
List the current set of contact records
Method load
rcube_vcard::load() in rcube_vcard.php
Load record from (internal, unfolded) vcard 3.0 format
Variable $language
rcube_user::$language in rcube_user.php
Method language_prop
Check the given string and return a valid language code
Method list_identities
Return a list of all identities linked with this user
Method list_languages
Read directory program/localization and return a list of available languages
Method list_searches
rcube_user::list_searches() in rcube_user.php
Return a list of saved searches linked with this user
Method load_from_file
rcube_config::load_from_file() in rcube_config.php
Read configuration from a file and merge with the already stored config values
Method load_language
Load a localization package
Method log
rcube_session::log() in rcube_session.php
Writes debug information to the log
Method log_bug
rcube::log_bug() in rcube.php
Report error according to configured debug_level
Variable $last_result
rcube_db::$last_result in rcube_db.php
Method limitquery
rcube_db::limitquery() in rcube_db.php
Execute a SQL query with limits
Method list_cols
rcube_db_sqlite::list_cols() in rcube_db_sqlite.php
Returns list of columns in database table
Method list_cols
rcube_db::list_cols() in rcube_db.php
Returns list of columns in database table
Method list_tables
rcube_db_sqlite::list_tables() in rcube_db_sqlite.php
Returns list of tables in database
Method list_tables
rcube_db::list_tables() in rcube_db.php
Returns list of tables in a database
Method loaded_plugins
rcube_plugin_api::loaded_plugins() in rcube_plugin_api.php
Returns list of loaded plugins names
Method load_config
rcube_plugin::load_config() in rcube_plugin.php
Load local config file from plugins directory.
Method load_plugin
rcube_plugin_api::load_plugin() in rcube_plugin_api.php
Load the specified plugin
Method load_plugins
rcube_plugin_api::load_plugins() in rcube_plugin_api.php
Load and init all enabled plugins
Method local_skin_path
Provide path to the currently selected skin folder within the plugin directory with a fallback to the default skin folder.
Variable $list_page
rcube_imap::$list_page in rcube_imap.php
Method length
rcube_result_index::length() in rcube_result_index.php
Returns length of internal data representation
Method listMailboxes
rcube_imap_generic::listMailboxes() in rcube_imap_generic.php
Returns list of mailboxes
Method listRights
rcube_imap_generic::listRights() in rcube_imap_generic.php
Send the LISTRIGHTS command (RFC4314)
Method listSubscribed
rcube_imap_generic::listSubscribed() in rcube_imap_generic.php
Returns list of subscribed mailboxes
Method list_folders
rcube_storage::list_folders() in rcube_storage.php
Get a list of all folders available on the server.
Method list_folders
rcube_imap::list_folders() in rcube_imap.php
Get a list of all folders available on the server
Method list_folders_direct
Method for direct folders listing (LIST)
Method list_folders_subscribed
Get a list of subscribed folders.
Method list_folders_subscribed
Public method for listing subscribed folders.
Method list_folders_subscribed_direct
Method for direct folders listing (LSUB)
Method list_headers
rcube_imap::list_headers() in rcube_imap.php
Method list_mailboxes
Method list_messages
rcube_imap::list_messages() in rcube_imap.php
Public method for listing headers
Method list_messages
rcube_storage::list_messages() in rcube_storage.php
Public method for listing headers.
Method list_rights
rcube_imap::list_rights() in rcube_imap.php
Returns information about what rights can be granted to the user (identifier) in the ACL for the folder (LISTRIGHTS)
Method list_rights
rcube_storage::list_rights() in rcube_storage.php
Returns information about what rights can be granted to the user (identifier) in the ACL for the folder (LISTRIGHTS).
Method list_search_messages
protected method for listing a set of message headers (search results)
Method list_search_thread_messages
protected method for listing a set of threaded message headers (search results)
Method list_thread_messages
protected method for listing message headers using threads
Method list_unsubscribed
Method login
rcube_imap_generic::login() in rcube_imap_generic.php
LOGIN Authentication
Variable $link_pattern
rcube_string_replacer::$link_pattern in rcube_string_replacer.php
Method link_callback
rcube_string_replacer::link_callback() in rcube_string_replacer.php
Callback function used to build HTML links around URL strings
Variable $lc_tags
html::$lc_tags in html.php
Method label
html::label() in html.php
Derrived method for form element labels
m
top
Variable $mail_domain
rcube_ldap::$mail_domain in rcube_ldap.php
Variable $map
rcube_csv2vcard::$map in rcube_csv2vcard.php
Variable $middlename
rcube_vcard::$middlename in rcube_vcard.php
Variable $memcache
rcube::$memcache in rcube.php
Instace of Memcache class.
Method mail_domain
rcube_config::mail_domain() in rcube_config.php
Return the mail domain configured for the given host
Function mb_strlen
mb_strlen() in bootstrap.php
mbstring replacement functions
Function mb_strpos
mb_strpos() in bootstrap.php
Function mb_strrpos
mb_strrpos() in bootstrap.php
Function mb_strtolower
mb_strtolower() in bootstrap.php
Function mb_strtoupper
mb_strtoupper() in bootstrap.php
Function mb_substr
mb_substr() in bootstrap.php
Method mc_destroy
rcube_session::mc_destroy() in rcube_session.php
Handler for session_destroy() with memcache backend
Method mc_read
rcube_session::mc_read() in rcube_session.php
Read session data from memcache
Method mc_write
rcube_session::mc_write() in rcube_session.php
Save session data.
Method memcache_failure
Callback for memcache failure
Method merge
rcube_config::merge() in rcube_config.php
Override config options with the given values (eg. user prefs)
Variable $mailbox
rcube_result_thread::$mailbox in rcube_result_thread.php
Variable $mailbox
rcube_result_index::$mailbox in rcube_result_index.php
Variable $mcache
rcube_imap::$mcache in rcube_imap.php
Instance of rcube_imap_cache
Variable $mdn_to
rcube_message_header::$mdn_to in rcube_message_header.php
Message receipt recipient
Variable $messageID
rcube_message_header::$messageID in rcube_message_header.php
Message identifier (Message-ID)
Variable $messages_caching
Variable $meta
rcube_result_index::$meta in rcube_result_index.php
Variable $meta
rcube_result_thread::$meta in rcube_result_thread.php
Variable $mimetype
rcube_message_part::$mimetype in rcube_message_part.php
Complete content type
Variable $mime_id
rcube_message_part::$mime_id in rcube_message_part.php
Part MIME identifier
Variable $mime_parts
rcube_message::$mime_parts in rcube_message.php
Variable $msg_headers
rcube_imap::$msg_headers in rcube_imap.php
Method mailbox_attributes
Method mailbox_data
rcube_imap::mailbox_data() in rcube_imap.php
Method mailbox_exists
Method mailbox_info
rcube_imap::mailbox_info() in rcube_imap.php
Method mailbox_namespace
Method mailbox_status
Method mailbox_sync
rcube_imap::mailbox_sync() in rcube_imap.php
Method max
rcube_result_thread::max() in rcube_result_thread.php
Returns maximum message identifier in the result
Method max
rcube_result_index::max() in rcube_result_index.php
Returns maximal message identifier in the result
Method md2annotate
rcube_imap::md2annotate() in rcube_imap.php
Converts the METADATA extension entry name into the correct entry-attrib names for older ANNOTATEMORE version.
Method message_index
rcube_imap::message_index() in rcube_imap.php
Method message_index_direct
Method mime_decode
rcube_imap::mime_decode() in rcube_imap.php
Method min
rcube_result_index::min() in rcube_result_index.php
Returns minimal message identifier in the result
Method min
rcube_result_thread::min() in rcube_result_thread.php
Returns minimum message identifier in the result
Method mod_folder
rcube_imap::mod_folder() in rcube_imap.php
Modify folder name according to namespace.
Method mod_folder
rcube_storage::mod_folder() in rcube_storage.php
Modify folder name according to namespace.
Method mod_mailbox
rcube_imap::mod_mailbox() in rcube_imap.php
Method move
rcube_imap_generic::move() in rcube_imap_generic.php
Moves message(s) from one folder to another.
Method move_message
rcube_imap::move_message() in rcube_imap.php
Move a message from one folder to another
Method move_message
rcube_storage::move_message() in rcube_storage.php
Move message(s) from one folder to another.
Method multLine
rcube_imap_generic::multLine() in rcube_imap_generic.php
Reads more data from the connection stream when provided data contain string literal
Method myRights
rcube_imap_generic::myRights() in rcube_imap_generic.php
Send the MYRIGHTS command (RFC4314)
Method my_rights
rcube_storage::my_rights() in rcube_storage.php
Returns the set of rights that the current user has to a folder (MYRIGHTS).
Method my_rights
rcube_imap::my_rights() in rcube_imap.php
Returns the set of rights that the current user has to folder (MYRIGHTS)
Variable $mailto_pattern
rcube_string_replacer::$mailto_pattern in rcube_string_replacer.php
Method mailto_callback
rcube_string_replacer::mailto_callback() in rcube_string_replacer.php
Callback function used to build mailto: links around e-mail strings
Class Constant MAX_SUGGESTIONS
rcube_spellchecker::MAX_SUGGESTIONS in rcube_spellchecker.php
Method mem_check
rcube_utils::mem_check() in rcube_utils.php
Check if we can process not exceeding memory_limit
Method mod_css_styles
Replace all css definitions with #container [def] and remove css-inlined scripting
n
top
Variable $name
rcube_contacts::$name in rcube_contacts.php
Variable $nickname
rcube_vcard::$nickname in rcube_vcard.php
Method next
rcube_result_set::next() in rcube_result_set.php
Method normalize_string
rcube_addressbook::normalize_string() in rcube_addressbook.php
Normalize the given string for fulltext search.
Method now
rcube_db_mssql::now() in rcube_db_mssql.php
Return SQL function for current time and date
Method now
rcube_db::now() in rcube_db.php
Return SQL function for current time and date
Method now
rcube_db_sqlsrv::now() in rcube_db_sqlsrv.php
Return SQL function for current time and date
Method num_rows
rcube_db::num_rows() in rcube_db.php
Get number of rows for a SQL query If no query handle is specified, the last query will be taken as reference
Variable $noajax
rcube_plugin::$noajax in rcube_plugin.php
Disables plugin in AJAX requests
Variable $noframe
rcube_plugin::$noframe in rcube_plugin.php
Disables plugin in framed mode
Variable $namespace
rcube_imap::$namespace in rcube_imap.php
Method nextTag
rcube_imap_generic::nextTag() in rcube_imap_generic.php
Creates next command identifier (tag)
Class Constant NONEXISTENT
rcube_storage::NONEXISTENT in rcube_storage.php
Class Constant NOPERM
rcube_storage::NOPERM in rcube_storage.php
Method normalize_string
Normalize the given string for fulltext search.
Method nocacheing_headers
Send HTTP headers to prevent caching a page
o
top
Variable $organization
rcube_vcard::$organization in rcube_vcard.php
Variable $output
rcube::$output in rcube.php
Instance of rcube_output class.
Method open
rcube_session::open() in rcube_session.php
Variable $options
rcube_db::$options in rcube_db.php
Variable $objectsmap
rcube_plugin_api::$objectsmap in rcube_plugin_api.php
Variable $output
rcube_plugin_api::$output in rcube_plugin_api.php
Variable $options
rcube_imap::$options in rcube_imap.php
Variable $options
rcube_storage::$options in rcube_storage.php
Variable $order
rcube_result_thread::$order in rcube_result_thread.php
Variable $order
rcube_result_index::$order in rcube_result_index.php
Variable $others
rcube_message_header::$others in rcube_message_header.php
Other message headers
Class Constant OVERQUOTA
rcube_storage::OVERQUOTA in rcube_storage.php
Method onCreate
rcube_content_filter::onCreate() in rcube_content_filter.php
Variable $options
p
top
Variable $page_size
rcube_addressbook::$page_size in rcube_addressbook.php
Variable $page_size
rcube_contacts::$page_size in rcube_contacts.php
Variable $primary_key
rcube_ldap::$primary_key in rcube_ldap.php
public properties
Variable $primary_key
rcube_contacts::$primary_key in rcube_contacts.php
Variable $primary_key
rcube_addressbook::$primary_key in rcube_addressbook.php
public properties (mandatory)
Variable $prop
rcube_ldap::$prop in rcube_ldap.php
Method parse_header
rcube_csv2vcard::parse_header() in rcube_csv2vcard.php
Parse CSV header line, detect fields mapping
Method parse_line
rcube_csv2vcard::parse_line() in rcube_csv2vcard.php
Parse CSV file line
Variable $plugins
rcube::$plugins in rcube.php
Instance of rcube_plugin_api.
Function parse_bytes
parse_bytes() in bootstrap.php
Parse a human readable string for a number of bytes.
Method parse_charset
rcube_charset::parse_charset() in rcube_charset.php
Parse and validate charset name string (see #1485758).
Method print_timer
Logs time difference according to provided timer
Method parse_dsn
rcube_db::parse_dsn() in rcube_db.php
MDB2 DSN string parser
Variable $plugins
rcube_plugin_api::$plugins in rcube_plugin_api.php
Variable $page_size
rcube_storage::$page_size in rcube_storage.php
Variable $params
rcube_result_index::$params in rcube_result_index.php
Variable $parts
rcube_message::$parts in rcube_message.php
Variable $priority
rcube_message_header::$priority in rcube_message_header.php
Message priority (X-Priority)
Method parseResult
rcube_imap_generic::parseResult() in rcube_imap_generic.php
Response parser.
Method parse_headers
rcube_mime::parse_headers() in rcube_mime.php
Split RFC822 header string into an associative array
Method parse_message
rcube_mime::parse_message() in rcube_mime.php
Parse the given raw message source and return a structure of rcube_message_part objects.
Method parse_thread
rcube_result_thread::parse_thread() in rcube_result_thread.php
IMAP THREAD response parser
Method parse_uids
rcube_storage::parse_uids() in rcube_storage.php
Parse message UIDs input
Method print_raw_body
rcube_storage::print_raw_body() in rcube_storage.php
Sends the whole message source to stdout
Method print_raw_body
Sends the whole message source to stdout
Method putLine
rcube_imap_generic::putLine() in rcube_imap_generic.php
Send simple (one line) command to the connection stream
Method putLineC
rcube_imap_generic::putLineC() in rcube_imap_generic.php
Send command to the connection stream with Command Continuation Requests (RFC3501 7.5) and LITERAL+ (RFC2088) support
Variable $pattern
rcube_string_replacer::$pattern in rcube_string_replacer.php
Variable $pre_replace
rcube_html2text::$pre_replace in rcube_html2text.php
List of pattern replacements corresponding to patterns searched for PRE body.
Variable $pre_search
rcube_html2text::$pre_search in rcube_html2text.php
List of preg* regular expression patterns to search for in PRE body, used in conjunction with $pre_replace.
Method parse_host
rcube_utils::parse_host() in rcube_utils.php
Replaces hostname variables.
Method parse_input_value
Parse/validate input value. See self::get_input_value() Performs stripslashes() and charset conversion if necessary
Method parse_url_brackets
rcube_string_replacer::parse_url_brackets() in rcube_string_replacer.php
Fixes bracket characters in URL handling
Method pre_preg_callback
Callback function for preg_replace_callback use in PRE content handler.
Method print_text
rcube_html2text::print_text() in rcube_html2text.php
Prints the text, converted from HTML.
Method prompt_silent
rcube_utils::prompt_silent() in rcube_utils.php
Safe password prompt for command line from http://blogs.sitepoint.com/2009/05/01/interactive-cli-password-prompt-in-php/
Method props
rcube_image::props() in rcube_image.php
Get image properties.
Method p
html::p() in html.php
Derrived method for <p> blocks
Method parse_attrib_string
Convert a HTML attribute string attributes to an associative array (name => value)
q
top
Method Q
rcube::Q() in rcube.php
Quote a given string.
Method query
rcube_user::query() in rcube_user.php
Find a user record matching the given name and host
Method query
rcube_db::query() in rcube_db.php
Execute a SQL query
Method quote
rcube_db::quote() in rcube_db.php
Formats input so it can be safely used in a query
Method quoteIdentifier
Quotes a string so it can be safely used as a table or column name
Method quote_identifier
Quotes a string so it can be safely used as a table or column name
Method quote
html::quote() in html.php
Replacing specials characters in html attribute value
r
top
Variable $readonly
rcube_contacts::$readonly in rcube_contacts.php
Variable $readonly
rcube_addressbook::$readonly in rcube_addressbook.php
Variable $readonly
rcube_ldap::$readonly in rcube_ldap.php
Variable $ready
rcube_contacts::$ready in rcube_contacts.php
Variable $ready
rcube_addressbook::$ready in rcube_addressbook.php
Variable $ready
rcube_ldap::$ready in rcube_ldap.php
Variable $records
rcube_result_set::$records in rcube_result_set.php
Variable $result
rcube_ldap::$result in rcube_ldap.php
Page rcube_addressbook.php
rcube_addressbook.php in rcube_addressbook.php
Page rcube_contacts.php
rcube_contacts.php in rcube_contacts.php
Page rcube_csv2vcard.php
rcube_csv2vcard.php in rcube_csv2vcard.php
Page rcube_ldap.php
rcube_ldap.php in rcube_ldap.php
Page rcube_result_set.php
rcube_result_set.php in rcube_result_set.php
Page rcube_vcard.php
rcube_vcard.php in rcube_vcard.php
Class rcube_addressbook
rcube_addressbook in rcube_addressbook.php
Abstract skeleton of an address book/repository
Class rcube_contacts
rcube_contacts in rcube_contacts.php
Model class for the local address book database
Class rcube_csv2vcard
rcube_csv2vcard in rcube_csv2vcard.php
CSV to vCard data converter
Class rcube_ldap
rcube_ldap in rcube_ldap.php
Model class to access an LDAP address directory
Class rcube_result_set
rcube_result_set in rcube_result_set.php
Roundcube result set class
Class rcube_vcard
rcube_vcard in rcube_vcard.php
Logical representation of a vcard-based address record Provides functions to parse and export vCard data format
Method refresh_search
rcube_addressbook::refresh_search() in rcube_addressbook.php
Refresh saved search set after data has changed
Method remove_from_group
Remove the given contact records from a certain group
Method remove_from_group
Remove the given contact records from a certain group
Method remove_from_group
Remove the given contact records from a certain group
Method rename_group
rcube_contacts::rename_group() in rcube_contacts.php
Rename a specific contact group
Method rename_group
rcube_addressbook::rename_group() in rcube_addressbook.php
Rename a specific contact group
Method rename_group
rcube_ldap::rename_group() in rcube_ldap.php
Rename a specific contact group
Method reset
rcube_vcard::reset() in rcube_vcard.php
Clear the given fields in the loaded vcard data
Method reset
rcube_ldap::reset() in rcube_ldap.php
Reset all saved results and search parameters
Method reset
rcube_addressbook::reset() in rcube_addressbook.php
Reset saved results and search parameters
Method reset
rcube_contacts::reset() in rcube_contacts.php
Reset all saved results and search parameters
Method rewind
rcube_result_set::rewind() in rcube_result_set.php
* PHP 5 Iterator interface **
Method rfc2425_fold
rcube_vcard::rfc2425_fold() in rcube_vcard.php
Page rcube_cache.php
rcube_cache.php in rcube_cache.php
Class rcube_cache
rcube_cache in rcube_cache.php
Interface class for accessing Roundcube cache
Method read
rcube_cache::read() in rcube_cache.php
Returns cached value without storing it in internal memory.
Method remove
rcube_cache::remove() in rcube_cache.php
Clears the cache.
Page rcube.php
rcube.php in rcube.php
Page rcube_charset.php
rcube_charset.php in rcube_charset.php
Page rcube_config.php
rcube_config.php in rcube_config.php
Page rcube_session.php
rcube_session.php in rcube_session.php
Page rcube_user.php
rcube_user.php in rcube_user.php
Method raise_error
Throw system error (and show error page).
Class rcube
rcube in rcube.php
Base class of the Roundcube Framework implemented as singleton
Function rcube_autoload
rcube_autoload() in bootstrap.php
Use PHP5 autoload for dynamic class loading
Constant RCUBE_CHARSET
RCUBE_CHARSET in bootstrap.php
Class rcube_charset
rcube_charset in rcube_charset.php
Character sets conversion functionality
Class rcube_config
rcube_config in rcube_config.php
Configuration class for Roundcube
Constant RCUBE_CONFIG_DIR
RCUBE_CONFIG_DIR in bootstrap.php
Class rcube_dummy_plugin_api
Lightweight plugin API class serving as a dummy if plugins are not enabled
Constant RCUBE_INSTALL_PATH
RCUBE_INSTALL_PATH in bootstrap.php
Constant RCUBE_LIB_DIR
RCUBE_LIB_DIR in bootstrap.php
Constant RCUBE_LOCALIZATION_DIR
RCUBE_LOCALIZATION_DIR in bootstrap.php
Function rcube_pear_error
rcube_pear_error() in bootstrap.php
Local callback function for PEAR errors
Constant RCUBE_PLUGINS_DIR
RCUBE_PLUGINS_DIR in bootstrap.php
Class rcube_session
rcube_session in rcube_session.php
Class to provide database supported session storage
Class rcube_user
rcube_user in rcube_user.php
Class representing a system user
Constant RCUBE_VERSION
RCUBE_VERSION in bootstrap.php
Method regenerate_id
rcube_session::regenerate_id() in rcube_session.php
Generate and set new session id
Method register_gc_handler
Register additional garbage collector functions
Method reload
rcube_session::reload() in rcube_session.php
Re-read session data from storage backend
Method remove
rcube_session::remove() in rcube_session.php
Unset a session variable
Method reset
rcube_user::reset() in rcube_user.php
Clear the saved object state
Page rcube_db.php
rcube_db.php in rcube_db.php
Page rcube_db_mssql.php
rcube_db_mssql.php in rcube_db_mssql.php
Page rcube_db_mysql.php
rcube_db_mysql.php in rcube_db_mysql.php
Page rcube_db_pgsql.php
rcube_db_pgsql.php in rcube_db_pgsql.php
Page rcube_db_sqlite.php
rcube_db_sqlite.php in rcube_db_sqlite.php
Page rcube_db_sqlsrv.php
rcube_db_sqlsrv.php in rcube_db_sqlsrv.php
Class rcube_db
rcube_db in rcube_db.php
Database independent query interface.
Class rcube_db_mssql
rcube_db_mssql in rcube_db_mssql.php
Database independent query interface This is a wrapper for the PHP PDO
Class rcube_db_mysql
rcube_db_mysql in rcube_db_mysql.php
Database independent query interface
Class rcube_db_pgsql
rcube_db_pgsql in rcube_db_pgsql.php
Database independent query interface This is a wrapper for the PHP PDO
Class rcube_db_sqlite
rcube_db_sqlite in rcube_db_sqlite.php
Database independent query interface This is a wrapper for the PHP PDO
Class rcube_db_sqlsrv
rcube_db_sqlsrv in rcube_db_sqlsrv.php
Database independent query interface This is a wrapper for the PHP PDO
Page rcube_smtp.php
rcube_smtp.php in rcube_smtp.php
Class rcube_smtp
rcube_smtp in rcube_smtp.php
Class to provide SMTP functionality using PEAR Net_SMTP
Method reset
rcube_smtp::reset() in rcube_smtp.php
Reset the global SMTP connection
Page rcube_plugin.php
rcube_plugin.php in rcube_plugin.php
Page rcube_plugin_api.php
rcube_plugin_api.php in rcube_plugin_api.php
Class rcube_plugin
rcube_plugin in rcube_plugin.php
Plugin interface class
Class rcube_plugin_api
rcube_plugin_api in rcube_plugin_api.php
The plugin loader and global API
Method register_action
Register a handler for a specific client-request action
Method register_action
rcube_plugin_api::register_action() in rcube_plugin_api.php
Let a plugin register a handler for a specific request
Method register_handler
rcube_plugin_api::register_handler() in rcube_plugin_api.php
Register a handler function for template objects
Method register_handler
Register a handler function for a template object
Method register_hook
rcube_plugin_api::register_hook() in rcube_plugin_api.php
Allows a plugin object to register a callback for a certain hook
Method register_task
rcube_plugin_api::register_task() in rcube_plugin_api.php
Register this plugin to be responsible for a specific task
Method register_task
rcube_plugin::register_task() in rcube_plugin.php
Register this plugin to be responsible for a specific task
Method remove_hook
rcube_plugin::remove_hook() in rcube_plugin.php
Unregister a callback function for a specific (server-side) hook.
Method require_plugin
rcube_plugin::require_plugin() in rcube_plugin.php
Attempt to load the given plugin which is required for the current plugin
Method resource_url
rcube_plugin_api::resource_url() in rcube_plugin_api.php
Make the given file name link into the plugins directory
Variable $raw_data
rcube_result_thread::$raw_data in rcube_result_thread.php
Variable $raw_data
rcube_result_index::$raw_data in rcube_result_index.php
Variable $references
rcube_message_header::$references in rcube_message_header.php
Message References header
Variable $replyto
rcube_message_header::$replyto in rcube_message_header.php
Message Reply-To header
Variable $result
rcube_imap_generic::$result in rcube_imap_generic.php
Variable $resultcode
rcube_imap_generic::$resultcode in rcube_imap_generic.php
Page rcube_imap.php
rcube_imap.php in rcube_imap.php
Page rcube_imap_cache.php
rcube_imap_cache.php in rcube_imap_cache.php
Page rcube_imap_generic.php
rcube_imap_generic.php in rcube_imap_generic.php
Page rcube_message.php
rcube_message.php in rcube_message.php
Page rcube_message_header.php
rcube_message_header.php in rcube_message_header.php
Page rcube_message_part.php
rcube_message_part.php in rcube_message_part.php
Page rcube_mime.php
rcube_mime.php in rcube_mime.php
Page rcube_result_index.php
rcube_result_index.php in rcube_result_index.php
Page rcube_result_thread.php
rcube_result_thread.php in rcube_result_thread.php
Page rcube_storage.php
rcube_storage.php in rcube_storage.php
Class rcube_imap
rcube_imap in rcube_imap.php
Interface class for accessing an IMAP server
Class rcube_imap_cache
rcube_imap_cache in rcube_imap_cache.php
Interface class for accessing Roundcube messages cache
Class rcube_imap_generic
rcube_imap_generic in rcube_imap_generic.php
PHP based wrapper class to connect to an IMAP server
Class rcube_mail_header
rcube_mail_header in rcube_imap_cache.php
Struct representing an e-mail message header
Class rcube_message
rcube_message in rcube_message.php
Logical representation of a mail message with all its data and related functions
Class rcube_message_header
rcube_message_header in rcube_message_header.php
Struct representing an e-mail message header
Class rcube_message_header_sorter
rcube_message_header_sorter in rcube_message_header.php
Class for sorting an array of rcube_message_header objects in a predetermined order.
Class rcube_message_part
rcube_message_part in rcube_message_part.php
Class representing a message part
Class rcube_mime
rcube_mime in rcube_mime.php
Class for parsing MIME messages
Class rcube_result_index
rcube_result_index in rcube_result_index.php
Class for accessing IMAP's SORT/SEARCH/ESEARCH result
Class rcube_result_thread
rcube_result_thread in rcube_result_thread.php
Class for accessing IMAP's THREAD result
Class rcube_storage
rcube_storage in rcube_storage.php
Abstract class for accessing mail messages storage server
Method readBytes
rcube_imap_generic::readBytes() in rcube_imap_generic.php
Reads specified number of bytes from the connection stream
Method readLine
rcube_imap_generic::readLine() in rcube_imap_generic.php
Reads line from the connection stream
Class Constant READONLY
rcube_storage::READONLY in rcube_storage.php
Method readReply
rcube_imap_generic::readReply() in rcube_imap_generic.php
Reads complete response to the IMAP command
Method refresh_search
rcube_storage::refresh_search() in rcube_storage.php
Refresh saved search set
Method refresh_search
Refresh saved search set
Method remove_index
rcube_imap_cache::remove_index() in rcube_imap_cache.php
Clears index cache.
Method remove_message
rcube_imap_cache::remove_message() in rcube_imap_cache.php
Removes message(s) from cache.
Method remove_thread
rcube_imap_cache::remove_thread() in rcube_imap_cache.php
Clears thread cache.
Method renameFolder
rcube_imap_generic::renameFolder() in rcube_imap_generic.php
Folder renaming (RENAME)
Method rename_folder
rcube_storage::rename_folder() in rcube_storage.php
Set a new name to an existing folder
Method rename_folder
rcube_imap::rename_folder() in rcube_imap.php
Set a new name to an existing folder
Method rename_mailbox
Method revert
rcube_result_thread::revert() in rcube_result_thread.php
Reverts order of elements in the result
Method revert
rcube_result_index::revert() in rcube_result_index.php
Reverts order of elements in the result
Method rsort
rcube_imap::rsort() in rcube_imap.php
Recursive method for sorting folders
Method r_implode
rcube_imap_generic::r_implode() in rcube_imap_generic.php
Variable $replace
rcube_html2text::$replace in rcube_html2text.php
List of pattern replacements corresponding to patterns searched.
Page rcube_base_replacer.php
rcube_base_replacer.php in rcube_base_replacer.php
Page rcube_browser.php
rcube_browser.php in rcube_browser.php
Page rcube_content_filter.php
rcube_content_filter.php in rcube_content_filter.php
Page rcube_enriched.php
rcube_enriched.php in rcube_enriched.php
Page rcube_html2text.php
rcube_html2text.php in rcube_html2text.php
Page rcube_image.php
rcube_image.php in rcube_image.php
Page rcube_spellchecker.php
rcube_spellchecker.php in rcube_spellchecker.php
Page rcube_string_replacer.php
rcube_string_replacer.php in rcube_string_replacer.php
Page rcube_utils.php
rcube_utils.php in rcube_utils.php
Page rcube_washtml.php
rcube_washtml.php in rcube_washtml.php
Class rcube_base_replacer
rcube_base_replacer in rcube_base_replacer.php
Helper class to turn relative urls into absolute ones using a predefined base
Class rcube_browser
rcube_browser in rcube_browser.php
Provide details about the client's browser based on the User-Agent header
Class rcube_content_filter
rcube_content_filter in rcube_content_filter.php
PHP stream filter to detect html/javascript code in attachments
Class rcube_enriched
rcube_enriched in rcube_enriched.php
Class for Enriched to HTML conversion
Class rcube_html2text
rcube_html2text in rcube_html2text.php
Converts HTML to formatted plain text
Class rcube_image
rcube_image in rcube_image.php
Image resizer and converter
Class rcube_spellchecker
rcube_spellchecker in rcube_spellchecker.php
Helper class for spellchecking with Googielspell and PSpell support.
Class rcube_string_replacer
rcube_string_replacer in rcube_string_replacer.php
Helper class for string replacements based on preg_replace_callback
Class rcube_utils
rcube_utils in rcube_utils.php
Utility class providing common functions
Class rcube_washtml
rcube_washtml in rcube_washtml.php
Utility class providing HTML sanityzer
Method remote_ip
rcube_utils::remote_ip() in rcube_utils.php
Returns remote IP address and forwarded addresses if found
Method remove_word
rcube_spellchecker::remove_word() in rcube_spellchecker.php
Remove a word from dictionary
Method replace
rcube_string_replacer::replace() in rcube_string_replacer.php
Replace all defined (link|mailto) patterns with replacement string
Method replace
rcube_base_replacer::replace() in rcube_base_replacer.php
Method replace_callback
rcube_string_replacer::replace_callback() in rcube_string_replacer.php
Look up the index from the preg_replace matches array and return the substitution value.
Method rep_specialchars_output
Replacing specials characters to a specific encoding type
Method request2param
rcube_utils::request2param() in rcube_utils.php
Convert array of request parameters (prefixed with _) to a regular array with non-prefixed keys.
Method request_header
Read a specific HTTP request header.
Method resize
rcube_image::resize() in rcube_image.php
Resize image to a given size. Use only to shrink an image.
Method resolve
rcube_string_replacer::resolve() in rcube_string_replacer.php
Replace substituted strings with original values
Method resolve_base
rcube_washtml::resolve_base() in rcube_washtml.php
Convert all relative URLs according to a <base> in HTML
Page rcube_output.php
rcube_output.php in rcube_output.php
Method raise_error
rcube_output::raise_error() in rcube_output.php
Show error page and terminate script execution
Class rcube_output
rcube_output in rcube_output.php
Class for output generation
Method redirect
rcube_output::redirect() in rcube_output.php
Redirect to a certain url.
Method remove_body
Remove table body (all rows)
Method remove_column
Remove a column from a table Useful for plugins making alterations
Method reset
rcube_output::reset() in rcube_output.php
Delete all stored env variables and commands
s
top
Variable $searchonly
rcube_addressbook::$searchonly in rcube_addressbook.php
Variable $searchonly
rcube_result_set::$searchonly in rcube_result_set.php
Variable $sort_col
rcube_addressbook::$sort_col in rcube_addressbook.php
Variable $sort_order
rcube_addressbook::$sort_order in rcube_addressbook.php
Variable $sub_filter
rcube_ldap::$sub_filter in rcube_ldap.php
Variable $surname
rcube_vcard::$surname in rcube_vcard.php
Method sasl_bind
rcube_ldap::sasl_bind() in rcube_ldap.php
Bind connection with (SASL-) user and password
Method search
rcube_addressbook::search() in rcube_addressbook.php
Search records
Method search
rcube_contacts::search() in rcube_contacts.php
Search contacts
Method search
rcube_ldap::search() in rcube_ldap.php
Search contacts
Method seek
rcube_result_set::seek() in rcube_result_set.php
Class Constant SEPARATOR
rcube_contacts::SEPARATOR in rcube_contacts.php
Method set
rcube_vcard::set() in rcube_vcard.php
Setter for address record fields
Method set_debug
rcube_ldap::set_debug() in rcube_ldap.php
Activate/deactivate debug mode
Method set_error
rcube_addressbook::set_error() in rcube_addressbook.php
Setter for errors for internal use
Method set_group
rcube_ldap::set_group() in rcube_ldap.php
Setter for the current group
Method set_group
rcube_contacts::set_group() in rcube_contacts.php
Setter for the current group
Method set_group
rcube_addressbook::set_group() in rcube_addressbook.php
Setter for the current group
Method set_page
rcube_addressbook::set_page() in rcube_addressbook.php
Set internal list page
Method set_pagesize
rcube_addressbook::set_pagesize() in rcube_addressbook.php
Set internal page size
Method set_raw
rcube_vcard::set_raw() in rcube_vcard.php
Setter for individual vcard properties
Method set_search_set
rcube_addressbook::set_search_set() in rcube_addressbook.php
Save a search string for future listings
Method set_search_set
Save a search string for future listings
Method set_search_set
rcube_contacts::set_search_set() in rcube_contacts.php
Save a search string for future listings
Method set_sort_order
rcube_addressbook::set_sort_order() in rcube_addressbook.php
Set internal sort settings
Method set_sort_order
Set internal sort settings
Method set
rcube_cache::set() in rcube_cache.php
Sets (add/update) value in cache.
Variable $session
rcube::$session in rcube.php
Instace of rcube_session class.
Variable $shutdown_functions
Variable $smtp
rcube::$smtp in rcube.php
Instance of rcube_smtp class.
Variable $storage
rcube::$storage in rcube.php
Instance of rcube_storage class.
Method save_prefs
rcube_user::save_prefs() in rcube_user.php
Write the given user prefs to the user's record
Class Constant SEARCH_ADDRESSBOOK
Class Constant SEARCH_MAIL
rcube_user::SEARCH_MAIL in rcube_user.php
Method session_init
Create session object and start the session.
Method set
rcube_config::set() in rcube_config.php
Setter for a config parameter
Method set_auth_cookie
Set session authentication cookie
Method set_cookiename
rcube_session::set_cookiename() in rcube_session.php
Setter for the cookie name used for session cookie
Method set_default
rcube_user::set_default() in rcube_user.php
Make this identity the default one for this user
Method set_ip_check
rcube_session::set_ip_check() in rcube_session.php
Enable/disable IP check
Method set_lifetime
rcube_session::set_lifetime() in rcube_session.php
Setter for session lifetime
Method set_secret
rcube_session::set_secret() in rcube_session.php
Setter for cookie encryption secret
Method set_storage_prop
Set storage parameters.
Method set_user_prefs
rcube_config::set_user_prefs() in rcube_config.php
Merge the given prefs over the current config and make sure that they survive further merging.
Method shutdown
rcube::shutdown() in rcube.php
Function to be executed in script shutdown
Function slashify
slashify() in bootstrap.php
Make sure the string ends with a slash
Method smtp_init
rcube::smtp_init() in rcube.php
Create SMTP object and connect to server
Method storage_init
Initialize storage object
Function strip_newlines
strip_newlines() in bootstrap.php
Remove new lines characters from given string
Function strip_quotes
strip_quotes() in bootstrap.php
Remove single and double quotes from a given string
Method sequence_name
rcube_db_pgsql::sequence_name() in rcube_db_pgsql.php
Return correct name for a specific database sequence
Method set_charset
rcube_db_sqlsrv::set_charset() in rcube_db_sqlsrv.php
Database character set setting
Method set_charset
rcube_db_sqlite::set_charset() in rcube_db_sqlite.php
Database character set
Method set_charset
rcube_db::set_charset() in rcube_db.php
Driver-specific database character set setting
Method set_charset
rcube_db_mssql::set_charset() in rcube_db_mssql.php
Character setting
Method set_debug
rcube_db::set_debug() in rcube_db.php
Activate/deactivate debug mode
Method set_limit
rcube_db_sqlsrv::set_limit() in rcube_db_sqlsrv.php
Adds TOP (LIMIT,OFFSET) clause to the query
Method set_limit
rcube_db::set_limit() in rcube_db.php
Adds LIMIT,OFFSET clauses to the query
Method set_limit
rcube_db_mssql::set_limit() in rcube_db_mssql.php
Adds TOP (LIMIT,OFFSET) clause to the query
Method sqlite_now
rcube_db_sqlite::sqlite_now() in rcube_db_sqlite.php
Callback for sqlite: now()
Method sqlite_unix_timestamp
Callback for sqlite: unix_timestamp()
Method send_mail
rcube_smtp::send_mail() in rcube_smtp.php
Function for sending mail
Class Constant SMTP_MIME_CRLF
rcube_smtp::SMTP_MIME_CRLF in rcube_smtp.php
Variable $search_charset
rcube_imap::$search_charset in rcube_imap.php
Variable $search_set
rcube_storage::$search_set in rcube_storage.php
Variable $search_set
rcube_imap::$search_set in rcube_imap.php
Variable $search_sorted
rcube_imap::$search_sorted in rcube_imap.php
Variable $search_sort_field
Variable $search_string
rcube_imap::$search_string in rcube_imap.php
Variable $search_threads
rcube_imap::$search_threads in rcube_imap.php
Variable $selected
rcube_imap_generic::$selected in rcube_imap_generic.php
Variable $sender
rcube_message::$sender in rcube_message.php
Variable $size
rcube_message_part::$size in rcube_message_part.php
Part size in bytes
Variable $size
rcube_message_header::$size in rcube_message_header.php
Message size
Variable $sort_field
rcube_imap::$sort_field in rcube_imap.php
Variable $sort_order
rcube_imap::$sort_order in rcube_imap.php
Variable $struct_charset
rcube_imap::$struct_charset in rcube_imap.php
Variable $subject
rcube_message::$subject in rcube_message.php
Variable $subject
rcube_message_header::$subject in rcube_message_header.php
Message subject
Method save_message
rcube_storage::save_message() in rcube_storage.php
Append a mail message (source) to a specific folder.
Method save_message
rcube_imap::save_message() in rcube_imap.php
Append a mail message (source) to a specific folder
Method search
rcube_storage::search() in rcube_storage.php
Invoke search request to the server.
Method search
rcube_imap_generic::search() in rcube_imap_generic.php
Executes SEARCH command
Method search
rcube_imap::search() in rcube_imap.php
Invoke search request to IMAP server
Method search_index
rcube_imap::search_index() in rcube_imap.php
protected search method
Method search_once
rcube_storage::search_once() in rcube_storage.php
Direct (real and simple) search request (without result sorting and caching).
Method search_once
rcube_imap::search_once() in rcube_imap.php
Direct (real and simple) SEARCH request (without result sorting and caching).
Method select
rcube_imap_generic::select() in rcube_imap_generic.php
Executes SELECT command (if mailbox is already not in selected state)
Method select_mailbox
Class Constant SEPARATOR_ELEMENT
rcube_result_index::SEPARATOR_ELEMENT in rcube_result_index.php
Class Constant SEPARATOR_ELEMENT
rcube_result_thread::SEPARATOR_ELEMENT in rcube_result_thread.php
Class Constant SEPARATOR_ITEM
rcube_result_thread::SEPARATOR_ITEM in rcube_result_thread.php
Class Constant SEPARATOR_LEVEL
rcube_result_thread::SEPARATOR_LEVEL in rcube_result_thread.php
Method set
rcube_message_header::set() in rcube_message_header.php
Sets header value
Method setACL
rcube_imap_generic::setACL() in rcube_imap_generic.php
Send the SETACL command (RFC4314)
Method setAnnotation
rcube_imap_generic::setAnnotation() in rcube_imap_generic.php
Send the SETANNOTATION command (draft-daboo-imap-annotatemore)
Method setDebug
rcube_imap_generic::setDebug() in rcube_imap_generic.php
Set the value of the debugging flag.
Method setError
rcube_imap_generic::setError() in rcube_imap_generic.php
Error code/message setter.
Method setMetadata
rcube_imap_generic::setMetadata() in rcube_imap_generic.php
Send the SETMETADATA command (RFC5464)
Method set_acl
rcube_storage::set_acl() in rcube_storage.php
Changes the ACL on the specified folder (SETACL)
Method set_acl
rcube_imap::set_acl() in rcube_imap.php
Changes the ACL on the specified folder (SETACL)
Method set_caching
rcube_imap::set_caching() in rcube_imap.php
Enable or disable indexes caching
Method set_charset
rcube_storage::set_charset() in rcube_storage.php
Set default message charset.
Method set_debug
rcube_imap::set_debug() in rcube_imap.php
Activate/deactivate debug mode
Method set_debug
rcube_storage::set_debug() in rcube_storage.php
Activate/deactivate debug mode.
Method set_default_folders
This list of folders will be listed above all other folders
Method set_env
rcube_imap::set_env() in rcube_imap.php
Sets delimiter and namespaces
Method set_flag
rcube_storage::set_flag() in rcube_storage.php
Set message flag to one or several messages
Method set_flag
rcube_imap::set_flag() in rcube_imap.php
Set message flag to one or several messages
Method set_folder
rcube_storage::set_folder() in rcube_storage.php
Set internal folder reference.
Method set_folder
rcube_imap::set_folder() in rcube_imap.php
Set internal folder reference.
Method set_folder_stats
Stores folder statistic data in session
Method set_index
rcube_message_header_sorter::set_index() in rcube_message_header.php
Set the predetermined sort order.
Method set_mailbox
rcube_imap::set_mailbox() in rcube_imap.php
Method set_messagecount
Increde/decrese messagecount for a specific folder
Method set_messages_caching
Enable or disable messages caching
Method set_metadata
rcube_imap::set_metadata() in rcube_imap.php
Sets IMAP metadata/annotations (SETMETADATA/SETANNOTATION)
Method set_metadata
rcube_storage::set_metadata() in rcube_storage.php
Sets metadata/annotations (SETMETADATA/SETANNOTATION)
Method set_options
rcube_storage::set_options() in rcube_storage.php
Set connection and class options
Method set_page
rcube_storage::set_page() in rcube_storage.php
Set internal list page number.
Method set_pagesize
rcube_storage::set_pagesize() in rcube_storage.php
Set internal page size
Method set_part_filename
Set attachment filename from message part structure
Method set_safe
rcube_message::set_safe() in rcube_message.php
Set is_safe var and session data
Method set_search_set
rcube_storage::set_search_set() in rcube_storage.php
Save a search result for future message listing methods.
Method set_search_set
Save a search result for future message listing methods
Method set_sort_order
Validate the given input and save to local properties
Method set_threading
rcube_storage::set_threading() in rcube_storage.php
Sets threading flag to the best supported THREAD algorithm.
Method set_thread_flags
protected method for setting threaded messages flags: depth, has_children and unread_children
Method slice
rcube_result_index::slice() in rcube_result_index.php
Slices data set.
Method slice
rcube_result_thread::slice() in rcube_result_thread.php
Slices data set.
Method sort
rcube_imap_generic::sort() in rcube_imap_generic.php
Executes SORT command
Method sort
rcube_result_thread::sort() in rcube_result_thread.php
THREAD=REFS sorting implementation (based on provided index)
Method sortHeaders
rcube_imap_generic::sortHeaders() in rcube_imap_generic.php
Method sort_folder_list
Sort folders first by default folders and then in alphabethical order
Method sort_headers
Sort the array of header objects
Method sort_threads
rcube_imap::sort_threads() in rcube_imap.php
Sort threaded result, using THREAD=REFS method
Method startsWith
rcube_imap_generic::startsWith() in rcube_imap_generic.php
Checks response status.
Method status
rcube_imap_generic::status() in rcube_imap_generic.php
Executes STATUS command
Method strToTime
rcube_imap_generic::strToTime() in rcube_imap_generic.php
Converts datetime string into unix timestamp
Method structure_charset
Get charset name from message structure (first part)
Method structure_part
Build message part object
Method subscribe
rcube_storage::subscribe() in rcube_storage.php
Subscribe to a specific folder(s)
Method subscribe
rcube_imap_generic::subscribe() in rcube_imap_generic.php
Folder subscription (SUBSCRIBE)
Method subscribe
rcube_imap::subscribe() in rcube_imap.php
Subscribe to a specific folder(s)
Method synchronize
rcube_imap_cache::synchronize() in rcube_imap_cache.php
Synchronizes the mailbox.
Variable $search
rcube_html2text::$search in rcube_html2text.php
List of preg* regular expression patterns to search for, used in conjunction with $replace.
Method setcookie
rcube_utils::setcookie() in rcube_utils.php
Helper method to set a cookie with the current path and host settings
Method set_allowed_tags
Sets the allowed HTML tags to pass through to the resulting text.
Method set_base_url
rcube_html2text::set_base_url() in rcube_html2text.php
Sets a base URL to handle relative links.
Method set_html
rcube_html2text::set_html() in rcube_html2text.php
Loads source HTML into memory, either from $source string or a file.
Method strtotime
rcube_utils::strtotime() in rcube_utils.php
Improved equivalent to strtotime()
Method script
html::script() in html.php
Derrived method to create <script> tags
Method send
rcube_output::send() in rcube_output.php
Send output to the client.
Method set_charset
rcube_output::set_charset() in rcube_output.php
Setter for output charset.
Method set_env
rcube_output::set_env() in rcube_output.php
Set environment variable
Method set_row_attribs
Set row attributes
Method show
Get HTML code for this object
Method show
html_table::show() in html.php
Build HTML output of the table data
Method show
Get HTML code for this object
Method show
Get HTML code for this object
Method show
html::show() in html.php
Return the tag code
Method show
Get HTML code for this object
Method show
Create HTML code for the hidden fields
Method show
Compose input tag
Method show_message
rcube_output::show_message() in rcube_output.php
Invoke display_message command
Method size
html_table::size() in html.php
Count number of rows
Method span
html::span() in html.php
Derrived method for inline span tags
t
top
Variable $texts
rcube::$texts in rcube.php
Method temp_gc
rcube::temp_gc() in rcube.php
Garbage collector function for temp files.
Method text_exists
Check if the given text label exists
Method timer
rcube::timer() in rcube.php
Returns current time (with microseconds).
Method touch
rcube_user::touch() in rcube_user.php
Update user's last_login timestamp
Variable $tables
rcube_db::$tables in rcube_db.php
Method table_name
rcube_db::table_name() in rcube_db.php
Return correct name for a specific database table
Variable $task
rcube_plugin_api::$task in rcube_plugin_api.php
Variable $task
rcube_plugin::$task in rcube_plugin.php
Regular expression defining task(s) to bind with
Variable $tasks
rcube_plugin_api::$tasks in rcube_plugin_api.php
Variable $template_contents
rcube_plugin_api::$template_contents in rcube_plugin_api.php
Method template_container_hook
Callback for template_container hooks
Variable $threading
rcube_imap::$threading in rcube_imap.php
Variable $threading
rcube_storage::$threading in rcube_storage.php
Variable $timestamp
rcube_message_header::$timestamp in rcube_message_header.php
Message timestamp (based on message date)
Variable $to
rcube_message_header::$to in rcube_message_header.php
Message recipient (To)
Method thread
rcube_imap_generic::thread() in rcube_imap_generic.php
Executes THREAD command
Method thread_index
rcube_imap::thread_index() in rcube_imap.php
Return index of threaded message UIDs
Method tnef_decode
rcube_message::tnef_decode() in rcube_message.php
Decode a Microsoft Outlook TNEF part (winmail.dat)
Method tokenizeResponse
rcube_imap_generic::tokenizeResponse() in rcube_imap_generic.php
Splits IMAP response into string tokens
Class Constant TRYCREATE
rcube_storage::TRYCREATE in rcube_storage.php
Variable $text
rcube_html2text::$text in rcube_html2text.php
Contains the converted, formatted text.
Method tags_preg_callback
Callback function for preg_replace_callback use.
Method tokenize_string
Split the given string into word tokens
Method to_html
rcube_enriched::to_html() in rcube_enriched.php
Class Constant TYPE_GIF
rcube_image::TYPE_GIF in rcube_image.php
Class Constant TYPE_JPG
rcube_image::TYPE_JPG in rcube_image.php
Class Constant TYPE_PNG
rcube_image::TYPE_PNG in rcube_image.php
Class Constant TYPE_TIF
rcube_image::TYPE_TIF in rcube_image.php
Variable $tagname
Variable $tagname
Variable $tagname
Variable $tagname
html::$tagname in html.php
Variable $tagname
Variable $tagname
Variable $type
Variable $type
Variable $type
Variable $type
Variable $type
Method tag
html::tag() in html.php
Generic method to create a HTML tag
u
top
Variable $undelete
rcube_addressbook::$undelete in rcube_addressbook.php
Variable $undelete
rcube_contacts::$undelete in rcube_contacts.php
Method undelete
rcube_addressbook::undelete() in rcube_addressbook.php
Unmark delete flag on contact record(s)
Method undelete
rcube_contacts::undelete() in rcube_contacts.php
Undelete one or more contact records
Method update
rcube_ldap::update() in rcube_ldap.php
Update a specific contact record
Method update
rcube_contacts::update() in rcube_contacts.php
Update a specific contact record
Method update
rcube_addressbook::update() in rcube_addressbook.php
Update a specific contact record
Function unslashify
unslashify() in bootstrap.php
Remove slashes at the end of the string
Method update_identity
Update a specific identity record
Method url
rcube::url() in rcube.php
Build a valid URL to this instance of Roundcube
Method user2email
rcube_user::user2email() in rcube_user.php
Resolve e-mail address from virtuser plugins
Method utf7imap_to_utf8
Convert the data ($str) from RFC 2060's UTF-7 to UTF-8.
Method utf7_to_utf8
rcube_charset::utf7_to_utf8() in rcube_charset.php
Converts string from standard UTF-7 (RFC 2152) to UTF-8.
Method utf8_to_utf7imap
Convert the data ($str) from UTF-8 to RFC 2060's UTF-7.
Method utf16_to_utf8
rcube_charset::utf16_to_utf8() in rcube_charset.php
Converts string from UTF-16 to UTF-8 (helper for utf-7 to utf-8 conversion)
Method unixtimestamp
rcube_db_sqlsrv::unixtimestamp() in rcube_db_sqlsrv.php
Return SQL statement to convert a field value into a unix timestamp
Method unixtimestamp
rcube_db_pgsql::unixtimestamp() in rcube_db_pgsql.php
Return SQL statement to convert a field value into a unix timestamp
Method unixtimestamp
rcube_db_mssql::unixtimestamp() in rcube_db_mssql.php
Return SQL statement to convert a field value into a unix timestamp
Method unixtimestamp
Return SQL statement to convert a field value into a unix timestamp
Variable $url
rcube_plugin_api::$url in rcube_plugin_api.php
Variable $urlbase
rcube_plugin::$urlbase in rcube_plugin.php
Method unregister_hook
rcube_plugin_api::unregister_hook() in rcube_plugin_api.php
Allow a plugin object to unregister a callback.
Method url
rcube_plugin::url() in rcube_plugin.php
Generate an absolute URL to the given resource within the current plugin directory
Variable $uid
rcube_message_header::$uid in rcube_message_header.php
Message unique identifier
Variable $uid
rcube_message::$uid in rcube_message.php
Variable $uid_id_map
rcube_imap::$uid_id_map in rcube_imap.php
Method UID2ID
rcube_imap_generic::UID2ID() in rcube_imap_generic.php
Returns message sequence identifier
Method uncompressMessageSet
Converts message sequence-set into array
Method unflag
rcube_imap_generic::unflag() in rcube_imap_generic.php
Unsets flag of the message(s)
Method unfold_flowed
rcube_mime::unfold_flowed() in rcube_mime.php
Interpret a format=flowed message body according to RFC 2646
Method unfold_flowed
rcube_message::unfold_flowed() in rcube_message.php
Deprecated methods (to be removed)
Class Constant UNKNOWN
rcube_storage::UNKNOWN in rcube_storage.php
Method unset_flag
rcube_storage::unset_flag() in rcube_storage.php
Remove message flag for one or several messages
Method unsubscribe
rcube_storage::unsubscribe() in rcube_storage.php
Unsubscribe folder(s)
Method unsubscribe
rcube_imap_generic::unsubscribe() in rcube_imap_generic.php
Folder unsubscription (UNSUBSCRIBE)
Method unsubscribe
rcube_imap::unsubscribe() in rcube_imap.php
Unsubscribe folder(s)
Method update_cache
rcube_imap::update_cache() in rcube_imap.php
Update cache
Method uu_decode
rcube_message::uu_decode() in rcube_message.php
Parse message body for UUencoded attachments bodies
Variable $url
rcube_html2text::$url in rcube_html2text.php
Contains the base URL that relative links should resolve to.
v
top
Variable $vcards
rcube_csv2vcard::$vcards in rcube_csv2vcard.php
Variable $vcard_fieldmap
rcube_contacts::$vcard_fieldmap in rcube_contacts.php
Method valid
rcube_result_set::valid() in rcube_result_set.php
Method validate
rcube_ldap::validate() in rcube_ldap.php
Check the given data before saving.
Method validate
rcube_addressbook::validate() in rcube_addressbook.php
Check the given data before saving.
Method validate
rcube_contacts::validate() in rcube_contacts.php
Check the given data before saving.
Method vcard_encode
rcube_vcard::vcard_encode() in rcube_vcard.php
Encodes an entry for storage in our database (vcard 3.0 format, unfolded)
Function version_parse
version_parse() in bootstrap.php
Fix version number so it can be used correctly in version_compare()
Variable $variables
rcube_db::$variables in rcube_db.php
w
top
Method write
rcube_cache::write() in rcube_cache.php
Sets (add/update) value in cache and immediately saves it in the backend, no internal memory will be used.
Method write_log
rcube::write_log() in rcube.php
Append a line to a logfile in the logs directory.
Class washtml
washtml in bc.php
Utility class providing HTML sanityzer
Method wordwrap
rcube_mime::wordwrap() in rcube_mime.php
Improved wordwrap function with multibyte support.
Variable $width
rcube_html2text::$width in rcube_html2text.php
Maximum width of the formatted text, in columns.
Method wash
rcube_washtml::wash() in rcube_washtml.php
Main function, give it untrusted HTML, tell it if you allow loading remote images and give it a map to convert "cid:" urls.
x
top
Method xss_entity_decode
Decode escaped entities used by known XSS exploits.
Method xss_entity_decode_callback
preg_replace_callback callback for xss_entity_decode
a b c d e f g h i j k l m n o p q r s t u v w x _