Full index

Package indexes


a b c d e f g h i j k l m n o p q r s t u v w x _
a
top
$abook_file_line_length
$abook_file_line_length in config_default.php
Controls file based address book entry size
$abook_global_file
$abook_global_file in config_default.php
Shared filebased address book
$abook_global_file_listing
$abook_global_file_listing in config_default.php
Listing of shared address book control
$abook_global_file_writeable
$abook_global_file_writeable in config_default.php
Writing into shared address book control
$addrbook_global_dsn
$addrbook_global_dsn in config_default.php
DSN of global address book database
$addrbook_global_listing
$addrbook_global_listing in config_default.php
Control listing of global database address book
$addrbook_global_table
$addrbook_global_table in config_default.php
Table used for global database address book
$addrbook_global_writeable
$addrbook_global_writeable in config_default.php
Control writing into global database address book
$add_extra_field
Controls use of 'extra' field
$adl
AddressStructure::$adl in AddressStructure.class.php
$aggressive_decoding
$aggressive_decoding in config_default.php
Aggressive Decoding Control
$ALLOWAPOP
POP3::$ALLOWAPOP in class.POP3.php
$AllowSpamFilters
$AllowSpamFilters in config_default.php
User level spam filters control
$allow_advanced_search
$allow_advanced_search in config_default.php
Search functions control
$allow_charset_search
$allow_charset_search in config_default.php
IMAP Charset Use Control
$allow_remote_configtest
$allow_remote_configtest in config_default.php
Controls remote configuration checks
$aTimeZones
$aTimeZones in standard.php
Standard timezone array.
$attachment_dir
$attachment_dir in config_default.php
Attachments directory
$att_local_name
Message::$att_local_name in Message.class.php
Local attachment filename location where the tempory attachment is stored. For use in delivery class.
$auth
mail_fetch::$auth in class.mail_fetch.php
Authentication type
$auto_create_special
$auto_create_special in config_default.php
Create Special Folders Control
abook_create_form
abook_create_form() in addressbook.php
Display the "new address" form
abook_database
abook_database::abook_database() in abook_database.php
Constructor
abook_database
abook_database in abook_database.php
Address book in a database backend
abook_ldap_server
abook_ldap_server in abook_ldap_server.php
Address book backend for LDAP server
abook_ldap_server
Constructor. Connects to database
abook_local_file
abook_local_file in abook_local_file.php
Backend for address book as a pipe separated file
abook_local_file
abook_local_file::abook_local_file() in abook_local_file.php
Constructor
abook_take_loading_prefs
abook_take_options
abook_take_options() in functions.php
abook_take_options_display_inside
abook_take_options_display_save
abook_take_pref
abook_take_pref() in functions.php
abook_take_read
abook_take_read() in functions.php
abook_take_read_array
abook_take_read_array() in functions.php
abook_take_read_body_bottom
abook_take_read_string
abook_take_read_string() in functions.php
abook_take_save
abook_take_save() in functions.php
add
addressbook_backend::add() in addressbook.php
Add entry to backend
add
abook_ldap_server::add() in abook_ldap_server.php
Add address
add
abook_local_file::add() in abook_local_file.php
Add address
add
abook_database::add() in abook_database.php
Add address
add
AddressBook::add() in addressbook.php
Create a new address
addAbookSort
addAbookSort() in util_addressbook.php
Display a column header with sort buttons
addCheckBox
addCheckBox() in forms.php
Form checkbox
addChildNodeToTree
Will insert a new value into the tree, based on a given comparison value.
addEntity
Message::addEntity() in Message.class.php
Add nested message part
addForm
addForm() in forms.php
Make a <form> start-tag.
addHidden
addHidden() in forms.php
A hidden form field.
addInput
addInput() in forms.php
An input textbox.
addInputField
addInputField() in forms.php
Helper function to create form fields, not to be called directly, only by other functions below.
addMbx
mailboxes::addMbx() in imap_mailbox.php
addPwField
addPwField() in forms.php
Password input field
addRadioBox
addRadioBox() in forms.php
Form radio box
addReset
addReset() in forms.php
Form reset button
AddressBook
AddressBook in addressbook.php
This is the main address book class that connect all the backends and provide services to the functions above.
AddressBook
AddressBook::AddressBook() in addressbook.php
Constructor function.
addressbook_backend
addressbook_backend in addressbook.php
Generic backend that all other backends extend
addressbook_cmp
addressbook_cmp() in addressbook.php
Had to move this function outside of the Addressbook Class PHP 4.0.4 Seemed to be having problems with inline functions.
addressbook_init
addressbook_init() in addressbook.php
Create and initialize an addressbook object.
AddressStructure
AddressStructure in AddressStructure.class.php
Class used to work with email address headers
addRFC822Header
Message::addRFC822Header() in Message.class.php
Add header object to message object.
addr_display_result
addr_display_result() in addrbook_search_html.php
List search results
addr_insert_hidden
addr_insert_hidden() in addrbook_search_html.php
Insert hidden data
addSelect
addSelect() in forms.php
Function to create a selectlist from an array.
addSubmit
addSubmit() in forms.php
Form submission button
addTextArea
addTextArea() in forms.php
Textarea form element.
add_backend
AddressBook::add_backend() in addressbook.php
Add a new backend.
adm_check_user
adm_check_user() in auth.php
Check if user has access to administrative functions
adm_template_options
adm_template_options() in defines.php
Returns reformated aTemplateSet array data for option selection
alistcmp
alistcmp() in addressbook.php
Sort array by the key "name"
apop
POP3::apop() in class.POP3.php
append
PHP_Template::append() in PHP_Template.class.php
Appends values to template variables
append
Smarty_Template::append() in Smarty_Template.class.php
Appends values to template variables
append
Template::append() in Template.class.php
Appends values to template variables
append_by_ref
PHP_Template::append_by_ref() in PHP_Template.class.php
Appends values to template variables by reference
append_by_ref
Template::append_by_ref() in Template.class.php
Appends values to template variables by reference
append_by_ref
Smarty_Template::append_by_ref() in Smarty_Template.class.php
Appends values to template variables by reference
apply_template
Smarty_Template::apply_template() in Smarty_Template.class.php
Applys the template and generates final output destined for the user's browser
apply_template
Template::apply_template() in Template.class.php
Applys the template and generates final output destined for the user's browser
apply_template
PHP_Template::apply_template() in PHP_Template.class.php
Applys the template and generates final output destined for the user's browser
array_combine
array_combine() in arrays.php
Creates an array by using one array for keys and another for its values (PHP 5)
ASEARCH_BIOP
ASEARCH_BIOP in search.php
asearch_check_query
asearch_check_query() in search.php
Sanity checks, done before running the imap command and before calling push_recent
ASEARCH_CRITERIA
ASEARCH_CRITERIA in search.php
Name of session var
asearch_delete_saved
Delete a saved search from the prefs
asearch_edit_last
asearch_edit_last() in search.php
Get last search criteria from session or prefs
asearch_edit_recent
asearch_edit_recent() in search.php
Edit a recent search
asearch_edit_saved
asearch_edit_saved() in search.php
Edit a saved search
ASEARCH_EXCLUDE
ASEARCH_EXCLUDE in search.php
asearch_find_recent
asearch_find_recent() in search.php
Find a recent search in the prefs (used to avoid saving duplicates)
asearch_forget_recent
Remove a recent search from prefs
asearch_getPref
asearch_getPref() in search.php
Gets user's advanced search preferences
asearch_get_date_display
Translate the input date to imap date to local date display,
asearch_get_mailbox_display
asearch_get_query_display
Translate the query to rough natural display
ASEARCH_MAILBOX
ASEARCH_MAILBOX in search.php
asearch_mailbox_exists
Verify that a mailbox exists
ASEARCH_MAX
ASEARCH_MAX in search.php
asearch_nz
asearch_nz() in imap_asearch.php
This is a convenient way to avoid spreading if (isset(... all over the code
asearch_print_form
asearch_print_form() in search.php
Print the advanced search form
asearch_print_form_basic
Print the basic search form
asearch_print_query_array
Print a whole query array, recent or saved
asearch_print_recent
Print the recent array
asearch_print_saved
asearch_print_saved() in search.php
Print the saved array
asearch_push_recent
asearch_push_recent() in search.php
Push a recent search into the prefs
asearch_read_recent
asearch_read_recent() in search.php
Read the recent searches from the prefs
asearch_read_saved
asearch_read_saved() in search.php
Read the saved searches from the prefs
asearch_removePref
asearch_removePref() in search.php
Deletes user's advanced search preferences
asearch_save_recent
asearch_save_recent() in search.php
Save a recent search to the prefs
asearch_serialize
asearch_serialize() in search.php
asearch_setPref
asearch_setPref() in search.php
Sets user's advanced search preferences
ASEARCH_SUB
ASEARCH_SUB in search.php
asearch_unhtmlentities
asearch_unhtmlentities() in imap_asearch.php
This should give the same results as PHP 4 >= 4.3.0's html_entity_decode(),
asearch_unhtml_strcoll
Array sort callback used to sort $imap_asearch_options
ASEARCH_UNOP
ASEARCH_UNOP in search.php
asearch_unserialize
asearch_unserialize() in search.php
ASEARCH_WHAT
ASEARCH_WHAT in search.php
ASEARCH_WHERE
ASEARCH_WHERE in search.php
Prefs array ordinals. Must match $recent_prefkeys and $saved_prefkeys
asearch_write_recent
Write a recent search to prefs
asearch_write_saved
asearch_write_saved() in search.php
Write a saved search to the prefs
assign
Smarty_Template::assign() in Smarty_Template.class.php
Assigns values to template variables
assign
Template::assign() in Template.class.php
Assigns values to template variables
assign
PHP_Template::assign() in PHP_Template.class.php
Assigns values to template variables
AssignDelayedErrors
Store errors generated in a previous script but couldn't be displayed
assign_by_ref
Template::assign_by_ref() in Template.class.php
Assigns values to template variables by reference
assign_by_ref
PHP_Template::assign_by_ref() in PHP_Template.class.php
Assigns values to template variables by reference
assign_by_ref
Smarty_Template::assign_by_ref() in Smarty_Template.class.php
Assigns values to template variables by reference
attachment_common_link_html
attachment_common_link_html() in attachment_common.php
Adds href and text keys to attachment_common array for html attachments
attachment_common_link_image
attachment_common_link_image() in attachment_common.php
Adds href and text keys to attachment_common array for image attachments
attachment_common_link_message
attachment_common_link_message() in attachment_common.php
Adds href and text keys to attachment_common array for rfc822 attachments
attachment_common_link_text
attachment_common_link_text() in attachment_common.php
Adds href and text keys to attachment_common array for text attachments
attachment_common_link_vcard
attachment_common_link_vcard() in attachment_common.php
Adds href and text keys to attachment_common array for vcard attachments
attachment_common_octet_stream
attachment_common_octet_stream() in attachment_common.php
Processes octet-stream attachments.
attachment_common_parse
The cookie part. session_start and session_regenerate_session normally set
attachSelectedMessages
attachSelectedMessages() in mailbox_display.php
Attach messages to a compose session
authPop
Deliver_SMTP::authPop() in Deliver_SMTP.class.php
AddressStructure.class.php
AddressStructure.class.php in AddressStructure.class.php
abook_database.php
abook_database.php in abook_database.php
abook_ldap_server.php
abook_ldap_server.php in abook_ldap_server.php
abook_local_file.php
abook_local_file.php in abook_local_file.php
addressbook.php
addressbook.php in addressbook.php
arrays.php
arrays.php in arrays.php
attachment_common.php
attachment_common.php in attachment_common.php
auth.php
auth.php in auth.php
auth.php
auth.php in auth.php
about.php
about.php in about.php
addrbook_popup.php
addrbook_popup.php in addrbook_popup.php
addrbook_search.php
addrbook_search.php in addrbook_search.php
addrbook_search_html.php
addrbook_search_html.php in addrbook_search_html.php
addressbook.php
addressbook.php in addressbook.php
alien_glow.php
alien_glow.php in alien_glow.php
autumn.php
autumn.php in autumn.php
autumn2.php
autumn2.php in autumn2.php
b
top
$backends
AddressBook::$backends in addressbook.php
Enabled address book backends
$BANNER
POP3::$BANNER in class.POP3.php
$basedn
abook_ldap_server::$basedn in abook_ldap_server.php
$bcc
Rfc822Header::$bcc in Rfc822Header.class.php
Bcc header
$binddn
abook_ldap_server::$binddn in abook_ldap_server.php
$bindpw
abook_ldap_server::$bindpw in abook_ldap_server.php
$biop_array
$biop_array in search.php
Binary operators
$bname
abook_database::$bname in abook_database.php
Backend name
$bname
abook_ldap_server::$bname in abook_ldap_server.php
$bname
addressbook_backend::$bname in addressbook.php
Internal backend name
$bname
abook_local_file::$bname in abook_local_file.php
Backend name
$bnum
addressbook_backend::$bnum in addressbook.php
Backend number
$body_part
Message::$body_part in Message.class.php
Message text body
$bound
abook_ldap_server::$bound in abook_ldap_server.php
$btype
abook_database::$btype in abook_database.php
Backend type
$btype
abook_ldap_server::$btype in abook_ldap_server.php
$btype
abook_local_file::$btype in abook_local_file.php
Backend type
$btype
addressbook_backend::$btype in addressbook.php
Backend type
$BUFFER
POP3::$BUFFER in class.POP3.php
$bug_report_admin_email
$bug_report_admin_email in config_default.php
Admin email
$bug_report_allow_users
$bug_report_allow_users in config_default.php
Controls availability of bug_report plugin to end users.
bindtextdomain
bindtextdomain() in gettext.php
Alternative php bindtextdomain function
boolean_hook_function
This function is used for hooks which are to return true or false. If $priority is > 0, any one or more trues will override any falses. If $priority < 0, then one or more falses will override any trues.
bug_report_check_user
bug_report_check_user() in functions.php
Checks if user can use bug_report plugin
bug_report.php
bug_report.php in bug_report.php
black_bean_burrito_theme.php
black_bean_burrito_theme.php in black_bean_burrito_theme.php
bluesnews_theme.php
bluesnews_theme.php in bluesnews_theme.php
bluesome.php
bluesome.php in bluesome.php
bluesteel_theme.php
bluesteel_theme.php in bluesteel_theme.php
blue_grey_theme.php
blue_grey_theme.php in blue_grey_theme.php
blue_on_blue.php
blue_on_blue.php in blue_on_blue.php
c
top
$capabilities
mail_fetch::$capabilities in class.mail_fetch.php
Capabilities (POP3EXT capa)
$caption
The text that prefaces setting on the preferences page
$cc
Rfc822Header::$cc in Rfc822Header.class.php
Cc header
$charset
abook_ldap_server::$charset in abook_ldap_server.php
$charset
php_pspell::$charset in php_pspell.php
$comment
text displayed to the user
$config_location_base
$config_location_base in config_default.php
Location base
$config_use_color
$config_use_color in config_default.php
Color in config control
$conn
mail_fetch::$conn in class.mail_fetch.php
Connection resource
$content_desc
Rfc822Header::$content_desc in Rfc822Header.class.php
$content_id
Rfc822Header::$content_id in Rfc822Header.class.php
$content_type
Rfc822Header::$content_type in Rfc822Header.class.php
Content Type object
$COUNT
POP3::$COUNT in class.POP3.php
$cpw_ldap_admindn
$cpw_ldap_admindn in ldap.php
BindDN that should be able to change password.
$cpw_ldap_adminpw
$cpw_ldap_adminpw in ldap.php
password used for $cpw_ldap_admindn
$cpw_ldap_basedn;
$cpw_ldap_basedn; in ldap.php
LDAP basedn that is used for binding to LDAP server.
$cpw_ldap_binddn
$cpw_ldap_binddn in ldap.php
BindDN that should be able to search LDAP directory and find DN used by user.
$cpw_ldap_bindpw
$cpw_ldap_bindpw in ldap.php
password used for $cpw_ldap_binddn
$cpw_ldap_connect_opts
LDAP connection options
$cpw_ldap_default_crypto
crypto that is used to encode new password
$cpw_ldap_port
$cpw_ldap_port in ldap.php
Port of LDAP server.
$cpw_ldap_server
$cpw_ldap_server in ldap.php
Address of LDAP server.
$cpw_ldap_userid_attr
LDAP attribute that stores username.
$cpw_ldap_use_tls
$cpw_ldap_use_tls in ldap.php
Controls use of starttls on LDAP connection.
$cpw_peardb_connect_opts
Pear DB connection options
$cpw_peardb_crypted_passwd
Passwords are plaintext or encrypted
$cpw_peardb_debug
$cpw_peardb_debug in peardb.php
Controls output debugging errors Error messages might contain login and password information.
$cpw_peardb_domain_field
Field that stores domain part of username
$cpw_peardb_dsn
$cpw_peardb_dsn in peardb.php
Connection DSN.
$cpw_peardb_passwd_field
Field that stores password
$cpw_peardb_table
$cpw_peardb_table in peardb.php
Table that stores user information
$cpw_peardb_uid_field
$cpw_peardb_uid_field in peardb.php
Field that stores user name
$create
abook_local_file::$create in abook_local_file.php
Create file, if it not present
cachePrefValues
cachePrefValues() in file_prefs.php
Check the preferences into the session cache.
cache_template_file_hierarchy
Obtain template file hierarchy from cache.
calcFetchColumns
calcFetchColumns() in mailbox_display.php
This function is a utility function for setting which headers should be
calcMessageListColumnWidth
calcMessageListColumnWidth() in util_message_list.php
calculate_references
Deliver::calculate_references() in Deliver.class.php
function calculate_references - calculate correct References string Adds the current message ID, and makes sure it doesn't grow forever, to that extent it drops message-ID's in a smart way until the string length is under the recommended value of 1000 ("References: <986>\r\n").
calculate_template_file_directory
Determine the relative template directory path for the given template ID.
calculate_template_images_directory
Determine the relative images directory path for the given template ID.
calendar
calendar() in setup.php
Adds Calendar link to upper menu
calendar_header
calendar_header() in functions.php
Adds second layer of calendar links to upper menu
catalog_template_files
Traverse template hierarchy and catalogue all template files (for storing in cache).
changed
change_columns_list
change_columns_list() in options_order.php
Change the column order of a mailbox
change_password_loadinfo
Displays information after "Successfully Saved Options:"
change_password_optpage
Add plugin option block
change_password_version
Return version information
charset_convert
charset_convert() in languages.php
Combined decoding and encoding functions
charset_decode
abook_ldap_server::charset_decode() in abook_ldap_server.php
Decode from charset used by this LDAP server to charset used by translation
charset_decode
charset_decode() in languages.php
Converts string from given charset to charset, that can be displayed by user translation.
charset_decode_cp855
Decode a cp855-encoded string
charset_decode_cp866
Decode a cp866-encoded string
charset_decode_cp1250
Decode a cp1250 string
charset_decode_cp1251
Decode cp1251-encoded string
charset_decode_cp1252
Decode cp1252-encoded string
charset_decode_cp1253
Decode cp1253-encoded string
charset_decode_cp1254
Decode cp1254-encoded string
charset_decode_cp1255
Decode cp1255-encoded string
charset_decode_cp1256
decode cp1256-encoded string
charset_decode_cp1257
Decode cp1257-encoded string
charset_decode_cp1258
Decde a cp1258-encoded string
charset_decode_iso_8859_1
charset_decode_iso_8859_1() in iso_8859_1.php
Decode iso8859-1 string
charset_decode_iso_8859_2
charset_decode_iso_8859_2() in iso_8859_2.php
Decode iso8859-2 encoded string
charset_decode_iso_8859_3
charset_decode_iso_8859_3() in iso_8859_3.php
Decode iso8859-3 encoded string
charset_decode_iso_8859_4
charset_decode_iso_8859_4() in iso_8859_4.php
Decode iso8859-4 string
charset_decode_iso_8859_5
charset_decode_iso_8859_5() in iso_8859_5.php
Decode iso8859-5 encoded string
charset_decode_iso_8859_6
charset_decode_iso_8859_6() in iso_8859_6.php
Decode iso8859-6 strings
charset_decode_iso_8859_7
charset_decode_iso_8859_7() in iso_8859_7.php
Decode iso8859-7 encoded strings
charset_decode_iso_8859_8
charset_decode_iso_8859_8() in iso_8859_8.php
Decode iso8859-8 encoded strings
charset_decode_iso_8859_9
charset_decode_iso_8859_9() in iso_8859_9.php
Decode iso8859-9 encoded strings
charset_decode_iso_8859_10
charset_decode_iso_8859_10() in iso_8859_10.php
Decode iso-8859-10 encoded string
charset_decode_iso_8859_11
charset_decode_iso_8859_11() in iso_8859_11.php
Decode iso8859-11 string
charset_decode_iso_8859_13
charset_decode_iso_8859_13() in iso_8859_13.php
Decode iso8859-13
charset_decode_iso_8859_14
charset_decode_iso_8859_14() in iso_8859_14.php
Decode iso8859-14 encoded string
charset_decode_iso_8859_15
charset_decode_iso_8859_15() in iso_8859_15.php
Decode iso8859-15 encoded string
charset_decode_iso_8859_16
charset_decode_iso_8859_16() in iso_8859_16.php
Decode iso8859-16 string
charset_decode_iso_ir_111
charset_decode_iso_ir_111() in iso_ir_111.php
Decode iso-ir-111 encoded strings
charset_decode_koi8_r
Decode koi8r strings
charset_decode_koi8_u
Decode koi8-u encoded strings
charset_decode_ns_4551_1
ns_4551_1 decoding function
charset_decode_tis_620
Decode tis620 encoded strings
charset_decode_us_ascii
us-ascii decoding function.
charset_decode_utf_8
Decode utf-8 strings
charset_encode
abook_ldap_server::charset_encode() in abook_ldap_server.php
Encode string to the charset used by this LDAP server
charset_encode
charset_encode() in languages.php
Converts html string to given charset
charset_encode_cp1251
Converts string to cp1251
charset_encode_cp1255
Converts string to cp1255
charset_encode_cp1256
Converts string to cp1256
charset_encode_iso_8859_1
charset_encode_iso_8859_1() in iso_8859_1.php
Converts string to iso-8859-1
charset_encode_iso_8859_2
charset_encode_iso_8859_2() in iso_8859_2.php
Converts string to iso-8859-2
charset_encode_iso_8859_7
charset_encode_iso_8859_7() in iso_8859_7.php
Converts string to iso-8859-7
charset_encode_iso_8859_9
charset_encode_iso_8859_9() in iso_8859_9.php
Converts string to iso-8859-9
charset_encode_iso_8859_15
charset_encode_iso_8859_15() in iso_8859_15.php
Converts string to iso-8859-15
charset_encode_koi8_r
Converts string to koi8-r
charset_encode_koi8_u
Converts string to koi8-u
charset_encode_tis_620
Converts string to tis-620
charset_encode_us_ascii
Converts string to us-ascii
charset_encode_utf_8
Converts string to utf-8
checkForJavascript
Javascript support detection function
checkForPrefs
checkForPrefs() in file_prefs.php
Check for a preferences file. If one can not be found, create it.
checkInput
checkInput() in compose.php
check_is_noinferiors
check_is_noinferiors() in imap_mailbox.php
Detects if mailbox has noinferiors flag (can't store subfolders)
check_is_noselect
check_is_noselect() in imap_mailbox.php
Detects if mailbox has noselect flag (can't store messages) In versions older than 1.4.5 function checks only LSUB responses and can produce pcre warnings.
check_php_version
check_php_version() in global.php
returns true if current php version is at mimimum a.b.c
check_php_version
mail_fetch::check_php_version() in class.mail_fetch.php
Standard SquirrelMail function copied to class in order to make class independent from SquirrelMail.
check_plugin_version
Check a plugin's version.
check_response
mail_fetch::check_response() in class.mail_fetch.php
Reads first response line and checks it for errors
check_sm_version
check_sm_version() in global.php
returns true if the current internal SM version is at minimum a.b.c These are plain integer comparisons, as our internal version is constructed by us, as an array of 3 ints.
check_text
cmd_spell::check_text() in cmd_spell.php
Checks block of text
check_text
check_text
php_pspell::check_text() in php_pspell.php
Check block of text
check_word
php_pspell::check_word() in php_pspell.php
ContentType.class.php
ContentType.class.php in ContentType.class.php
cleanup_nbsp
cleanup_nbsp() in languages.php
Replaces non-braking spaces inserted by some browsers with regular space
clean_crlf
Deliver::clean_crlf() in Deliver.class.php
function clean_crlf - change linefeeds and newlines to legal characters
clean_up
Message::clean_up() in Message.class.php
Clean message object
clear_all_assign
Smarty_Template::clear_all_assign() in Smarty_Template.class.php
Clears the values of all assigned varaiables.
clear_all_assign
Template::clear_all_assign() in Template.class.php
Clears the values of all assigned varaiables.
clear_all_assign
PHP_Template::clear_all_assign() in PHP_Template.class.php
Clears the values of all assigned varaiables.
close
abook_local_file::close() in abook_local_file.php
Close the file and forget the filehandle
close
FileReader::close() in streams.class.php
close translation file
close
abook_database::close() in abook_database.php
Close the file and forget the filehandle
cmd_spell
cmd_spell in cmd_spell.php
Command line spellcheck class, compatible with ispell and aspell.
cmd_spell
cmd_spell::cmd_spell() in cmd_spell.php
Constructor function
command_apop
mail_fetch::command_apop() in class.mail_fetch.php
APOP authentication
command_capa
mail_fetch::command_capa() in class.mail_fetch.php
Checks pop server capabilities
command_dele
mail_fetch::command_dele() in class.mail_fetch.php
command_list
mail_fetch::command_list() in class.mail_fetch.php
List mailbox messages
command_noop
mail_fetch::command_noop() in class.mail_fetch.php
POP noop command
command_pass
mail_fetch::command_pass() in class.mail_fetch.php
USER authentication (password command)
command_quit
mail_fetch::command_quit() in class.mail_fetch.php
Closes POP connection
command_retr
mail_fetch::command_retr() in class.mail_fetch.php
Gets message text
command_rset
mail_fetch::command_rset() in class.mail_fetch.php
Resets message state
command_stat
mail_fetch::command_stat() in class.mail_fetch.php
Gets mailbox status
command_stls
mail_fetch::command_stls() in class.mail_fetch.php
RFC 2595 POP STARTTLS support
command_top
mail_fetch::command_top() in class.mail_fetch.php
Gets message headers and $n of body lines.
command_uidl
mail_fetch::command_uidl() in class.mail_fetch.php
Gets unique message ids
command_user
mail_fetch::command_user() in class.mail_fetch.php
USER authentication (username command)
compact_mailboxes_response
compact_mailboxes_response() in imap_mailbox.php
composeLink
composeLink() in util_addressbook.php
Create a link to compose an email to the email address given.
compose_Header
compose_Header() in page_header.php
Blatantly copied/truncated/modified from displayPageHeader.
computeHashDirs
computeHashDirs() in prefs.php
Helper function for getHashDir which does the actual hash calculation.
concat_hook_function
This function executes a hook, allows for parameters to be passed, and looks for an array returned from each plugin: each array is then merged into one and returned to the core hook location.
config_default.php
config_default.php in config_default.php
config_local.example.php
config_local.example.php in config_local.example.php
confirm_deletion
confirm_deletion() in event_delete.php
Displays confirmation form when event is deleted
connect
POP3::connect() in class.POP3.php
construct_template
Template::construct_template() in Template.class.php
Construct Template
ContentType
ContentType::ContentType() in ContentType.class.php
Constructor function.
ContentType
ContentType in ContentType.class.php
Class that handles content-type headers Class was named content_type in 1.3.0 and 1.3.1. It is used internally by rfc822header class.
cpw_check_input
cpw_check_input() in functions.php
Will verify the input against a set of criteria: is every field supplied, does verify password match, does current password validate, ..
CPW_CURRENT_NOMATCH
CPW_CURRENT_NOMATCH in functions.php
cpw_do_change
cpw_do_change() in functions.php
Does the actual password changing (meaning it calls the hook function from the backend that does this. If something goes wrong, return error message(s). If everything ok, change the password in the session so the user doesn't have to log out, and redirect back to the options screen.
cpw_i18n_vmail_response
cpw_i18n_vmail_response() in vmailmgrd.php
Function is used to translate messages returned by vmailmgr php library and vmailmgr daemon.
CPW_INVALID_PW
CPW_INVALID_PW in functions.php
cpw_ldap_compare_pass
compares two passwords Code reuse. See phpldapadmin password_compare() function.
cpw_ldap_dochange
Changes password. Main function attached to hook
cpw_ldap_encrypt_pass
Encrypts LDAP password
cpw_ldap_get_crypto