-
gc
-
Execute registered garbage collector routines
-
get
-
Returns checking result (mispelled words with suggestions)
-
get
-
Getter for a specific config parameter
-
gettext
-
Get localized text in the desired language
-
get_action_file
-
Returns current action filename
-
get_address_book
-
Return instance of the internal address book class
-
get_address_sources
-
Return address books list
-
get_boolean
-
Find out if the string content means TRUE or FALSE
-
get_cache
-
Initialize and get cache object
-
get_crypto_key
-
Return requested DES crypto key.
-
get_dbh
-
Get the current database connection
-
get_error
-
Getter for error state
-
get_identity
-
Get default identity of this user
-
get_input_value
-
Read input value and convert it for internal use Performs stripslashes() and charset conversion if necessary
-
get_instance
-
This implements the 'singleton' design pattern
-
get_ip
-
Getter for remote IP saved with this session
-
get_keep_alive
-
Getter for keep_alive interval
-
get_memcache
-
Get global handle for memcache access
-
get_offset_time
-
Create a unix timestamp with a specified offset from now
-
get_opt
-
Parse commandline arguments into a hash array
-
get_prefs
-
Get the preferences saved for this user
-
get_replacement
-
Build replacement string
-
get_request_token
-
Generate a unique token to be used in a form request
-
get_search
-
Return saved search data.
-
get_sequence_name
-
Return correct name for a specific database sequence (used for Postgres only)
-
get_suggestions
-
Returns suggestions for the specified word
-
get_table_name
-
Return correct name for a specific database table
-
get_timezone
-
Special getter for user's timezone offset including DST
-
get_username
-
Build a user name string (as e-mail address)
-
get_words
-
Returns mispelled words
-
get_xml
-
Returns checking result in XML (Googiespell) format
-
GOOGLE_HOST
-
-
GOOGLE_PORT
-
-
raise_error
-
Throw system error and show error page
-
rcmail
-
Application class of Roundcube Webmail implemented as singleton
-
rcmail.php
-
-
rcmail_cache_gc
-
Garbage collector for cache entries.
-
RCMAIL_CHARSET
-
-
RCMAIL_CONFIG_DIR
-
-
rcmail_deliver_message
-
Send the given message using the configured method
-
rcmail_display_server_error
-
Outputs error message according to server error/response codes
-
rcmail_gen_message_id
-
-
rcmail_get_edit_field
-
Create an edit field for inclusion on a form
-
rcmail_localize_foldername
-
Try to localize the given IMAP folder name.
-
rcmail_localize_folderpath
-
-
rcmail_log_login
-
Write login data (name, ID, IP address) to the 'userlogins' log file.
-
rcmail_mailbox_list
-
Return the mailboxlist in HTML
-
rcmail_mailbox_select
-
Return the mailboxlist as html_select object
-
rcmail_mod_css_styles
-
Replace all css definitions with #container [def] and remove css-inlined scripting
-
rcmail_overwrite_action
-
Overwrite action variable
-
rcmail_quota_content
-
-
rcmail_quota_display
-
-
rcmail_remote_ip
-
Returns remote IP address and forwarded addresses if found
-
rcmail_replace_emoticons
-
Replaces TinyMCE's emoticon images with plain-text representation
-
RCMAIL_START
-
-
rcmail_temp_gc
-
Garbage collector function for temp files.
-
rcmail_url
-
Compose an URL for a specific action
-
rcmail_user_date
-
-
RCMAIL_VERSION
-
-
rcmail_xss_entity_decode
-
Decode escaped entities used by known XSS exploits.
-
rcmail_xss_entity_decode_callback
-
preg_replace_callback callback for rcmail_xss_entity_decode_callback
-
rcube_autocomplete_init
-
Initializes client-side autocompletion
-
rcube_autoload
-
Use PHP5 autoload for dynamic class loading
-
rcube_base_replacer
-
Helper class to turn relative urls into absolute ones
-
rcube_browser
-
rcube_browser
-
rcube_browser.php
-
-
rcube_charset_convert
-
Convert a string from one charset to another.
-
rcube_check_referer
-
Check whether the HTTP referer matches the current request
-
rcube_config
-
Configuration class for Roundcube
-
rcube_config.php
-
-
rcube_error_handler
-
Catch an error and throw an exception.
-
rcube_explode_quoted_string
-
Explode quoted string
-
rcube_html_editor
-
Output HTML editor scripts
-
rcube_https_check
-
Check if working in SSL mode
-
rcube_idn_convert
-
-
rcube_idn_to_ascii
-
-
rcube_idn_to_utf8
-
-
RCUBE_INPUT_GET
-
-
RCUBE_INPUT_GPC
-
-
RCUBE_INPUT_POST
-
-
rcube_label
-
Get localized text in the desired language It's a global wrapper for rcmail::gettext()
-
rcube_label_exists
-
Global wrapper of rcmail::text_exists() to check whether a text label is defined
-
rcube_log_bug
-
Report error according to configured debug_level
-
rcube_mime_struct.php
-
-
rcube_parse_charset
-
Parse and validate charset name string (see #1485758).
-
rcube_parse_host
-
Replaces hostname variables
-
rcube_pear_error
-
Local callback function for PEAR errors
-
rcube_session
-
Class to provide database supported session storage
-
rcube_session.php
-
-
rcube_sess_unset
-
For backward compatibility.
-
rcube_shared.inc
-
-
rcube_spellchecker
-
Helper class for spellchecking with Googielspell and PSpell support.
-
rcube_spellchecker.php
-
-
rcube_string_replacer
-
Helper class for string replacements based on preg_replace_callback
-
rcube_string_replacer.php
-
-
rcube_strtotime
-
Improved equivalent to strtotime()
-
rcube_table_output
-
Create a HTML table based on the given data
-
rcube_upload_init
-
-
rcube_upload_progress
-
-
rcube_user
-
Class representing a system user
-
rcube_user.php
-
-
rcube_utf7_to_utf8
-
Converts string from standard UTF-7 (RFC 2152) to UTF-8.
-
rcube_utf16_to_utf8
-
Converts string from UTF-16 to UTF-8 (helper for utf-7 to utf-8 conversion)
-
rc_detect_encoding
-
A method to guess encoding of a string.
-
rc_image_content_type
-
Detect image type of the given binary data by checking magic numbers
-
rc_mime_content_type
-
A method to guess the mime_type of an attachment.
-
rc_request_header
-
Read a specific HTTP request header
-
rc_utf8_clean
-
Removes non-unicode characters from input
-
rc_wordwrap
-
Wrapper function for wordwrap
-
regenerate_id
-
Generate and set new session id
-
register_action_map
-
Registers action aliases for current task
-
register_gc_handler
-
Register additional garbage collector functions
-
remove
-
Unset a session variable
-
remove_word
-
Remove a word from dictionary
-
replace_callback
-
Look up the index from the preg_replace matches array and return the substitution value.
-
rep_specialchars_output
-
Replacing specials characters to a specific encoding type
-
request2param
-
Convert array of request parameters (prefixed with _) to a regular array with non-prefixed keys.
-
reset
-
Clear the saved object state
-
resolve
-
Replace substituted strings with original values
-
$session
-
Instace of rcube_session class.
-
$smtp
-
Instance of rcube_smtp class.
-
save_prefs
-
Write the given user prefs to the user's record
-
SEARCH_ADDRESSBOOK
-
-
SEARCH_MAIL
-
-
send_future_expire_header
-
Send header with expire date 30 days in future
-
send_nocacheing_headers
-
Send HTTP headers to prevent caching this page
-
session_configure
-
Configure session object internals
-
session_init
-
Create session object and start the session.
-
set
-
Setter for a config parameter
-
setcookie
-
Helper method to set a cookie with the current path and host settings
-
set_auth_cookie
-
Set session authentication cookie
-
set_cookiename
-
Setter for the cookie name used for session cookie
-
set_default
-
Make this identity the default one for this user
-
set_imap_prop
-
Set root dir and last stored mailbox
-
set_ip_check
-
Enable/disable IP check
-
set_keep_alive
-
Setter for keep_alive interval
-
set_lifetime
-
Setter for session lifetime
-
set_secret
-
Setter for cookie encryption secret
-
set_task
-
Setter for application task
-
set_user
-
Setter for system user object
-
set_user_prefs
-
Merge the given prefs over the current config and make sure that they survive further merging.
-
show_bytes
-
Create a human readable string for a number of bytes
-
shutdown
-
Function to be executed in script shutdown
-
slashify
-
Make sure the string ends with a slash
-
smtp_init
-
Create SMTP object and connect to server
-
strip_newlines
-
Remove new lines characters from given string
-
strip_quotes
-
Remove single and double quotes from given string