File/include/bc.php

Description

Roundcube Webmail deprecated functions

Classes
Class Description
 class rcube_html_page Class to create an empty HTML page with some default styles
 class washtml Utility class providing HTML sanityzer
 class html2text Converts HTML to formatted plain text
Constants
JS_OBJECT_NAME = rcmail_output::JS_OBJECT_NAME (line 35)
RCMAIL_CHARSET = RCUBE_CHARSET (line 36)
RCUBE_INPUT_GET = rcube_utils::INPUT_GET (line 31)
RCUBE_INPUT_GPC = rcube_utils::INPUT_GPC (line 33)
RCUBE_INPUT_POST = rcube_utils::INPUT_POST (line 32)
Functions
check_email (line 263)
void check_email ( $email, [ $dns_check = true])
  • $email
  • $dns_check
console (line 268)
void console ()
create_attrib_string (line 143)
void create_attrib_string ( $attrib, [ $allowed_attribs = array('id', 'class', 'style')])
  • $attrib
  • $allowed_attribs
enriched_to_html (line 403)
void enriched_to_html ( $data)
  • $data
format_date (line 153)
void format_date ( $date, [ $format = NULL], [ $convert = true])
  • $date
  • $format
  • $convert
get_boolean (line 398)
void get_boolean ( $str)
  • $str
get_input_value (line 103)
void get_input_value ( $fname,  $source, [ $allow_html = FALSE], [ $charset = NULL])
  • $fname
  • $source
  • $allow_html
  • $charset
get_opt (line 388)
void get_opt ([ $aliases = array()])
  • $aliases
get_table_name (line 38)
void get_table_name ( $table)
  • $table
html_identifier (line 118)
void html_identifier ( $str, [ $encode = false])
  • $str
  • $encode
JQ (line 98)
void JQ ( $str)
  • $str
json_serialize (line 83)
void json_serialize ( $input)
  • $input
parse_attrib_string (line 148)
void parse_attrib_string ( $str)
  • $str
parse_input_value (line 108)
void parse_input_value ( $value, [ $allow_html = FALSE], [ $charset = NULL])
  • $value
  • $allow_html
  • $charset
prompt_silent (line 393)
void prompt_silent ([ $prompt = 'Password:'])
  • $prompt
Q (line 93)
void Q ( $str, [ $mode = 'strict'], [ $newlines = true])
  • $str
  • $mode
  • $newlines
raise_error (line 303)
void raise_error ([ $arg = array()], [ $log = false], [ $terminate = false])
  • $arg
  • $log
  • $terminate
rcmail_build_folder_tree (line 178)
void rcmail_build_folder_tree ( &$arrFolders,  $folder, [ $delm = '/'], [ $path = ''])
  • &$arrFolders
  • $folder
  • $delm
  • $path
rcmail_deliver_message (line 228)
void rcmail_deliver_message ( &$message,  $from,  $mailto,  &$smtp_error, [ &$body_file = null], [ $smtp_opts = null])
  • &$message
  • $from
  • $mailto
  • &$smtp_error
  • &$body_file
  • $smtp_opts
rcmail_display_server_error (line 208)
void rcmail_display_server_error ([ $fallback = null], [ $fallback_args = null], [ $suffix = ''])
  • $fallback
  • $fallback_args
  • $suffix
rcmail_filetype2classname (line 213)
void rcmail_filetype2classname ( $mimetype,  $filename)
  • $mimetype
  • $filename
rcmail_folder_classname (line 183)
void rcmail_folder_classname ( $folder_id)
  • $folder_id
rcmail_gen_message_id (line 233)
void rcmail_gen_message_id ()
rcmail_get_edit_field (line 128)
void rcmail_get_edit_field ( $col,  $value,  $attrib, [ $type = 'text'])
  • $col
  • $value
  • $attrib
  • $type
rcmail_localize_foldername (line 188)
void rcmail_localize_foldername ( $name)
  • $name
rcmail_localize_folderpath (line 193)
void rcmail_localize_folderpath ( $path)
  • $path
rcmail_log_login (line 278)
void rcmail_log_login ()
rcmail_mailbox_list (line 158)
void rcmail_mailbox_list ( $attrib)
  • $attrib
rcmail_mailbox_select (line 163)
void rcmail_mailbox_select ([ $attrib = array()])
  • $attrib
rcmail_mem_check (line 243)
void rcmail_mem_check ( $need)
  • $need
rcmail_mod_css_styles (line 133)
void rcmail_mod_css_styles ( $source,  $container_id, [ $allow_remote = false])
  • $source
  • $container_id
  • $allow_remote
rcmail_overwrite_action (line 53)
void rcmail_overwrite_action ( $action)
  • $action
rcmail_quota_content (line 203)
void rcmail_quota_content ([ $attrib = null])
  • $attrib
rcmail_quota_display (line 198)
void rcmail_quota_display ( $attrib)
  • $attrib
rcmail_remote_ip (line 283)
void rcmail_remote_ip ()
rcmail_render_folder_tree_html (line 168)
void rcmail_render_folder_tree_html ( &$arrFolders,  &$mbox_name,  &$jslist,  $attrib, [ $nestLevel = 0])
  • &$arrFolders
  • &$mbox_name
  • &$jslist
  • $attrib
  • $nestLevel
rcmail_render_folder_tree_select (line 173)
void rcmail_render_folder_tree_select ( &$arrFolders,  &$mbox_name,  $maxlength,  &$select, [ $realnames = false], [ $nestLevel = 0], [ $opts = array()])
  • &$arrFolders
  • &$mbox_name
  • $maxlength
  • &$select
  • $realnames
  • $nestLevel
  • $opts
rcmail_replace_emoticons (line 223)
void rcmail_replace_emoticons ( $html)
  • $html
rcmail_temp_gc (line 63)
void rcmail_temp_gc ()
rcmail_url (line 58)
void rcmail_url ( $action, [ $p = array()], [ $task = null])
  • $action
  • $p
  • $task
rcmail_user_date (line 238)
void rcmail_user_date ()
rcmail_xss_entity_decode (line 138)
void rcmail_xss_entity_decode ( $content)
  • $content
rcube_autocomplete_init (line 323)
void rcube_autocomplete_init ()
rcube_charset_convert (line 68)
void rcube_charset_convert ( $str,  $from, [ $to = NULL])
  • $str
  • $from
  • $to
rcube_check_referer (line 288)
void rcube_check_referer ()
rcube_explode_quoted_string (line 353)
void rcube_explode_quoted_string ( $delimiter,  $string)
  • $delimiter
  • $string
rcube_fontdefs (line 328)
void rcube_fontdefs ([ $font = null])
  • $font
rcube_html_editor (line 218)
void rcube_html_editor ([ $mode = ''])
  • $mode
rcube_https_check (line 248)
void rcube_https_check ([ $port = null], [ $use_https = true])
  • $port
  • $use_https
rcube_idn_to_ascii (line 373)
void rcube_idn_to_ascii ( $str)
  • $str
rcube_idn_to_utf8 (line 378)
void rcube_idn_to_utf8 ( $str)
  • $str
rcube_label (line 43)
void rcube_label ( $p, [ $domain = null])
  • $p
  • $domain
rcube_label_exists (line 48)
void rcube_label_exists ( $name, [ $domain = null], [ &$ref_domain = null])
  • $name
  • $domain
  • &$ref_domain
rcube_log_bug (line 308)
void rcube_log_bug ( $arg_arr)
  • $arg_arr
rcube_parse_host (line 258)
void rcube_parse_host ( $name, [ $host = ''])
  • $name
  • $host
rcube_print_time (line 298)
void rcube_print_time ( $timer, [ $label = 'Timer'], [ $dest = 'console'])
  • $timer
  • $label
  • $dest
rcube_sess_unset (line 253)
void rcube_sess_unset ([ $var_name = null])
  • $var_name
rcube_strtotime (line 368)
void rcube_strtotime ( $date)
  • $date
rcube_table_output (line 123)
void rcube_table_output ( $attrib,  $table_data,  $a_show_cols,  $id_col)
  • $attrib
  • $table_data
  • $a_show_cols
  • $id_col
rcube_timer (line 293)
void rcube_timer ()
rcube_upload_init (line 318)
void rcube_upload_init ()
rcube_upload_progress (line 313)
void rcube_upload_progress ()
rc_detect_encoding (line 73)
void rc_detect_encoding ( $string, [ $failover = ''])
  • $string
  • $failover
rc_image_content_type (line 363)
void rc_image_content_type ( $data)
  • $data
rc_mime_content_type (line 358)
void rc_mime_content_type ( $path,  $name, [ $failover = 'application/octet-stream'], [ $is_stream = false])
  • $path
  • $name
  • $failover
  • $is_stream
rc_request_header (line 348)
void rc_request_header ( $name)
  • $name
rc_utf8_clean (line 78)
void rc_utf8_clean ( $input)
  • $input
rc_wordwrap (line 343)
void rc_wordwrap ( $string, [ $width = 75], [ $break = "\n"], [ $cut = false], [ $charset = null])
  • $string
  • $width
  • $break
  • $cut
  • $charset
rep_specialchars_output (line 88)
void rep_specialchars_output ( $str, [ $enctype = ''], [ $mode = ''], [ $newlines = true])
  • $str
  • $enctype
  • $mode
  • $newlines
request2param (line 113)
void request2param ([ $mode = RCUBE_INPUT_GPC], [ $ignore = 'task|action'])
  • $mode
  • $ignore
send_future_expire_header (line 383)
void send_future_expire_header ([ $offset = 2600000])
  • $offset
send_nocacheing_headers (line 333)
void send_nocacheing_headers ()
show_bytes (line 338)
void show_bytes ( $bytes)
  • $bytes
write_log (line 273)
void write_log ( $name,  $line)
  • $name
  • $line

Documentation generated on Fri, 03 May 2013 12:44:52 +0200 by phpDocumentor 1.4.4