[nasmail] 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
Variable $_fd
FileReader::$_fd in streams.class.php
File descriptor
Variable $_length
FileReader::$_length in streams.class.php
File size
Variable $_pos
FileReader::$_pos in streams.class.php
Current position in file
Function _
_() in gettext.php
Alternative php gettext function (short form)
a
top
Method AddChild
html::AddChild() in html.class.php
Adds nested html element
Function addChildNodeToTree
Will insert a new value into the tree, based on a given comparison value.
Function attachment_common_link_html
attachment_common_link_html() in attachment_common.php
Handles html attachments
Function attachment_common_link_image
attachment_common_link_image() in attachment_common.php
Handles attached images
Function attachment_common_link_message
attachment_common_link_message() in attachment_common.php
Handles attached messages
Function attachment_common_link_text
attachment_common_link_text() in attachment_common.php
Handles text attachments
Function attachment_common_link_vcard
attachment_common_link_vcard() in attachment_common.php
Handles attached vcards
Function attachment_common_octet_stream
attachment_common_octet_stream() in attachment_common.php
Handles application/octet-stream attachments
Method authPop
Deliver_SMTP::authPop() in Deliver_SMTP.class.php
Function is used for POP-before-SMTP authentication
Page attachment_common.php
attachment_common.php in attachment_common.php
Page auth.php
auth.php in auth.php
Variable $add_extra_field
Method abook_database
abook_database::abook_database() in abook_database.php
Constructor
Class abook_database
abook_database in abook_database.php
Address book in a database backend
Method abook_ldap_server
Constructor. Connects to database
Class abook_ldap_server
abook_ldap_server in abook_ldap_server.php
Address book backend for LDAP server
Function abook_list_writable_backends
Provides list of writeable backends.
Method abook_local_file
abook_local_file::abook_local_file() in abook_local_file.php
Constructor
Class abook_local_file
abook_local_file in abook_local_file.php
Backend for address book as a pipe separated file
Method add
abook_database::add() in abook_database.php
Add address
Method add
AddressBook::add() in addressbook.php
Create a new address from $userdata, in backend $bnum.
Method add
abook_local_file::add() in abook_local_file.php
Add address
Method add
addressbook_backend::add() in addressbook.php
Adds address book entry Dummy function. Always returns false. Real backends should replace it.
Method add
abook_ldap_server::add() in abook_ldap_server.php
Add address
Class AddressBook
AddressBook in addressbook.php
This is the main address book class that connect all the backends and provide services to the functions above.
Method AddressBook
AddressBook::AddressBook() in addressbook.php
Constructor function.
Class addressbook_backend
addressbook_backend in addressbook.php
Generic backend that all other backends extend
Function addressbook_cmp
addressbook_cmp() in addressbook.php
Callback function used to sort address book entries by name Had to move this function outside of the Addressbook Class PHP 4.0.4 Seemed to be having problems with inline functions.
Function addressbook_init
addressbook_init() in addressbook.php
Create and initialize an addressbook object.
Function addressbook_inp_field
addressbook_inp_field() in addressbook.php
Make an input field In SquirrelMail 1.4.9 function is not available when functions/addressbook.php is loaded.
Function address_form
address_form() in addressbook.php
Output form to add and modify address data In SquirrelMail 1.4.9 function is not available when functions/addressbook.php is loaded.
Function addr_display_result
addr_display_result() in addressbook.php
List search results
Function addr_insert_hidden
addr_insert_hidden() in addressbook.php
Print hidden input fields in address book form
Method add_backend
AddressBook::add_backend() in addressbook.php
Add a new backend.
Function alistcmp
alistcmp() in addressbook.php
Callback function used to sort address book entries
Page abook_database.php
abook_database.php in abook_database.php
Page abook_ldap_server.php
abook_ldap_server.php in abook_ldap_server.php
Page abook_local_file.php
abook_local_file.php in abook_local_file.php
Page addressbook.php
addressbook.php in addressbook.php
Page addrbook_popup.php
addrbook_popup.php in addrbook_popup.php
Page addrbook_search.php
addrbook_search.php in addrbook_search.php
Page addressbook.php
addressbook.php in addressbook.php
Global $abook_file_line_length
$abook_file_line_length in config_default.php
Controls file based address book entry size
Global $abook_global_file
$abook_global_file in config_default.php
Shared filebased address book
Global $abook_global_file_listing
$abook_global_file_listing in config_default.php
Listing of shared address book control
Global $abook_global_file_writeable
$abook_global_file_writeable in config_default.php
Writing into shared address book control
Global $addrbook_global_dsn
$addrbook_global_dsn in config_default.php
DSN of global address book database
Global $addrbook_global_listing
$addrbook_global_listing in config_default.php
Control listing of global database address book
Global $addrbook_global_table
$addrbook_global_table in config_default.php
Table used for global database address book
Global $addrbook_global_writeable
$addrbook_global_writeable in config_default.php
Control writing into global database address book
Global $allow_charset_search
$allow_charset_search in config_default.php
IMAP Charset Use Control
Global $allow_remote_configtest
$allow_remote_configtest in config_default.php
Controls remote configuration checks
Global $allow_server_sort
$allow_server_sort in config_default.php
Server Side Sorting Control
Global $allow_thread_sort
$allow_thread_sort in config_default.php
Server Side Threading Control
Global $attachment_dir
$attachment_dir in config_default.php
Attachments directory
Global $auto_create_special
$auto_create_special in config_default.php
Create Special Folders Control
Page armscii_7.php
armscii_7.php in armscii_7.php
Page armscii_8.php
armscii_8.php in armscii_8.php
Page armscii_8a.php
armscii_8a.php in armscii_8a.php
Function addCheckBox
addCheckBox() in forms.php
Creates form checkbox
Function addForm
addForm() in forms.php
Creates a <form> start-tag.
Function addHidden
addHidden() in forms.php
Creates a hidden form field.
Function addInput
addInput() in forms.php
Creates an input textbox.
Function addInputField
addInputField() in forms.php
Creates form field
Function addPwField
addPwField() in forms.php
Creates password input field
Function addRadioBox
addRadioBox() in forms.php
Creates html form radio box
Function addReset
addReset() in forms.php
Form reset button
Function addSelect
addSelect() in forms.php
Create a select list from an array.
Function addSubmit
addSubmit() in forms.php
Form submission button
Function addTextArea
addTextArea() in forms.php
Creates textarea form element.
Variable $adl
AddressStructure::$adl in AddressStructure.class.php
SMTP at-domain-list (source route)
Variable $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.
Method addEntity
Message::addEntity() in Message.class.php
Add nested message part
Class AddressStructure
AddressStructure in AddressStructure.class.php
Class used to work with email address headers
Method addRFC822Header
Message::addRFC822Header() in Message.class.php
Add header object to message object.
Page AddressStructure.class.php
AddressStructure.class.php in AddressStructure.class.php
b
top
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.
Variable $backends
AddressBook::$backends in addressbook.php
Variable $basedn
abook_ldap_server::$basedn in abook_ldap_server.php
Variable $binddn
abook_ldap_server::$binddn in abook_ldap_server.php
Variable $bindpw
abook_ldap_server::$bindpw in abook_ldap_server.php
Variable $bname
abook_local_file::$bname in abook_local_file.php
Backend name
Variable $bname
addressbook_backend::$bname in addressbook.php
Variable $bname
abook_database::$bname in abook_database.php
Backend name
Variable $bname
abook_ldap_server::$bname in abook_ldap_server.php
Variable $bnum
addressbook_backend::$bnum in addressbook.php
Variable $btype
addressbook_backend::$btype in addressbook.php
Variable $btype
abook_ldap_server::$btype in abook_ldap_server.php
Variable $btype
abook_database::$btype in abook_database.php
Backend type
Variable $btype
abook_local_file::$btype in abook_local_file.php
Backend type
Page big5.php
big5.php in big5.php
Function bindtextdomain
bindtextdomain() in gettext.php
Alternative php bindtextdomain function
Variable $bcc
Rfc822Header::$bcc in Rfc822Header.class.php
Bcc header
Variable $body_part
Message::$body_part in Message.class.php
Message text body
c
top
Variable $class
html::$class in html.class.php
Method 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").
Function calc_msort
calc_msort() in mailbox_display.php
Sorts messages
Function check_nsm_version
check_nsm_version() in global.php
Returns true if the current internal NaSMail version is at minimum a.b.c
Function check_php_version
check_php_version() in global.php
returns true if current php version is at mimimum a.b.c
Function check_sm_version
check_sm_version() in global.php
returns true if the current internal SM version is at minimum a.b.c
Method clean_crlf
Deliver::clean_crlf() in Deliver.class.php
function clean_crlf - change linefeeds and newlines to legal characters
Function compose_Header
compose_Header() in page_header.php
Short form of displayPageHeader() function for message composition window
Function concat_hook_function
This function executes a hook, concatenating the results of each plugin that has the hook defined.
Function cram_md5_response
Given the challenge from the server, supply the response using cram-md5 (See RFC 2195 for details)
Function create_flag_string
create_flag_string() in mailbox_display.php
Function creates icon string according to use_icons user setting
Method create_vcard
VCard::create_vcard() in VCard.class.php
Create vcard from information stored in array
Page constants.php
constants.php in constants.php
Page compose.php
compose.php in compose.php
Variable $charset
abook_ldap_server::$charset in abook_ldap_server.php
Variable $create
abook_local_file::$create in abook_local_file.php
Create file, if it not present
Method 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
Method charset_encode
abook_ldap_server::charset_encode() in abook_ldap_server.php
Encode string to the charset used by this LDAP server
Method close
abook_local_file::close() in abook_local_file.php
Close the file and forget the filehandle
Method close
abook_database::close() in abook_database.php
Close the file and forget the filehandle
Global $config_location_base
$config_location_base in config_default.php
Location base
Global $config_use_color
$config_use_color in config_default.php
Color in config control
Global $custom_session_handler
$custom_session_handler in config_default.php
Custom session handler
Page config_default.php
config_default.php in config_default.php
Page config_local.php
config_local.php in config_local.php
Page configtest.php
configtest.php in configtest.php
Function charset_decode_armscii_7
Decodes ArmSCII-7 text
Function charset_decode_armscii_8
Decodes ArmSCII-8 text
Function charset_decode_armscii_8a
charset_decode_armscii_8a() in armscii_8a.php
Decodes ArmSCII-8A text
Function charset_decode_big5
Decode big5 encoded string
Function charset_decode_cp855
Decode a cp855-encoded string
Function charset_decode_cp866
Decode a cp866-encoded string
Function charset_decode_cp874
Decode a cp874-encoded string
Function charset_decode_cp949
Decode cp949 encoded string
Function charset_decode_cp1250
Decode a cp1250 string
Function charset_decode_cp1251
Decode cp1251-encoded string
Function charset_decode_cp1252
Decode cp1252-encoded string
Function charset_decode_cp1253
Decode cp1253-encoded string
Function charset_decode_cp1254
Decode cp1254-encoded string
Function charset_decode_cp1255
Decode cp1255-encoded string
Function charset_decode_cp1256
decode cp1256-encoded string
Function charset_decode_cp1257
Decode cp1257-encoded string
Function charset_decode_cp1258
Decde a cp1258-encoded string
Function charset_decode_euc_cn
Decode euc-cn encoded string
Function charset_decode_euc_jp
Decode euc-jp encoded string
Function charset_decode_euc_kr
Decode euc-kr encoded string
Function charset_decode_euc_tw
Decode euc-tw encoded string
Function charset_decode_gb2312
Decode gb2312-euk encoded string
Function charset_decode_gb18030
Decode gb18030 encoded string
Function charset_decode_gbk
Decode gbk encoded string
Function charset_decode_hz
Converts hz-gb-2312 texts
Function charset_decode_iso_2022_cn
charset_decode_iso_2022_cn() in iso_2022_cn.php
Converts iso-2022-cn texts
Function charset_decode_iso_2022_jp
charset_decode_iso_2022_jp() in iso_2022_jp.php
Converts iso-2022-jp texts
Function charset_decode_iso_2022_jp_1
charset_decode_iso_2022_jp_1() in iso_2022_jp_1.php
Converts iso-2022-jp-1 texts
Function charset_decode_iso_2022_jp_2
charset_decode_iso_2022_jp_2() in iso_2022_jp_2.php
Converts iso-2022-jp-2 texts
Function charset_decode_iso_2022_kr
charset_decode_iso_2022_kr() in iso_2022_kr.php
Converts iso-2022-kr texts
Function charset_decode_iso_8859_1
charset_decode_iso_8859_1() in iso_8859_1.php
Decode iso8859-1 string
Function charset_decode_iso_8859_2
charset_decode_iso_8859_2() in iso_8859_2.php
Decode iso8859-2 encoded string
Function charset_decode_iso_8859_3
charset_decode_iso_8859_3() in iso_8859_3.php
Decode iso8859-3 encoded string
Function charset_decode_iso_8859_4
charset_decode_iso_8859_4() in iso_8859_4.php
Decode iso8859-4 string
Function charset_decode_iso_8859_5
charset_decode_iso_8859_5() in iso_8859_5.php
Decode iso8859-5 encoded string
Function charset_decode_iso_8859_6
charset_decode_iso_8859_6() in iso_8859_6.php
Decode iso8859-6 strings
Function charset_decode_iso_8859_7
charset_decode_iso_8859_7() in iso_8859_7.php
Decode iso8859-7 encoded strings
Function charset_decode_iso_8859_8
charset_decode_iso_8859_8() in iso_8859_8.php
Decode iso8859-8 encoded strings
Function charset_decode_iso_8859_9
charset_decode_iso_8859_9() in iso_8859_9.php
Decode iso8859-9 encoded strings
Function charset_decode_iso_8859_10
charset_decode_iso_8859_10() in iso_8859_10.php
Decode iso-8859-10 encoded string
Function charset_decode_iso_8859_11
charset_decode_iso_8859_11() in iso_8859_11.php
Decode iso8859-11 string
Function charset_decode_iso_8859_13
charset_decode_iso_8859_13() in iso_8859_13.php
Decode iso8859-13
Function charset_decode_iso_8859_14
charset_decode_iso_8859_14() in iso_8859_14.php
Decode iso8859-14 encoded string
Function charset_decode_iso_8859_15
charset_decode_iso_8859_15() in iso_8859_15.php
Decode iso8859-15 encoded string
Function charset_decode_iso_8859_16
charset_decode_iso_8859_16() in iso_8859_16.php
Decode iso8859-16 string
Function charset_decode_iso_ir_111
charset_decode_iso_ir_111() in iso_ir_111.php
Decode iso-ir-111 encoded strings
Function charset_decode_koi8_r
Decode koi8r strings
Function charset_decode_koi8_u
Decode koi8-u encoded strings
Function charset_decode_shift_jis
Decode shift_jis encoded string
Function charset_decode_tis_620
Decode tis620 encoded strings
Function charset_decode_us_ascii
us-ascii decoding function.
Function charset_decode_utf_7
Converts from utf-7 to html entities
Function charset_decode_utf_8
Decode utf-8 strings
Function charset_decode_utf_16
Converts utf-16 and ucs-2 to html entities
Page cp855.php
cp855.php in cp855.php
Page cp866.php
cp866.php in cp866.php
Page cp874.php
cp874.php in cp874.php
Page cp949.php
cp949.php in cp949.php
Page cp1250.php
cp1250.php in cp1250.php
Page cp1251.php
cp1251.php in cp1251.php
Page cp1252.php
cp1252.php in cp1252.php
Page cp1253.php
cp1253.php in cp1253.php
Page cp1254.php
cp1254.php in cp1254.php
Page cp1255.php
cp1255.php in cp1255.php
Page cp1256.php
cp1256.php in cp1256.php
Page cp1257.php
cp1257.php in cp1257.php
Page cp1258.php
cp1258.php in cp1258.php
Function charset_encode_cp1251
Converts string to cp1251
Function charset_encode_cp1255
Converts string to cp1255
Function charset_encode_cp1256
Converts string to cp1256
Function charset_encode_iso_8859_1
charset_encode_iso_8859_1() in iso_8859_1.php
Converts string to iso-8859-1
Function charset_encode_iso_8859_2
charset_encode_iso_8859_2() in iso_8859_2.php
Converts string to iso-8859-2
Function charset_encode_iso_8859_7
charset_encode_iso_8859_7() in iso_8859_7.php
Converts string to iso-8859-7
Function charset_encode_iso_8859_9
charset_encode_iso_8859_9() in iso_8859_9.php
Converts string to iso-8859-9
Function charset_encode_iso_8859_15
charset_encode_iso_8859_15() in iso_8859_15.php
Converts string to iso-8859-15
Function charset_encode_koi8_r
Converts string to koi8-r
Function charset_encode_koi8_u
Converts string to koi8-u
Function charset_encode_tis_620
Converts string to tis-620
Function charset_encode_us_ascii
Converts string to us-ascii
Function charset_encode_utf_8
Converts string to utf-8
Function charset_encode_utf_16
Converts html encoded string to utf-16
Page cp1251.php
cp1251.php in cp1251.php
Page cp1255.php
cp1255.php in cp1255.php
Page cp1256.php
cp1256.php in cp1256.php
Function charset_convert
charset_convert() in i18n.php
Combined decoding and encoding functions
Function charset_decode
charset_decode() in i18n.php
Converts string from given charset to charset, that can be displayed by user translation.
Function charset_encode
charset_encode() in i18n.php
Converts html string to given charset
Method close
FileReader::close() in streams.class.php
close translation file
Method currentpos
FileReader::currentpos() in streams.class.php
return current position
Function check_is_noselect
check_is_noselect() in imap_mailbox.php
Detects a Noselect mailbox from LSUB|LIST response
Variable $cc
Rfc822Header::$cc in Rfc822Header.class.php
Cc header
Variable $content_type
Rfc822Header::$content_type in Rfc822Header.class.php
Method clean_up
Message::clean_up() in Message.class.php
Clean message object
Class ContentType
ContentType in ContentType.class.php
Class that handles content-type headers Class is used internally by rfc822header class.
Method ContentType
ContentType::ContentType() in ContentType.class.php
Constructor function.
Method createAddressObject
Rfc822Header::createAddressObject() in Rfc822Header.class.php
Page ContentType.class.php
ContentType.class.php in ContentType.class.php
Page compose.php
compose.php in compose.php
Variable $caption
Variable $comment
Function cachePrefValues
cachePrefValues() in file_prefs.php
Caches user preferences
Method changed
Function checkForPrefs
checkForPrefs() in file_prefs.php
Check for a preferences file. If one can not be found, create it.
Function computeHashDirs
computeHashDirs() in prefs.php
Helper function for getHashDir which does the actual hash calculation.
Method createHTMLWidget
Creates html widget according to object type
Method createWidget_Boolean
Creates boolean widget
Method createWidget_Comment
Creates comment widget
Method createWidget_Float
Creates float widget
Method createWidget_FolderList
Creates folder list (html select with imap folder names) widget
Method createWidget_Hidden
Creates hidden widget
Method createWidget_Integer
Creates integer widget
Method createWidget_String
Creates string widget
Method createWidget_StrList
Creates string list (html select) widget
Method createWidget_TextArea
Creates textarea widget
Function create_hidden_element
Function create_option_groups
create_option_groups() in options.php
Function create_optmode_element
Creates hidden optmode attribute
Function create_optpage_element
Creates hidden optpage attribute
d
top
Variable $dlv_msg
Deliver_SMTP::$dlv_msg in Deliver_SMTP.class.php
Variable $dlv_ret_nr
Deliver_SMTP::$dlv_ret_nr in Deliver_SMTP.class.php
Variable $dlv_server_msg
Deliver_SMTP::$dlv_server_msg in Deliver_SMTP.class.php
Variable $domain
Deliver_SMTP::$domain in Deliver_SMTP.class.php
Function decodeBody
decodeBody() in mime.php
Decodes encoded message body
Function decodeHeader
decodeHeader() in mime.php
Decodes MIME headers
Class Deliver
Deliver in Deliver.class.php
Deliver Class - called to actually deliver the message
Function deliverMessage
deliverMessage() in compose.php
Delivers message
Class Deliver_IMAP
Deliver_IMAP in Deliver_IMAP.class.php
This class is incomplete and entirely undocumented.
Class Deliver_SendMail
Deliver_SendMail in Deliver_SendMail.class.php
Delivers messages using the sendmail binary
Method Deliver_SendMail
Deliver_SendMail::Deliver_SendMail() in Deliver_SendMail.class.php
Constructor function
Class Deliver_SMTP
Deliver_SMTP in Deliver_SMTP.class.php
Deliver messages using SMTP
Function digest_md5_parse_challenge
Parse Digest-MD5 challenge.
Function digest_md5_response
Return Digest-MD5 response.
Function displayHtmlHeader
displayHtmlHeader() in page_header.php
Creates HTML page header
Function displayInternalLink
displayInternalLink() in page_header.php
Outputs internal link
Function displayMessageArray
displayMessageArray() in mailbox_display.php
Generic function to convert the msgs array into an HTML table.
Function displayMessageHeader
displayMessageHeader() in page_header.php
Prints page header in pages related to message content display
Function displayPageHeader
displayPageHeader() in page_header.php
Prints page header and top menu lines
Function do_hook
do_hook() in plugin.php
This function executes a hook.
Function do_hook_function
do_hook_function() in plugin.php
This function executes a hook and allows for parameters to be passed.
Page Deliver.class.php
Deliver.class.php in Deliver.class.php
Page Deliver_IMAP.class.php
Deliver_IMAP.class.php in Deliver_IMAP.class.php
Page Deliver_SendMail.class.php
Deliver_SendMail.class.php in Deliver_SendMail.class.php
Page Deliver_SMTP.class.php
Deliver_SMTP.class.php in Deliver_SMTP.class.php
Page decrypt_headers.php
decrypt_headers.php in decrypt_headers.php
Page display_messages.php
display_messages.php in display_messages.php
Page display.php
display.php in display.php
Page delete_message.php
delete_message.php in delete_message.php
Page download.php
download.php in download.php
Variable $dbh
abook_database::$dbh in abook_database.php
Database Handle
Variable $db_type
abook_database::$db_type in abook_database.php
Stores database type for db specific workarounds
Variable $detect_writeable
abook_local_file::$detect_writeable in abook_local_file.php
Detect, if address book is writeable by checking file permisions
Variable $dsn
abook_database::$dsn in abook_database.php
Data Source Name (connection description)
Global $data_dir
$data_dir in config_default.php
Path to the data/ directory
Global $default_folder_prefix
$default_folder_prefix in config_default.php
Default IMAP folder prefix
Global $default_use_mdn
$default_use_mdn in config_default.php
Delivery Receipts Control
Global $default_use_priority
$default_use_priority in config_default.php
Email Priority Control
Global $delete_folder
$delete_folder in config_default.php
The following are related to deleting messages.
Global $dir_hash_level
$dir_hash_level in config_default.php
Hash level used for data directory.
Global $domain
$domain in config_default.php
Default Domain
Function do_err
do_err() in configtest.php
Function date_intl
date_intl() in date.php
Returns the localized representation of the date/time.
Page date.php
date.php in date.php
Function dgettext
dgettext() in gettext.php
Alternative php dgettext function
Function dngettext
dngettext() in ngettext.php
internal dngettext wrapper.
Variable $date
Rfc822Header::$date in Rfc822Header.class.php
Timestamp of date header
Variable $date_unparsed
Rfc822Header::$date_unparsed in Rfc822Header.class.php
Original date header as fallback for unparsable dates
Variable $decoded_body
Message::$decoded_body in Message.class.php
Variable $description
MessageHeader::$description in MessageHeader.class.php
Variable $disposition
Rfc822Header::$disposition in Rfc822Header.class.php
Variable $disposition
MessageHeader::$disposition in MessageHeader.class.php
Variable $dnt
Rfc822Header::$dnt in Rfc822Header.class.php
Method Disposition
Disposition::Disposition() in Disposition.class.php
Constructor function
Class Disposition
Disposition in Disposition.class.php
Class that handles content disposition header
Page Disposition.class.php
Disposition.class.php in Disposition.class.php
Variable $dbh
dbPrefs::$dbh in db_prefs.php
Database connection handle
Variable $db_type
dbPrefs::$db_type in db_prefs.php
Database type
Variable $default
dbPrefs::$default in db_prefs.php
Defaults
Class dbPrefs
dbPrefs in db_prefs.php
Handles database preferences
Method deleteKey
dbPrefs::deleteKey() in db_prefs.php
Deletes preference key
Page db_prefs.php
db_prefs.php in db_prefs.php
Function Darkness_HeaderPlugin
e
top
Variable $ehlo
Deliver_SMTP::$ehlo in Deliver_SMTP.class.php
Array keys are uppercased ehlo keywords array key values are ehlo params. If ehlo-param contains space, it is splitted into array.
Method echoHtml
html::echoHtml() in html.class.php
Prints html object
Function echo_template_var
Temporary test function to process template vars with formatting.
Function elapsed
elapsed() in mailbox_display.php
calculates difference between given microtime() value and current microtime() value
Function empty_identity
empty_identity() in identity.php
Function to test if identity is empty
Function encodeHeader
encodeHeader() in mime.php
Encodes header
Function encodeHeaderBase64
Encodes string according to rfc2047 B encoding header formating rules
Method errorCheck
Deliver_SMTP::errorCheck() in Deliver_SMTP.class.php
check if an SMTP reply is an error and set an error message)
Function error_box
error_box() in display_messages.php
Prints error message
Function error_message
error_message() in display_messages.php
Prints error message and link to mailbox listing
Function error_option_save
error_option_save() in display_messages.php
Adds message that informs about non fatal error that can happen while saving preferences
Page empty_trash.php
empty_trash.php in empty_trash.php
Variable $error
addressbook_backend::$error in addressbook.php
Variable $error
AddressBook::$error in addressbook.php
Global $edit_name
$edit_name in config_default.php
Identity Controls
Global $encode_header_key
$encode_header_key in config_default.php
Header encryption
Page euc_cn.php
euc_cn.php in euc_cn.php
Page euc_jp.php
euc_jp.php in euc_jp.php
Page euc_kr.php
euc_kr.php in euc_kr.php
Page euc_tw.php
euc_tw.php in euc_tw.php
Variable $error
FileReader::$error in streams.class.php
contains error codes
Variable $error
gettext_reader::$error in gettext.class.php
holds error code (0 if no error)
Function elapsedTime
elapsedTime() in imap_messages.php
Calculates difference between given gettimeofday() value and current time
Variable $encoding
MessageHeader::$encoding in MessageHeader.class.php
Variable $encoding
Rfc822Header::$encoding in Rfc822Header.class.php
Variable $entities
Message::$entities in Message.class.php
Nested mime parts
Variable $entity
Message::$entity in Message.class.php
Variable $entity_id
Message::$entity_id in Message.class.php
Message part id
Variable $error
dbPrefs::$error in db_prefs.php
Error buffer
f
top
Function fillMessageArray
fillMessageArray() in mailbox_display.php
Gets information about selected messages
Method finalizeStream
Deliver_SMTP::finalizeStream() in Deliver_SMTP.class.php
Method finalizeStream
Deliver_SendMail::finalizeStream() in Deliver_SendMail.class.php
function finalizeStream
Method FindId
html::FindId() in html.class.php
Locate nested object
Function findParentForChild
Recursive function to find the correct parent for a new node.
Function find_ent_id
find_ent_id() in mime.php
This function trys to locate the entity_id of a specific mime element
Method foldLine
Deliver::foldLine() in Deliver.class.php
function foldLine - for cleanly folding of headerlines
Function formatAttachments
Format attachment block
Function formatBody
formatBody() in mime.php
This returns a parsed string called $body. That string can then be displayed as the actual message in the HTML. It contains everything needed, including HTML Tags, Attachments at the bottom, etc.
Page folder.php
folder.php in folder.php
Page folders.php
folders.php in folders.php
Page folders_create.php
folders_create.php in folders_create.php
Page folders_delete.php
folders_delete.php in folders_delete.php
Page folders_rename_do.php
folders_rename_do.php in folders_rename_do.php
Page folders_rename_getname.php
folders_rename_getname.php in folders_rename_getname.php
Variable $filehandle
abook_local_file::$filehandle in abook_local_file.php
File handle
Variable $filename
abook_local_file::$filename in abook_local_file.php
File used to store data
Variable $filter
abook_ldap_server::$filter in abook_ldap_server.php
Method find_unique_dn
abook_ldap_server::find_unique_dn() in abook_ldap_server.php
Locates user's dn for rebinding
Method fullname
Creates full name from given name and surname
Method full_address
AddressBook::full_address() in addressbook.php
This function takes a $row array as returned by the addressbook search and returns an e-mail address with the full name or nickname optionally prepended.
Global $force_username_lowercase
$force_username_lowercase in config_default.php
Username Case Control
Global $frame_border_visible
$frame_border_visible in config_default.php
Frame Border Control
Global $frame_top
$frame_top in config_default.php
Top frame
Page forms.php
forms.php in forms.php
Method FileReader
FileReader::FileReader() in streams.class.php
reads translation file and fills translation input object properties
Class FileReader
FileReader in streams.class.php
Class that is used to read .mo files.
Method find_string
gettext_reader::find_string() in gettext.class.php
binary search for string
Function fixcharset
fixcharset() in i18n.php
Makes charset name suitable for decoding cycles
Function find_mailbox_name
find_mailbox_name() in imap_mailbox.php
Finds mailbox name in LSUB|LIST response
Variable $flags
Message::$flags in Message.class.php
Variable $from
Rfc822Header::$from in Rfc822Header.class.php
From header
Method findAddress
Rfc822Header::findAddress() in Rfc822Header.class.php
Extracts email addresses from headers.
Method findAlternativeEntity
Method findDisplayEntity
Message::findDisplayEntity() in Message.class.php
Method findRelatedEntity
Message::findRelatedEntity() in Message.class.php
Method failQuery
dbPrefs::failQuery() in db_prefs.php
Handles fatal errors
Method fillPrefsCache
Caches user preferences
Page file_prefs.php
file_prefs.php in file_prefs.php
g
top
Function GenerateRandomString
GenerateRandomString() in strings.php
Generates a random string from the caracter set you pass in
Method getBcc
Deliver_IMAP::getBcc() in Deliver_IMAP.class.php
Method getBCC
Deliver::getBCC() in Deliver.class.php
function getBCC - reserved for extended functionality
Function getEndMessage
getEndMessage() in mailbox_display.php
Calculates last message
Function getEntity
getEntity() in mime.php
returns a $message object for a particular entity id
Function getMbxList
getMbxList() in mailbox_display.php
Creates targetMailbox selection box
Function getPriorityStr
getPriorityStr() in mime.php
Converts priority to human readable string
Function getSelfSortMessages
getSelfSortMessages() in mailbox_display.php
Gets information about messages sorted by PHP based sorting functions
Function getServerMessages
getServerMessages() in mailbox_display.php
Gets information about messages.
Function getServerSortMessages
getServerSortMessages() in mailbox_display.php
Gets information about messages sorted by server based sorting functions
Function getSmallStringCell
getSmallStringCell() in mailbox_display.php
Creates small aligned cell
Function getThreadMessages
getThreadMessages() in mailbox_display.php
Gets information about messages sorted by server based threading functions
Function get_identities
get_identities() in identity.php
Returns an array of all the identities.
Function get_location
get_location() in strings.php
get_location
Function get_msgcnt_str
get_msgcnt_str() in mailbox_display.php
Computes the "Viewing Messages..." string
Function get_paginator_link
get_paginator_link() in mailbox_display.php
Generates a paginator link.
Function get_paginator_str
get_paginator_str() in mailbox_display.php
Computes the paginator string
Function get_selectall_link
get_selectall_link() in mailbox_display.php
Creates "Select All" link
Function get_smtp_user
get_smtp_user() in auth.php
Fillin user and password based on SMTP auth settings.
Page global.php
global.php in global.php
Function get_abook_sort
get_abook_sort() in addressbook.php
Address book sorting options
Method get_backend_list
Return an array of backends of a given type, or all backends if no type is specified.
Function getDateString
getDateString() in date.php
Smart date function
Function getDayAbrv
getDayAbrv() in date.php
Like getDayName, but returns the short form
Function getDayName
getDayName() in date.php
Returns the (localized) string for a given day number.
Function getGMTSeconds
getGMTSeconds() in date.php
Corrects a time stamp to be the local time.
Function getLongDateString
This returns a date of the format "Wed, Oct 29, 2003 9:52 am", or the same in 24H format (depending on the user's settings), and taking localization into accout.
Function getMonthAbrv
getMonthAbrv() in date.php
Returns the (localized) string for a given month number, short representation.
Function getMonthName
getMonthName() in date.php
Returns the (localized) string for a given month number.
Function getTimeStamp
getTimeStamp() in date.php
Decodes a RFC 822 Date-header into a timestamp
Page gb2312.php
gb2312.php in gb2312.php
Page gb18030.php
gb18030.php in gb18030.php
Page gbk.php
gbk.php in gbk.php
Class gettext_reader
gettext_reader in gettext.class.php
Class that uses parsed translation input objects
Method gettext_reader
constructor that requires StreamReader object
Method get_plural_forms
extract plural forms header
Method get_string_number
get a string with particular number
Method get_translation_number
get translated string with particular number
Page gettext.class.php
gettext.class.php in gettext.class.php
Page gettext.php
gettext.php in gettext.php
Function get_parent_level
get_parent_level() in imap_messages.php
Returns an indent array for printMessageinfo()
Function get_reference_header
get_reference_header() in imap_messages.php
Returns the reference headers
Function get_thread_sort
get_thread_sort() in imap_messages.php
Returns an array with each element as a string representing one message-thread as returned by the IMAP server.
Variable $group
AddressStructure::$group in AddressStructure.class.php
Group.
Method getAddress
AddressStructure::getAddress() in AddressStructure.class.php
Return address information from mime headers.
Method getAddressTokens
Rfc822Header::getAddressTokens() in Rfc822Header.class.php
Method getAddr_a
Rfc822Header::getAddr_a() in Rfc822Header.class.php
function to get the array of addresses out of the header.
Method getAddr_s
Rfc822Header::getAddr_s() in Rfc822Header.class.php
function to get the address strings out of the header.
Method getAttachments
Message::getAttachments() in Message.class.php
Method getContentType
Rfc822Header::getContentType() in Rfc822Header.class.php
Method getEncodedAddress
AddressStructure::getEncodedAddress() in AddressStructure.class.php
Shorter version of getAddress() function Returns full encoded address.
Method getEntity
Message::getEntity() in Message.class.php
Method getFilename
Message::getFilename() in Message.class.php
Get file name used for mime part
Method getMailbox
Message::getMailbox() in Message.class.php
Method getParameter
MessageHeader::getParameter() in MessageHeader.class.php
Gets parameter value from $parameters array
Method getProperty
Disposition::getProperty() in Disposition.class.php
Returns value of content disposition property
Function getHashedDir
getHashedDir() in prefs.php
Helper function for getHashedFile, given a username returns the hashed dir for that username.
Function getHashedFile
getHashedFile() in prefs.php
Given a username and datafilename, this will return the path to the hashed location of that datafile.
Method getKey
dbPrefs::getKey() in db_prefs.php
Gets preference key value
Function getPref
getPref() in file_prefs.php
Return the value for the preference given by $string.
Function getSig
getSig() in file_prefs.php
Get the signature.
h
top
Variable $html_el
html::$html_el in html.class.php
Function handleAsSent
handleAsSent() in mailbox_display.php
Checks if mailbox should be handled as Sent folder
Function hex2ip
hex2ip() in decrypt_headers.php
converts hex string to ip address
Function hmac_md5
hmac_md5() in auth.php
Creates a HMAC digest that can be used for auth purposes See RFCs 2104, 2617, 2831 Uses mhash() extension if available
Method html
html::html() in html.class.php
Constructor function
Class html
html in html.class.php
Experimental html output class
Method htmlAdd
html::htmlAdd() in html.class.php
Function html_tag
html_tag() in html.php
Generate html tags
Page html.class.php
html.class.php in html.class.php
Page html.php
html.php in html.php
Page htmlfilter.php
htmlfilter.php in htmlfilter.php
Page help.php
help.php in help.php
Global $hide_auth_header
$hide_auth_header in config_default.php
NaSMail adds username information to every sent email.
Global $hide_sm_attributions
$hide_sm_attributions in config_default.php
Attributions Control
Page hz.php
hz.php in hz.php
Variable $header
Message::$header in Message.class.php
Message information from IMAP BODYSTRUCTURE
Variable $host
AddressStructure::$host in AddressStructure.class.php
Server address.
Variable $htmlencoded
i
top
Variable $id
html::$id in html.class.php
Method initStream
Deliver_SendMail::initStream() in Deliver_SendMail.class.php
function initStream
Method initStream
Deliver_SMTP::initStream() in Deliver_SMTP.class.php
Starts SMTP connection
Method initStream
Deliver::initStream() in Deliver.class.php
function initStream - reserved for extended functionality
Method InsToId
html::InsToId() in html.class.php
Adds nested objects to selected child object
Method ip2hex
Deliver::ip2hex() in Deliver.class.php
Converts ip address to hexadecimal string
Function is_logged_in
is_logged_in() in auth.php
Check if user has previously logged in to the SquirrelMail session. If user has not logged in, execution will stop inside this function.
Page identity.php
identity.php in identity.php
Page image.php
image.php in image.php
Global $imapPort
$imapPort in config_default.php
IMAP server port
Global $imapServerAddress
$imapServerAddress in config_default.php
IMAP server address
Global $imap_auth_mech
$imap_auth_mech in config_default.php
IMAP authentication mechanism
Global $imap_server_type
$imap_server_type in config_default.php
IMAP server type
Global $invert_time
$invert_time in config_default.php
Time offset inversion
Page iso_2022_cn.php
iso_2022_cn.php in iso_2022_cn.php
Page iso_2022_jp.php
iso_2022_jp.php in iso_2022_jp.php
Page iso_2022_jp_1.php
iso_2022_jp_1.php in iso_2022_jp_1.php
Page iso_2022_jp_2.php
iso_2022_jp_2.php in iso_2022_jp_2.php
Page iso_2022_kr.php
iso_2022_kr.php in iso_2022_kr.php
Page iso_8859_1.php
iso_8859_1.php in iso_8859_1.php
Page iso_8859_2.php
iso_8859_2.php in iso_8859_2.php
Page iso_8859_3.php
iso_8859_3.php in iso_8859_3.php
Page iso_8859_4.php
iso_8859_4.php in iso_8859_4.php
Page iso_8859_5.php
iso_8859_5.php in iso_8859_5.php
Page iso_8859_6.php
iso_8859_6.php in iso_8859_6.php
Page iso_8859_7.php
iso_8859_7.php in iso_8859_7.php
Page iso_8859_8.php
iso_8859_8.php in iso_8859_8.php
Page iso_8859_9.php
iso_8859_9.php in iso_8859_9.php
Page iso_8859_10.php
iso_8859_10.php in iso_8859_10.php
Page iso_8859_11.php
iso_8859_11.php in iso_8859_11.php
Page iso_8859_13.php
iso_8859_13.php in iso_8859_13.php
Page iso_8859_14.php
iso_8859_14.php in iso_8859_14.php
Page iso_8859_15.php
iso_8859_15.php in iso_8859_15.php
Page iso_8859_16.php
iso_8859_16.php in iso_8859_16.php
Page iso_ir_111.php
iso_ir_111.php in iso_ir_111.php
Page iso_8859_1.php
iso_8859_1.php in iso_8859_1.php
Page iso_8859_2.php
iso_8859_2.php in iso_8859_2.php
Page iso_8859_7.php
iso_8859_7.php in iso_8859_7.php
Page iso_8859_9.php
iso_8859_9.php in iso_8859_9.php
Page iso_8859_15.php
iso_8859_15.php in iso_8859_15.php
Page i18n.php
i18n.php in i18n.php
Function imap_utf7_decode_local
imap_utf7_decode_local() in imap_utf7_local.php
Converts mailbox name from UTF7-IMAP to UTF-8
Function imap_utf7_encode_local
imap_utf7_encode_local() in imap_utf7_local.php
Converts mailbox name to UTF7-IMAP
Function isBoxBelow
isBoxBelow() in imap_mailbox.php
Checks if $subbox is below the specified $parentbox
Function isDraftMailbox
isDraftMailbox() in imap_mailbox.php
Detects if mailbox is a Drafts folder or subfolder of Drafts
Function isSentMailbox
isSentMailbox() in imap_mailbox.php
Detects if mailbox is a Sent folder or subfolder of Sent
Function isSpecialMailbox
isSpecialMailbox() in imap_mailbox.php
Defines special mailboxes: given a mailbox name, it checks if this is a "special" one: INBOX, Trash, Sent or Draft.
Function isTrashMailbox
isTrashMailbox() in imap_mailbox.php
Detects if mailbox is a Trash folder or subfolder of Trash
Page imap.php
imap.php in imap.php
Page imap_general.php
imap_general.php in imap_general.php
Page imap_mailbox.php
imap_mailbox.php in imap_mailbox.php
Page imap_messages.php
imap_messages.php in imap_messages.php
Page imap_search.php
imap_search.php in imap_search.php
Page imap_utf7_local.php
imap_utf7_local.php in imap_utf7_local.php
Variable $id
MessageHeader::$id in MessageHeader.class.php
Variable $in_reply_to
Rfc822Header::$in_reply_to in Rfc822Header.class.php
In-reply-to header
Variable $is_answered
Message::$is_answered in Message.class.php
Message \answered status
Variable $is_deleted
Message::$is_deleted in Message.class.php
Message \deleted status
Variable $is_flagged
Message::$is_flagged in Message.class.php
Message \flagged status
Variable $is_mdnsent
Message::$is_mdnsent in Message.class.php
Message mdn status
Variable $is_seen
Message::$is_seen in Message.class.php
Message \seen status
Method initAttachment
Message::initAttachment() in Message.class.php
Add attachment to message object
Function IsUnique
IsUnique() in setup.php
j
top
Variable $javascript
html::$javascript in html.class.php
Keys should store javascript events (onclick, onmouseover and others).
k
top
Page koi8_r.php
koi8_r.php in koi8_r.php
Page koi8_u.php
koi8_u.php in koi8_u.php
Page koi8_r.php
koi8_r.php in koi8_r.php
Page koi8_u.php
koi8_u.php in koi8_u.php
Variable $key_field
dbPrefs::$key_field in db_prefs.php
Field used to store preference key
l
top
Function listEntities
listEntities() in mime.php
Prints message entities
Function load_optpage_data_display
This function builds an array with all the information about the options available to the user, and returns it. The options are grouped by the groups in which they are displayed.
Function load_optpage_data_folder
This function builds an array with all the information about the options available to the user, and returns it. The options are grouped by the groups in which they are displayed.
Function load_optpage_data_personal
This function builds an array with all the information about the options available to the user, and returns it. The options are grouped by the groups in which they are displayed.
Function logout_error
logout_error() in display_messages.php
Prints error message and link to login page
Page load_prefs.php
load_prefs.php in load_prefs.php
Page left_main.php
left_main.php in left_main.php
Page login.php
login.php in login.php
Variable $limit_scope
abook_ldap_server::$limit_scope in abook_ldap_server.php
Variable $line_length
abook_local_file::$line_length in abook_local_file.php
Sets max entry size (number of bytes used for all address book fields
Variable $linkid
abook_ldap_server::$linkid in abook_ldap_server.php
Variable $listing
abook_local_file::$listing in abook_local_file.php
controls listing of address book
Variable $listing
abook_database::$listing in abook_database.php
Enable/disable address book listing
Variable $listing
abook_ldap_server::$listing in abook_ldap_server.php
Variable $localbackend
AddressBook::$localbackend in addressbook.php
Variable $localbackendname
Method ldapspecialchars
abook_ldap_server::ldapspecialchars() in abook_ldap_server.php
Sanitizes ldap search strings.
Method ldap_add
abook_ldap_server::ldap_add() in abook_ldap_server.php
Add an entry to LDAP server.
Method ldap_error
abook_ldap_server::ldap_error() in abook_ldap_server.php
Get error from LDAP resource if possible
Method ldap_modify
abook_ldap_server::ldap_modify() in abook_ldap_server.php
Modify the values of an entry on LDAP server.
Method ldap_remove
abook_ldap_server::ldap_remove() in abook_ldap_server.php
Remove an entry from LDAP server.
Method ldap_rename
abook_ldap_server::ldap_rename() in abook_ldap_server.php
Rename an entry on LDAP server.
Method ldap_search
abook_ldap_server::ldap_search() in abook_ldap_server.php
Search LDAP server.
Method list_addr
abook_database::list_addr() in abook_database.php
List all addresses
Method list_addr
AddressBook::list_addr() in addressbook.php
Return all addresses
Method list_addr
abook_local_file::list_addr() in abook_local_file.php
List all addresses
Method list_addr
abook_ldap_server::list_addr() in abook_ldap_server.php
List all entries present in LDAP server
Method list_addr
Lists all address book entries stored in backend Dummy function. Always returns false. Real backends should replace it.
Method lock
abook_local_file::lock() in abook_local_file.php
Lock the datafile - try 20 times in 5 seconds
Method lookup
AddressBook::lookup() in addressbook.php
Lookup an address by alias. Only possible in local backends.
Method lookup
Look for exact address book entry match Dummy function. Always returns false. Real backends should replace it.
Method lookup
abook_database::lookup() in abook_database.php
Lookup alias
Method lookup
abook_local_file::lookup() in abook_local_file.php
Lookup alias
Method lookup
abook_ldap_server::lookup() in abook_ldap_server.php
Lookup an alias
Global $list_special_folders_first
$list_special_folders_first in config_default.php
List Special Folders First Control
Method length
FileReader::length() in streams.class.php
return file length
Method load_tables
gettext_reader::load_tables() in gettext.class.php
Page l10n.class.php
l10n.class.php in l10n.class.php
Variable $language
MessageHeader::$language in MessageHeader.class.php
Variable $length
Message::$length in Message.class.php
Message part length
Method Language
Language::Language() in Language.class.php
Class constructor
Class Language
Language in Language.class.php
Class that can be used to handle language properties in MIME headers.
Page Language.class.php
Language.class.php in Language.class.php
Function load_optpage_data_compose
This function builds an array with all the information about the options available to the user, and returns it. The options are grouped by the groups in which they are displayed.
m
top
Function magicHTML
magicHTML() in htmlfilter.php
This is a wrapper function to call html sanitizing routines.
Method mail
Deliver::mail() in Deliver.class.php
function mail - send the message parts to the SMTP stream
Function mail_message_listing_beginning
mail_message_listing_beginning() in mailbox_display.php
Prints mailbox top listing row with control buttons
Function mail_message_listing_end
mail_message_listing_end() in mailbox_display.php
Prints footer of mailbox listing
Function makeComposeLink
makeComposeLink() in page_header.php
Create compose link
Function makeExternalLink
makeExternalLink() in page_header.php
Same as makeInternalLink, but without base_uri prefix
Function makeInternalLink
makeInternalLink() in page_header.php
Method mimeBoundary
Deliver::mimeBoundary() in Deliver.class.php
function mimeBoundary - calculates the mime boundary to use
Function mime_fetch_body
mime_fetch_body() in mime.php
This starts the parsing of a particular structure. It is called recursively, so it can be passed different structures. It returns an object of type $message.
Function mime_print_body_lines
Function mime_structure
mime_structure() in mime.php
Get the MIME structure
Page mailbox_display.php
mailbox_display.php in mailbox_display.php
Page mime.php
mime.php in mime.php
Page mailto.php
mailto.php in mailto.php
Page move_messages.php
move_messages.php in move_messages.php
Variable $maxrows
abook_ldap_server::$maxrows in abook_ldap_server.php
Method modify
Modifies address book entry Dummy function. Always returns false. Real backends should replace it.
Method modify
AddressBook::modify() in addressbook.php
Modifies address book entry identified by $alias from backend $bnum
Method modify
abook_ldap_server::modify() in abook_ldap_server.php
Modify address
Method modify
abook_database::modify() in abook_database.php
Modify address
Method modify
abook_local_file::modify() in abook_local_file.php
Modify address
Global $mailbox_case_sensitive
$mailbox_case_sensitive in config_default.php
Mailbox Case Sensitivity Control
Global $motd
$motd in config_default.php
MOTD
Function mailtree_sort
mailtree_sort() in imap_mailbox.php
Sorts mailboxes in array values
Function map_yp_alias
map_yp_alias() in imap_general.php
This is an example that gets IMAP servers from yellowpages (NIS).
Variable $mailbox
AddressStructure::$mailbox in AddressStructure.class.php
Mailbox name.
Variable $mail_followup_to
Rfc822Header::$mail_followup_to in Rfc822Header.class.php
Mail-Followup-To header
Variable $md5
MessageHeader::$md5 in MessageHeader.class.php
Variable $message_id
Rfc822Header::$message_id in Rfc822Header.class.php
Message-ID header
Variable $mime
Rfc822Header::$mime in Rfc822Header.class.php
Variable $mime_header
Message::$mime_header in Message.class.php
MessageHeader object
Variable $mlist
Rfc822Header::$mlist in Rfc822Header.class.php
Variable $more_headers
Rfc822Header::$more_headers in Rfc822Header.class.php
Extra header
Class Message
Message in Message.class.php
The object that contains a message.
Class MessageHeader
MessageHeader in MessageHeader.class.php
Message header class
Method mlist
Rfc822Header::mlist() in Rfc822Header.class.php
Fills mlist array keys in rfc822Header object
Page Message.class.php
Message.class.php in Message.class.php
Page MessageHeader.class.php
MessageHeader.class.php in MessageHeader.class.php
Page mime.class.php
mime.class.php in mime.class.php
n
top
Function nsm_addslashes
nsm_addslashes() in strings.php
PHP addslashes replacement that does not depend on correct magic_quotes_sybase setting.
Function nsm_auth_delete_password
Removes saved password information.
Function nsm_auth_read_key
Reads encrypted pass password
Function nsm_auth_read_otp
Reads key used to encrypt password
Function nsm_auth_read_password
Reads and decodes stored user password information
Function nsm_auth_save_password
Saves password Function must be executed before html output is started.
Function nsm_check_for_javascript
Detects browsers with broken JavaScript support.
Function nsm_check_httponly_cookies
Checks for HTTPOnly cookie support in browsers.
Function nsm_cstrcasecmp
nsm_cstrcasecmp() in strings.php
Locale insensitive strcasecmp
Function nsm_cstrtolower
nsm_cstrtolower() in strings.php
Locale insensitive strtolower
Function nsm_cstrtoupper
nsm_cstrtoupper() in strings.php
Locale insensitive strtoupper
Function nsm_fix_session_url
Adds session id to URL, if it is needed
Constant NSM_FOLDER_ALL
NSM_FOLDER_ALL in constants.php
Special name for all folders. Constant does not match 'All Folders' string used in NaSMail 1.0-1.6 search form.
Constant NSM_FOLDER_NONE
NSM_FOLDER_NONE in constants.php
Constant can be used for nonexistent IMAP folder
Function nsm_html2txt
nsm_html2txt() in html.php
Converts HTML to plain text.
Function nsm_http_redirect
Function sends HTTP 302 header and handles session.use_trans_sid differences.
Constant NSM_LAYOUT_DEFAULT
NSM_LAYOUT_DEFAULT in constants.php
Layout constants
Constant NSM_LAYOUT_NOFRAMES
NSM_LAYOUT_NOFRAMES in constants.php
Constant NSM_LAYOUT_PREVIEW
NSM_LAYOUT_PREVIEW in constants.php
Constant NSM_MESSAGE_EML
NSM_MESSAGE_EML in constants.php
Function nsm_message_log
nsm_message_log() in display_messages.php
Logs messages
Constant NSM_MESSAGE_MSG
NSM_MESSAGE_MSG in constants.php
Constants for email_message_format.
Function nsm_page_title
nsm_page_title() in page_header.php
Returns standard formated NaSMail page title.
Constant NSM_PREF_EMPTY
NSM_PREF_EMPTY in constants.php
Constant for empty string setting
Function nsm_print_mailbox_controls
nsm_print_mailbox_controls() in mailbox_display.php
Prints mailbox controls
Function nsm_process_upload_errors
Converts PHP 4.2+ upload error codes to human readable (and translated) string
Function nsm_setint_u32
nsm_setint_u32() in strings.php
Makes sure that number is 32bit unsigned integer
Function nsm_string_compare
nsm_string_compare() in strings.php
Compares two strings
Function nsm_str_pad
nsm_str_pad() in strings.php
Multibyte aware string padding
Variable $numbackends
AddressBook::$numbackends in addressbook.php
Function nsm_abook_count
nsm_abook_count() in addressbook.php
Creates "Viewing Addresses: x to x (x total)" string
Function nsm_abook_pager
nsm_abook_pager() in addressbook.php
Creates page navigation links for address book listing
Function nsm_abook_page_link
nsm_abook_page_link() in addressbook.php
Creates link to some address book page
Function nsm_abook_toggle_link
nsm_abook_toggle_link() in addressbook.php
Adds checkbox toggle control in address book listing
Global $no_list_for_subscribe
$no_list_for_subscribe in config_default.php
Subscribe Listing Control
Global $nsm_disable_cookies
$nsm_disable_cookies in config_default.php
Controls use of cookies
Function nsm_form_check_token
Checks form security token
Function nsm_form_get_token
Returns token which can be used to protect forms from cross site form attacks
Page ngettext.php
ngettext.php in ngettext.php
Method ngettext
gettext_reader::ngettext() in gettext.class.php
translate string with singular/plural forms
Function ngettext
ngettext() in ngettext.php
internal ngettext wrapper.
Function nsm_bindtextdomain
Gettext bindtextdomain wrapper.
Function nsm_i18n_charset_alias
Locates charset alias used by NaSMail
Function nsm_i18n_convert_entities
Converts html character entities to numeric entities
Function nsm_i18n_language_name
Converts language code to translated language name Not all iso 639 codes are supported. Function could also be used to translate English language name to user's language.
Function nsm_textdomain
nsm_textdomain() in i18n.php
Gettext textdomain wrapper.
Function nsm_tgettext
nsm_tgettext() in i18n.php
Lookup a message in the current or selected domain (tagged form)
Function nsm_tngettext
nsm_tngettext() in i18n.php
Plural form of nsm_tgettext
Function nsm_decode_mod_base64
nsm_decode_mod_base64() in imap_utf7_local.php
Decodes modified Base64 encoding
Function nsm_encode_mod_base64
nsm_encode_mod_base64() in imap_utf7_local.php
Encodes string in modified Base64 encoding
Function nsm_imap_check_cont_request
nsm_imap_check_cont_request() in imap_general.php
Checks IMAP continuation responses in commands with literal strings
Function nsm_imap_login
nsm_imap_login() in imap_general.php
Logs the user into the IMAP server. If $hide is set, no error messages will be displayed. This function returns the IMAP connection handle.
Function nsm_imap_mailbox_expunge
nsm_imap_mailbox_expunge() in imap_mailbox.php
Expunges messages in selected mailbox.
Function nsm_imap_mailbox_name
nsm_imap_mailbox_name() in imap_mailbox.php
Returns human readable mailbox name
Function nsm_imap_msgs_next
nsm_imap_msgs_next() in imap_messages.php
Locates next message ID
Function nsm_imap_msgs_prev
nsm_imap_msgs_prev() in imap_messages.php
Locates previous message ID
Function nsm_imap_quote_string
nsm_imap_quote_string() in imap_general.php
Quotes strings in IMAP commands
Variable $name
SquirrelOption::$name in options.php
Variable $new_value
Function nsm_theme_check
nsm_theme_check() in theme.php
Fixes broken color themes
Function nsm_theme_init
nsm_theme_init() in theme.php
Function nsm_theme_init_alien_glow
theme init function
Function nsm_theme_init_autumn
Function nsm_theme_init_autumn2
Function nsm_theme_init_black_bean_burrito
Function nsm_theme_init_bluesnews
Function nsm_theme_init_bluesome
Function nsm_theme_init_bluesteel
Function nsm_theme_init_blue_grey
Function nsm_theme_init_blue_on_blue
Function nsm_theme_init_christmas
Function nsm_theme_init_classic_blue
Function nsm_theme_init_classic_blue2
Function nsm_theme_init_darkness
Function nsm_theme_init_dark_green
Function nsm_theme_init_dark_grey
Function nsm_theme_init_deepocean
Function nsm_theme_init_deepocean2
Function nsm_theme_init_dompie
Function nsm_theme_init_forest
Function nsm_theme_init_greenhouse_effect
Function nsm_theme_init_high_contrast
Function nsm_theme_init_ice
Function nsm_theme_init_in_the_pink
Function nsm_theme_init_kind_of_blue
Function nsm_theme_init_maize
Function nsm_theme_init_methodical
Function nsm_theme_init_midnight
Function nsm_theme_init_minimal_bw
Function nsm_theme_init_monostochastic
Function nsm_theme_init_netstyle
Function nsm_theme_init_penguin
Function nsm_theme_init_plain_blue
Function nsm_theme_init_powder_blue
Function nsm_theme_init_purple
Function nsm_theme_init_random
Function nsm_theme_init_redmond
Function nsm_theme_init_sandstorm
Function nsm_theme_init_seaspray
Function nsm_theme_init_servery
Function nsm_theme_init_shades_of_grey
Function nsm_theme_init_silver_steel
Function nsm_theme_init_simple_green
Function nsm_theme_init_simple_green2
Function nsm_theme_init_simple_purple
Function nsm_theme_init_slashdot
Function nsm_theme_init_spice_of_life
Function nsm_theme_init_spice_of_life_dark
Function nsm_theme_init_spice_of_life_lite
Function nsm_theme_init_squirrelmail
Function nsm_theme_init_standard
Function nsm_theme_init_techno_blue
Function nsm_theme_init_turquoise
Function nsm_theme_init_wood
Function nsm_theme_load
nsm_theme_load() in theme.php
Loads information about all enabled themes
Function nsm_theme_load_alien_glow
loads theme information
Function nsm_theme_load_autumn
loads theme information
Function nsm_theme_load_autumn2
loads theme information
Function nsm_theme_load_black_bean_burrito
loads theme information
Function nsm_theme_load_bluesnews
loads theme information
Function nsm_theme_load_bluesome
loads theme information
Function nsm_theme_load_bluesteel
loads theme information
Function nsm_theme_load_blue_grey
loads theme information
Function nsm_theme_load_blue_on_blue
loads theme information
Function nsm_theme_load_christmas
loads theme information
Function nsm_theme_load_classic_blue
loads theme information
Function nsm_theme_load_classic_blue2
loads theme information
Function nsm_theme_load_darkness
loads theme information
Function nsm_theme_load_dark_green
loads theme information
Function nsm_theme_load_dark_grey
loads theme information
Function nsm_theme_load_deepocean
loads theme information
Function nsm_theme_load_deepocean2
loads theme information
Function nsm_theme_load_dompie
loads theme information
Function nsm_theme_load_forest
loads theme information
Function nsm_theme_load_greenhouse_effect
loads theme information
Function nsm_theme_load_high_contrast
loads theme information
Function nsm_theme_load_ice
loads theme information
Function nsm_theme_load_in_the_pink
loads theme information
Function nsm_theme_load_kind_of_blue
loads theme information
Function nsm_theme_load_maize
loads theme information
Function nsm_theme_load_methodical
loads theme information
Function nsm_theme_load_midnight
loads theme information
Function nsm_theme_load_minimal_bw
loads theme information
Function nsm_theme_load_monostochastic
loads theme information
Function nsm_theme_load_netstyle
loads theme information
Function nsm_theme_load_penguin
loads theme information
Function nsm_theme_load_plain_blue
loads theme information
Function nsm_theme_load_powder_blue
loads theme information
Function nsm_theme_load_purple
loads theme information
Function nsm_theme_load_random
loads theme information
Function nsm_theme_load_redmond
loads theme information
Function nsm_theme_load_sandstorm
loads theme information
Function nsm_theme_load_seaspray
loads theme information
Function nsm_theme_load_servery
loads theme information
Function nsm_theme_load_shades_of_grey
loads theme information
Function nsm_theme_load_silver_steel
loads theme information
Function nsm_theme_load_simple_green
loads theme information
Function nsm_theme_load_simple_green2
loads theme information
Function nsm_theme_load_simple_purple
loads theme information
Function nsm_theme_load_slashdot
loads theme information
Function nsm_theme_load_spice_of_life
loads theme information
Function nsm_theme_load_spice_of_life_dark
loads theme information
Function nsm_theme_load_spice_of_life_lite
loads theme information
Function nsm_theme_load_squirrelmail
loads theme information
Function nsm_theme_load_standard
loads theme information
Function nsm_theme_load_techno_blue
loads theme information
Function nsm_theme_load_turquoise
loads theme information
Function nsm_theme_load_wood
loads theme information
o
top
Function OneTimePadCreate
OneTimePadCreate() in strings.php
Creates encryption key
Function OneTimePadDecrypt
OneTimePadDecrypt() in strings.php
Decrypts a password from the cookie
Function OneTimePadEncrypt
OneTimePadEncrypt() in strings.php
Encrypts password
Variable $owner
abook_database::$owner in abook_database.php
Owner name
Method open
abook_local_file::open() in abook_local_file.php
Open the addressbook file and store the file pointer.
Method open
abook_ldap_server::open() in abook_ldap_server.php
Open the LDAP server.
Method open
abook_database::open() in abook_database.php
Open the database.
Method overwrite
abook_local_file::overwrite() in abook_local_file.php
Overwrite the file with data from $rows
Global $optional_delimiter
$optional_delimiter in config_default.php
IMAP folder delimiter
Global $org_logo
$org_logo in config_default.php
Organization's logo picture (blank if none)
Global $org_logo_height
$org_logo_height in config_default.php
The height of the logo (0 for default)
Global $org_logo_width
$org_logo_width in config_default.php
The width of the logo (0 for default)
Global $org_name
$org_name in config_default.php
Organization's name
Global $org_title
$org_title in config_default.php
Webmail Title
Variable $offset
Message::$offset in Message.class.php
Message part offset
Page options.php
options.php in options.php
Page options.php
options.php in options.php
Page options_highlight.php
options_highlight.php in options_highlight.php
Page options_identities.php
options_identities.php in options_identities.php
Page options_order.php
options_order.php in options_order.php
Method open
dbPrefs::open() in db_prefs.php
Opens database connection
Function OptionSubmit
OptionSubmit() in options.php
Prints submit button
p
top
Page page_header.php
page_header.php in page_header.php
Page plugin.php
plugin.php in plugin.php
Page personal.php
personal.php in personal.php
Page printer_friendly_bottom.php
printer_friendly_bottom.php in printer_friendly_bottom.php
Page printer_friendly_main.php
printer_friendly_main.php in printer_friendly_main.php
Page printer_friendly_top.php
printer_friendly_top.php in printer_friendly_top.php
Function parseEmail
parseEmail() in url_parser.php
Replaces email addresses with NaSMail compose links
Function parseUrl
parseUrl() in url_parser.php
Converts URLs to html links opened in new window
Method parse_ehlo_response
Deliver_SMTP::parse_ehlo_response() in Deliver_SMTP.class.php
Parses ESMTP EHLO response (rfc1869)
Method parse_vcard
VCard::parse_vcard() in VCard.class.php
Read vcard and convert it to array
Function php_self
php_self() in strings.php
php_self
Function plain_error_message
plain_error_message() in display_messages.php
Prints error message
Method prepareMIME_Header
Deliver::prepareMIME_Header() in Deliver.class.php
function prepareMIME_Header - creates the mime header
Method prepareRFC822_Header
Deliver::prepareRFC822_Header() in Deliver.class.php
function prepareRFC822_Header - prepares the RFC822 header string from Rfc822Header object(s)
Method preWriteToStream
Deliver::preWriteToStream() in Deliver.class.php
function preWriteToStream - reserved for extended functionality
Method preWriteToStream
Deliver_SMTP::preWriteToStream() in Deliver_SMTP.class.php
Prepares message for processing in smtp data command
Function printHeader
printHeader() in mailbox_display.php
Prints mailbox display header
Function printMessageInfo
printMessageInfo() in mailbox_display.php
Prints html row with message info
Function processSubject
processSubject() in mailbox_display.php
Truncates subject
Variable $port
abook_ldap_server::$port in abook_ldap_server.php
Variable $protocol
abook_ldap_server::$protocol in abook_ldap_server.php
Global $pop_before_smtp
$pop_before_smtp in config_default.php
POP before SMTP setting
Global $provider_name
$provider_name in config_default.php
Provider name
Global $provider_uri
$provider_uri in config_default.php
Provider URI
Function parseAddress
parseAddress() in imap_general.php
Function parseArray
parseArray() in imap_messages.php
Parses a string containing an array from an imap response. String starts with ( and end with )
Function parsePriority
parsePriority() in imap_messages.php
Normalise the different Priority headers into a uniform value, namely that of the X-Priority header (1, 3, 5). Supports: Prioirty, X-Priority, Importance.
Function parseString
parseString() in imap_messages.php
Parses a string in an imap response. String starts with " or { which means it can handle double quoted strings and literal strings
Variable $parameters
MessageHeader::$parameters in MessageHeader.class.php
Content type parameters
Variable $parent
Message::$parent in Message.class.php
Parent message object
Variable $parent_ent
Message::$parent_ent in Message.class.php
Parent message part id
Variable $personal
AddressStructure::$personal in AddressStructure.class.php
Personal information
Variable $priority
Rfc822Header::$priority in Rfc822Header.class.php
Priority header
Variable $properties
ContentType::$properties in ContentType.class.php
Auxiliary header information prepared with parseContentType() function in rfc822header class.
Method parseAddress
Rfc822Header::parseAddress() in Rfc822Header.class.php
recursive function for parsing address strings and storing them in an address stucture object.
Method parseAddress
Message::parseAddress() in Message.class.php
Method parseBodyStructure
Message::parseBodyStructure() in Message.class.php
Method parseContentType
Rfc822Header::parseContentType() in Rfc822Header.class.php
Method parseDisposition
Rfc822Header::parseDisposition() in Rfc822Header.class.php
Fills disposition object in rfc822Header object
Method parseDisposition
Message::parseDisposition() in Message.class.php
Method parseEnvelope
Message::parseEnvelope() in Message.class.php
Method parseField
Rfc822Header::parseField() in Rfc822Header.class.php
Parse header field according to field type
Method parseHeader
Rfc822Header::parseHeader() in Rfc822Header.class.php
Method parseLanguage
Message::parseLanguage() in Message.class.php
Method parseLiteral
Message::parseLiteral() in Message.class.php
Method parseMessage
Message::parseMessage() in Message.class.php
Function to fill the message structure in case the
Method parseParenthesis
Message::parseParenthesis() in Message.class.php
Parse message text enclosed in parenthesis
Method parsePriority
Rfc822Header::parsePriority() in Rfc822Header.class.php
Normalise the different Priority headers into a uniform value, namely that of the X-Priority header (1, 3, 5). Supports: Priority, X-Priority, Importance.
Method parseProperties
Rfc822Header::parseProperties() in Rfc822Header.class.php
Method parseProperties
Message::parseProperties() in Message.class.php
Method parseQuote
Message::parseQuote() in Message.class.php
function parseQuote
Method parseSpamStatus
Rfc822Header::parseSpamStatus() in Rfc822Header.class.php
Parses the X-Spam-Status header
Method parseStructure
Message::parseStructure() in Message.class.php
Bodystructure parser, a recursive function for generating the entity-tree with all the mime-parts.
Method processParameters
Rfc822Header::processParameters() in Rfc822Header.class.php
RFC2184
Method purgeAttachments
Message::purgeAttachments() in Message.class.php
Delete all attachments from this object from disk.
Variable $possible_values
Variable $post_script
Page prefs.php
prefs.php in prefs.php
Function print_option_groups
print_option_groups() in options.php
Prints options
q
top
Function quoteimap
quoteimap() in strings.php
Escapes special characters for use in IMAP commands.
Method quotevalue
abook_local_file::quotevalue() in abook_local_file.php
Function for quoting values before saving
Method quotevalue
abook_ldap_server::quotevalue() in abook_ldap_server.php
Prepares user input for use in a ldap query.
r
top
Page read_body.php
read_body.php in read_body.php
Page redirect.php
redirect.php in redirect.php
Page right_bottom.php
right_bottom.php in right_bottom.php
Page right_frame.php
right_frame.php in right_frame.php
Page right_main.php
right_main.php in right_main.php
Function readShortMailboxName
readShortMailboxName() in strings.php
If $haystack is a full mailbox name and $needle is the mailbox separator character, returns the last part of the mailbox name.
Function register_attachment_common
register_attachment_common() in attachment_common.php
Handles registration of attachment hooks
Function RemoveSlashes
RemoveSlashes() in strings.php
Removes slashes from every element in the array
Function replaceBlock
replaceBlock() in url_parser.php
Replaces part of text body with given replacement string
Variable $rebind
abook_ldap_server::$rebind in abook_ldap_server.php
Method remove
AddressBook::remove() in addressbook.php
Remove the user identified by $alias from backend $bnum If $alias is an array, all users in the array are removed.
Method remove
abook_database::remove() in abook_database.php
Delete address
Method remove
abook_local_file::remove() in abook_local_file.php
Delete address
Method remove
Deletes address book entries Dummy function. Always returns false. Real backends should replace it.
Method remove
abook_ldap_server::remove() in abook_ldap_server.php
Delete address
Method read
FileReader::read() in streams.class.php
reads data from current position
Method readint
gettext_reader::readint() in gettext.class.php
Function readMailboxParent
readMailboxParent() in imap_mailbox.php
If $haystack is a full mailbox name, and $needle is the mailbox separator character, returns the second last part of the full mailbox name (i.e. the mailbox's parent mailbox)
Variable $references
Rfc822Header::$references in Rfc822Header.class.php
References header
Variable $reply_to
Rfc822Header::$reply_to in Rfc822Header.class.php
Reply-To header
Variable $rfc822_header
Message::$rfc822_header in Message.class.php
rfc822header object
Page Rfc822Header.class.php
Rfc822Header.class.php in Rfc822Header.class.php
Class Rfc822Header
Rfc822Header in Rfc822Header.class.php
MIME header class input: header_string or array You must call parseHeader() function after creating object in order to fill object's parameters.
Variable $refresh_level
Function removePref
removePref() in file_prefs.php
Removes a preference for the current user.
s
top
Variable $sendmail_args
Deliver_SendMail::$sendmail_args in Deliver_SendMail.class.php
Extra sendmail arguments
Variable $sendmail_command
Deliver_SendMail::$sendmail_command in Deliver_SendMail.class.php
Stores used sendmail command Private variable that is used to inform about used sendmail command.
Variable $style
html::$style in html.class.php
If array is used, keys should store html elements and values should control closing of these elements.
Page strings.php
strings.php in strings.php
Page search_frame.php
search_frame.php in search_frame.php
Page signout.php
signout.php in signout.php
Function save_identities
save_identities() in identity.php
Function to save the identities array
Function save_option_draft_folder
Saves the draft folder option.
Function save_option_javascript_autodetect
This function saves the javascript detection option.
Function save_option_sent_folder
Saves the sent folder option.
Function save_option_signature
save_option_signature() in personal.php
Saves the signature option.
Function save_option_trash_folder
Saves the trash folder option.
Method scriptAdd
html::scriptAdd() in html.class.php
Adds html script element
Function SendDownloadHeaders
function SendDownloadHeaders - send file to the browser
Function set_url_var
set_url_var() in html.php
handy function to set url vars
Function showMessagesForMailbox
showMessagesForMailbox() in mailbox_display.php
Prints information about messages based on interface configuration
Function ShowSortButton
ShowSortButton() in mailbox_display.php
Creates sorting button
Function show_readable_size
show_readable_size() in strings.php
Returns a string showing the size of the message/attachment.
Function simpleWalkTreePre
Recursive function that outputs a tree In-Pre-Order.
Constant SMOPT_GRP_CONTACT
SMOPT_GRP_CONTACT in personal.php
Define the group constants for the personal options page.
Constant SMOPT_GRP_FOLDERLIST
SMOPT_GRP_FOLDERLIST in folder.php
Constant SMOPT_GRP_FOLDERSELECT
Constant SMOPT_GRP_GENERAL
SMOPT_GRP_GENERAL in display.php
Define the group constants for the display options page.
Constant SMOPT_GRP_MAILBOX
SMOPT_GRP_MAILBOX in display.php
Constant SMOPT_GRP_MESSAGE
SMOPT_GRP_MESSAGE in display.php
Constant SMOPT_GRP_REPLY
SMOPT_GRP_REPLY in personal.php
Constant SMOPT_GRP_SIG
SMOPT_GRP_SIG in personal.php
Constant SMOPT_GRP_SPCFOLDER
SMOPT_GRP_SPCFOLDER in folder.php
Define the group constants for the folder options page.
Constant SMOPT_GRP_TZ
SMOPT_GRP_TZ in personal.php
Constant SMPREF_JS_AUTODETECT
SMPREF_JS_AUTODETECT in constants.php
Constant SMPREF_JS_OFF
SMPREF_JS_OFF in constants.php
Constant SMPREF_JS_ON
SMPREF_JS_ON in constants.php
Constant SMPREF_LOC_BETWEEN
SMPREF_LOC_BETWEEN in constants.php
Constant SMPREF_LOC_BOTTOM
SMPREF_LOC_BOTTOM in constants.php
Constant SMPREF_LOC_LEFT
SMPREF_LOC_LEFT in constants.php
Constant SMPREF_LOC_RIGHT
SMPREF_LOC_RIGHT in constants.php
Constant SMPREF_LOC_TOP
SMPREF_LOC_TOP in constants.php
Constant SMPREF_NO
SMPREF_NO in constants.php
***********************************************************
Constant SMPREF_NONE
SMPREF_NONE in constants.php
Constant SMPREF_OFF
SMPREF_OFF in constants.php
Constant SMPREF_ON
SMPREF_ON in constants.php
Constant SMPREF_TIME_12HR
SMPREF_TIME_12HR in constants.php
Constant SMPREF_TIME_24HR
SMPREF_TIME_24HR in constants.php
Constant SMPREF_UNSEEN_ALL
SMPREF_UNSEEN_ALL in constants.php
Constant SMPREF_UNSEEN_INBOX
SMPREF_UNSEEN_INBOX in constants.php
Constant SMPREF_UNSEEN_NONE
SMPREF_UNSEEN_NONE in constants.php
Constant SMPREF_UNSEEN_NORMAL
SMPREF_UNSEEN_NORMAL in constants.php
Constant SMPREF_UNSEEN_ONLY
SMPREF_UNSEEN_ONLY in constants.php
Constant SMPREF_UNSEEN_SPECIAL
SMPREF_UNSEEN_SPECIAL in constants.php
Constant SMPREF_UNSEEN_TOTAL
SMPREF_UNSEEN_TOTAL in constants.php
Constant SMPREF_YES
SMPREF_YES in constants.php
Constant SM_BOX_COLLAPSED
SM_BOX_COLLAPSED in left_main.php
Constant SM_BOX_UNCOLLAPSED
SM_BOX_UNCOLLAPSED in left_main.php
Function sm_print_r
sm_print_r() in strings.php
Print variable
Function sqauth_read_password
Reads and decodes stored user password information
Function sqfixidentities
sqfixidentities() in identity.php
Returns an array with a fixed set of identities
Function sqgetGlobalVar
sqgetGlobalVar() in global.php
Search for the var $name in $_SESSION, $_POST, $_GET, $_COOKIE, or $_SERVER and set it in provided var.
Function sqimap_base64_decode
Decodes base64 string
Function sqm_baseuri
sqm_baseuri() in strings.php
Find out where scripts live and try to be smart about it.
Function sqsession_destroy
sqsession_destroy() in global.php
Deletes an existing session, more advanced than the standard PHP session_destroy(), it explicitly deletes the cookies and global vars.
Function sqsession_is_active
sqsession_is_active() in global.php
Function to verify a session has been started. If it hasn't
Function sqsession_is_registered
Checks to see if a variable has already been registered in the session.
Function sqsession_register
sqsession_register() in global.php
Add a variable to the session.
Function sqsession_unregister
Delete a variable from the session.
Function sqstripslashes
sqstripslashes() in global.php
Recursively strip slashes from the values of an array.
Function sqUnWordWrap
sqUnWordWrap() in strings.php
Does the opposite of sqWordWrap()
Function sqWordWrap
sqWordWrap() in strings.php
Wraps text at $wrap characters
Function sq_body2div
sq_body2div() in htmlfilter.php
This function changes the <body> tag into a <div> tag since we can't really have a body-within-body.
Function sq_casenormalize
sq_casenormalize() in htmlfilter.php
A small helper function to use with array_walk. Modifies a by-ref value and makes it lowercase.
Function sq_check_save_extension
Checks, if message contains image attachment
Function sq_cid2http
sq_cid2http() in htmlfilter.php
This function converts cid: url's into the ones that can be viewed in the browser.
Constant SQ_COOKIE
SQ_COOKIE in global.php
Function sq_deent
sq_deent() in htmlfilter.php
Translates entities into literal values so they can be checked.
Function sq_defang
sq_defang() in htmlfilter.php
This function checks attribute values for entity-encoded values and returns them translated into 8-bit strings so we can run checks on them.
Function sq_findnxreg
sq_findnxreg() in htmlfilter.php
This function takes a PCRE-style regexp and tries to match it within the string.
Function sq_findnxstr
sq_findnxstr() in htmlfilter.php
This function looks for the next character within a string. It's really just a glorified "strpos", except it catches if failures nicely.
Function sq_fixatts
sq_fixatts() in htmlfilter.php
This function runs various checks against the attributes.
Function sq_fixIE_idiocy
sq_fixIE_idiocy() in htmlfilter.php
Fixes sanitizing issues caused by abuse of W3.org specifications in Microsoft Internet Explorer
Function sq_fixstyle
sq_fixstyle() in htmlfilter.php
This function edits the style definition to make them friendly and usable in NaSMail.
Function sq_fix_url
sq_fix_url() in htmlfilter.php
This function filters url's
Constant SQ_FORM
SQ_FORM in global.php
Function sq_fwrite
sq_fwrite() in strings.php
version of fwrite which checks for failure
Constant SQ_GET
SQ_GET in global.php
Function sq_getnxtag
sq_getnxtag() in htmlfilter.php
This function looks for the next tag.
Constant SQ_INORDER
SQ_INORDER in global.php
Set constants
Function sq_is8bit
sq_is8bit() in strings.php
Tests if string contains 8bit symbols.
Function sq_lowercase_array_vals
Callback function used to lowercase array values.
Function sq_mb_list_encodings
sq_mb_list_encodings() in strings.php
Replacement of mb_list_encodings function
Function sq_mt_randomize
sq_mt_randomize() in strings.php
Init random number generator
Function sq_mt_seed
sq_mt_seed() in strings.php
Randomizes the mt_rand() function.
Constant SQ_POST
SQ_POST in global.php
Function sq_sanitize
sq_sanitize() in htmlfilter.php
This is the main function and the one you should actually be calling.
Constant SQ_SERVER
SQ_SERVER in global.php
Constant SQ_SESSION
SQ_SESSION in global.php
Function sq_skipspace
sq_skipspace() in htmlfilter.php
This function skips any whitespace from the current position within a string and to the next non-whitespace value.
Function sq_strlen
sq_strlen() in strings.php
Function returns number of characters in string.
Function sq_strpos
sq_strpos() in strings.php
Wrapper that is used to switch between vanilla and multibyte strpos functions.
Function sq_strpos_8bit
sq_strpos_8bit() in url_parser.php
Finds first occurrence of 8bit data in the string
Function sq_substr
sq_substr() in strings.php
Wrapper that is used to switch between vanilla and multibyte substr functions.
Function sq_tagprint
sq_tagprint() in htmlfilter.php
This function returns the final tag out of the tag name, an array of attributes, and the type of the tag. This function is called by sq_sanitize internally.
Function sq_trim_value
sq_trim_value() in strings.php
Callback function to trim whitespace from a value, to be used in array_walk
Function sq_unspace
sq_unspace() in htmlfilter.php
Kill any tabs, newlines, or carriage returns. Our friends the makers of the browser with 95% market value decided that it'd be funny to make "java[tab]script" be just as good as "javascript".
Function stripos
stripos() in html.php
Case insensitive strpos for PHP 4.x
Method strip_crlf
Deliver::strip_crlf() in Deliver.class.php
function strip_crlf - strip linefeeds and newlines from a string
Variable $search_tree
abook_ldap_server::$search_tree in abook_ldap_server.php
Variable $server
abook_ldap_server::$server in abook_ldap_server.php
Variable $sname
addressbook_backend::$sname in addressbook.php
Variable $sname
abook_ldap_server::$sname in abook_ldap_server.php
Variable $starttls
abook_ldap_server::$starttls in abook_ldap_server.php
Method search
AddressBook::search() in addressbook.php
Return a list of addresses matching expression in all backends of a given type.
Method search
Search address book backend for expression Dummy function. Always returns false. Real backends should replace it.
Method search
abook_local_file::search() in abook_local_file.php
Search the file
Method search
abook_ldap_server::search() in abook_ldap_server.php
Search the LDAP server
Method search
abook_database::search() in abook_database.php
Search the database
Method set_error
Sets error message with backend name tag
Function show_abook_sort_button
show_abook_sort_button() in addressbook.php
This function shows the address book sort button.
Method s_search
AddressBook::s_search() in addressbook.php
Return a sorted search
Global $sasl_auth_delimiter
$sasl_auth_delimiter in config_default.php
SASL authentication delimiter
Global $sendmail_args
$sendmail_args in config_default.php
Extra sendmail command arguments.
Global $sendmail_path
$sendmail_path in config_default.php
Path to Sendmail
Global $session_name
$session_name in config_default.php
PHP session name.
Global $show_alternative_names
$show_alternative_names in config_default.php
Alternative Language Names Control
Global $show_contain_subfolders_option
$show_contain_subfolders_option in config_default.php
Subfolder Format Control
Global $show_prefix_option
$show_prefix_option in config_default.php
User level prefix control
Global $signout_page
$signout_page in config_default.php
Signout page
Global $smtpPort
$smtpPort in config_default.php
Your SMTP port number (usually 25).
Global $smtpServerAddress
$smtpServerAddress in config_default.php
Your SMTP server (usually the same as the IMAP server).
Global $smtp_auth_mech
$smtp_auth_mech in config_default.php
SMTP authentication mechanism
Global $smtp_sitewide_pass
$smtp_sitewide_pass in config_default.php
Custom SMTP authentication password
Global $smtp_sitewide_user
$smtp_sitewide_user in config_default.php
Custom SMTP authentication username
Global $squirrelmail_default_language
$squirrelmail_default_language in config_default.php
Default language
Page setup.php
setup.php in setup.php
Page shift_jis.php
shift_jis.php in shift_jis.php
Page streams.class.php
streams.class.php in streams.class.php
Method seekto
FileReader::seekto() in streams.class.php
Moves to defined position in a file
Method select_string
gettext_reader::select_string() in gettext.class.php
find out the appropriate form number
Function set_up_language
set_up_language() in i18n.php
Function sq_setlocale
sq_setlocale() in i18n.php
php setlocale function wrapper
Function sqimap_append
sqimap_append() in imap_general.php
Saves a message to a given folder -- used for saving sent messages Function executes APPEND command without message literal. IMAP server will wait for message literal after function is executed.
Function sqimap_append_checkresponse
sqimap_append_checkresponse() in imap_general.php
Checks APPEND responses Is used to process response to APPEND command and response to submitted message literal.
Function sqimap_append_done
sqimap_append_done() in imap_general.php
Ends APPEND command and checks response of IMAP server.
Function sqimap_capability
sqimap_capability() in imap_general.php
Retrieves CAPABILITY information from IMAP server
Function sqimap_compact_mailboxes_response
Converts multiline imap resposes to one line.
Function sqimap_fgets
sqimap_fgets() in imap_general.php
Custom fgets function: gets a line from the IMAP server, no matter how big it may be.
Function sqimap_fread
sqimap_fread() in imap_general.php
Function sqimap_get_delimiter
sqimap_get_delimiter() in imap_general.php
Returns the delimiter between mailboxes: INBOX/Test, or INBOX.Test If $optional_delimiter configuration variable is not set to 'detect', function returns $optional_delimiter value.
Function sqimap_get_headerfield
sqimap_get_headerfield() in imap_messages.php
Gets specified field values for all messages in current mailbox
Function sqimap_get_message
sqimap_get_message() in imap_messages.php
Returns a message object with all the information about a message.
Function sqimap_get_num_messages
sqimap_get_num_messages() in imap_general.php
Gets the number of messages in the current mailbox.
Function sqimap_get_php_sort_order
sqimap_get_php_sort_order() in imap_messages.php
Get sort order from server if server does not have the SORT extension and return it as array for mailbox_display.
Function sqimap_get_small_header_list
sqimap_get_small_header_list() in imap_messages.php
Retrieves a list with headers, flags, size or internaldate from the imap server
Function sqimap_get_sort_order
sqimap_get_sort_order() in imap_messages.php
Get sort order from server and return it as the $id array for mailbox_display
Function sqimap_get_user_server
sqimap_get_user_server() in imap_general.php
Function handles imap server mappings
Function sqimap_login
sqimap_login() in imap_general.php
Logs the user into the IMAP server. If $hide is set, no error messages will be displayed. This function returns the IMAP connection handle.
Function sqimap_logout
sqimap_logout() in imap_general.php
Simply logs out the IMAP session
Function sqimap_mailbox_create
sqimap_mailbox_create() in imap_mailbox.php
Creates a folder.
Function sqimap_mailbox_delete
sqimap_mailbox_delete() in imap_mailbox.php
Deletes the given folder
Function sqimap_mailbox_exists
sqimap_mailbox_exists() in imap_mailbox.php
Checks whether or not the specified mailbox exists
Function sqimap_mailbox_expunge
sqimap_mailbox_expunge() in imap_mailbox.php
Expunges a mailbox
Function sqimap_mailbox_is_subscribed
sqimap_mailbox_is_subscribed() in imap_mailbox.php
Determines if the user is subscribed to the folder or not
Function sqimap_mailbox_ksort
sqimap_mailbox_ksort() in imap_mailbox.php
Sorts mailboxes stored in array keys
Function sqimap_mailbox_list
sqimap_mailbox_list() in imap_mailbox.php
Returns sorted mailbox lists in several different ways.
Function sqimap_mailbox_list_all
sqimap_mailbox_list_all() in imap_mailbox.php
Returns a list of all folders, subscribed or not
Function sqimap_mailbox_option_list
sqimap_mailbox_option_list() in imap_mailbox.php
Returns list of options (to be echoed into select statement based on available mailboxes and separators Caller should surround options with <select ...> </select> and any formatting.
Function sqimap_mailbox_parse
sqimap_mailbox_parse() in imap_mailbox.php
Formats a mailbox into parts for the $boxesall array
Function sqimap_mailbox_rename
sqimap_mailbox_rename() in imap_mailbox.php
Renames a mailbox.
Function sqimap_mailbox_select
sqimap_mailbox_select() in imap_mailbox.php
Selects a mailbox
Function sqimap_mb_convert_encoding
sqimap_mb_convert_encoding() in imap_utf7_local.php
Wrapper for mb_convert_encoding. Same check in two places
Function sqimap_messages_copy
sqimap_messages_copy() in imap_messages.php
Copies specified messages to specified folder
Function sqimap_messages_delete
sqimap_messages_delete() in imap_messages.php
Deletes specified message range and moves them to trash if possible
Function sqimap_messages_flag
sqimap_messages_flag() in imap_messages.php
Sets the specified messages with specified flag
Function sqimap_messages_remove_flag
sqimap_messages_remove_flag() in imap_messages.php
Removes specified flag from specified messages
Function sqimap_message_list_squisher
sqimap_message_list_squisher() in imap_messages.php
Sort the message list and crunch to be as small as possible
Function sqimap_msgs_list_copy
sqimap_msgs_list_copy() in imap_messages.php
Copies a set of messages ($id) to another mailbox ($mailbox)
Function sqimap_msgs_list_delete
sqimap_msgs_list_delete() in imap_messages.php
Deletes a message and move it to trash or expunge the mailbox
Function sqimap_msgs_list_move
sqimap_msgs_list_move() in imap_messages.php
Moves a set of messages ($id) to another mailbox ($mailbox)
Function sqimap_read_data
sqimap_read_data() in imap_general.php
Read single line IMAP response
Function sqimap_read_data_list
sqimap_read_data_list() in imap_general.php
Reads the output from the IMAP stream.
Function sqimap_run_command
sqimap_run_command() in imap_general.php
Execute IMAP command, when one line response is expected
Function sqimap_run_command_list
sqimap_run_command_list() in imap_general.php
Execute IMAP command, when multiline response is expected
Function sqimap_search
sqimap_search() in imap_search.php
IMAP search function.
Function sqimap_session_id
sqimap_session_id() in imap_general.php
Generates a new session ID by incrementing the last one used; this ensures that each command has a unique ID.
Function sqimap_status_messages
sqimap_status_messages() in imap_general.php
Returns the number of unseen/total messages in this folder
Function sqimap_subscribe
sqimap_subscribe() in imap_mailbox.php
Subscribes to an existing folder.
Function sqimap_toggle_flag
sqimap_toggle_flag() in imap_messages.php
Changes flag on selected messages
Function sqimap_unseen_messages
sqimap_unseen_messages() in imap_general.php
Returns the number of unseen messages in this folder.
Function sqimap_unsubscribe
sqimap_unsubscribe() in imap_mailbox.php
Unsubscribes from an existing folder
Variable $sender
Rfc822Header::$sender in Rfc822Header.class.php
Variable $size
MessageHeader::$size in MessageHeader.class.php
Message size
Variable $subject
Rfc822Header::$subject in Rfc822Header.class.php
Subject header
Page SMimeMessage.class.php
SMimeMessage.class.php in SMimeMessage.class.php
Method setBody
Message::setBody() in Message.class.php
Set message body
Method setEnt
Message::setEnt() in Message.class.php
Method setEntIds
Message::setEntIds() in Message.class.php
Method setParameter
MessageHeader::setParameter() in MessageHeader.class.php
Sets parameter value in $parameters array
Method setVar
MessageHeader::setVar() in MessageHeader.class.php
Sets header variable
Class SMimeMessage
SMimeMessage in SMimeMessage.class.php
Unimplemented class.
Method stripComments
Rfc822Header::stripComments() in Rfc822Header.class.php
Function save_option_reply_prefix
Save handler for body_quote option
Constant SMOPT_GRP_COMPOSE
SMOPT_GRP_COMPOSE in compose.php
Define the group constants for the display options page.
Variable $save_function
Variable $script
Variable $size
SquirrelOption::$size in options.php
Method save
SquirrelOption::save() in options.php
calls custom save function
Function savePrefValues
savePrefValues() in file_prefs.php
Save the preferences for this user.
Function save_option
save_option() in options.php
Saves option
Function save_option_noop
save_option_noop() in options.php
Method setComment
Set the comment for this option.
Method setKey
dbPrefs::setKey() in db_prefs.php
Saves preference key and value
Method setNewValue
Set the new value for this option.
Method setPostScript
Set the "post script" for this option.
Function setPref
setPref() in file_prefs.php
Sets preference $string to $value.
Method setSaveFunction
Set the save function for this option.
Method setScript
Set the script for this option.
Function setSig
setSig() in file_prefs.php
Write the User Signature.
Method setSize
Set the size for this option.
Method setTrailingText
Set the trailing_text for this option.
Method setValue
Set the value for this option.
Constant SMDB_MYSQL
SMDB_MYSQL in db_prefs.php
MySQL
Constant SMDB_PGSQL
SMDB_PGSQL in db_prefs.php
PostgreSQL
Constant SMDB_UNKNOWN
SMDB_UNKNOWN in db_prefs.php
Unknown database
Constant SMOPT_MODE_DISPLAY
SMOPT_MODE_DISPLAY in options.php
******************************
Constant SMOPT_MODE_LINK
SMOPT_MODE_LINK in options.php
Constant SMOPT_MODE_SUBMIT
SMOPT_MODE_SUBMIT in options.php
Constant SMOPT_PAGE_COMPOSE
SMOPT_PAGE_COMPOSE in options.php
Constant SMOPT_PAGE_DISPLAY
SMOPT_PAGE_DISPLAY in options.php
Constant SMOPT_PAGE_FOLDER
SMOPT_PAGE_FOLDER in options.php
Constant SMOPT_PAGE_HIGHLIGHT
SMOPT_PAGE_HIGHLIGHT in options.php
Constant SMOPT_PAGE_MAIN
SMOPT_PAGE_MAIN in options.php
Constant SMOPT_PAGE_ORDER
SMOPT_PAGE_ORDER in options.php
Constant SMOPT_PAGE_PERSONAL
SMOPT_PAGE_PERSONAL in options.php
Constant SMOPT_REFRESH_ALL
SMOPT_REFRESH_ALL in options.php
Constant SMOPT_REFRESH_FOLDERLIST
Constant SMOPT_REFRESH_NONE
SMOPT_REFRESH_NONE in options.php
Constant SMOPT_SAVE_DEFAULT
SMOPT_SAVE_DEFAULT in options.php
Constant SMOPT_SAVE_NOOP
SMOPT_SAVE_NOOP in options.php
Constant SMOPT_SIZE_HUGE
SMOPT_SIZE_HUGE in options.php
Constant SMOPT_SIZE_LARGE
SMOPT_SIZE_LARGE in options.php
Constant SMOPT_SIZE_MEDIUM
SMOPT_SIZE_MEDIUM in options.php
Constant SMOPT_SIZE_NORMAL
SMOPT_SIZE_NORMAL in options.php
Constant SMOPT_SIZE_SMALL
SMOPT_SIZE_SMALL in options.php
Constant SMOPT_SIZE_TINY
SMOPT_SIZE_TINY in options.php
Constant SMOPT_TYPE_BOOLEAN
SMOPT_TYPE_BOOLEAN in options.php
Constant SMOPT_TYPE_COMMENT
SMOPT_TYPE_COMMENT in options.php
Constant SMOPT_TYPE_FLDRLIST
SMOPT_TYPE_FLDRLIST in options.php
Constant SMOPT_TYPE_FLOAT
SMOPT_TYPE_FLOAT in options.php
Constant SMOPT_TYPE_HIDDEN
SMOPT_TYPE_HIDDEN in options.php
Constant SMOPT_TYPE_INTEGER
SMOPT_TYPE_INTEGER in options.php
Constant SMOPT_TYPE_STRING
SMOPT_TYPE_STRING in options.php
*******************************************
Constant SMOPT_TYPE_STRLIST
SMOPT_TYPE_STRLIST in options.php
Constant SMOPT_TYPE_TEXTAREA
SMOPT_TYPE_TEXTAREA in options.php
Method SquirrelOption
Constructor function
Class SquirrelOption
SquirrelOption in options.php
SquirrelOption: An option for Squirrelmail.
Page search.php
search.php in search.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
Page setup.php
setup.php in setup.php
t
top
Variable $tag
html::$tag in html.class.php
Variable $text
html::$text in html.class.php
If tag is not pre or code, text is automatically wordwrapped at 75 bytes and indented
Variable $tls_enabled
Deliver_SMTP::$tls_enabled in Deliver_SMTP.class.php
SMTP STARTTLS rfc: "Both the client and the server MUST know if there is a TLS session active." Variable should be set to true, when encryption is turned on.
Page tree.php
tree.php in tree.php
Method timezone
Deliver::timezone() in Deliver.class.php
function timezone - Time offset for correct timezone
Function translateText
translateText() in mime.php
translateText
Function TrimArray
TrimArray() in strings.php
Trims array
Function truncateWithEntities
truncateWithEntities() in strings.php
Truncates a string and take care of html encoded characters
Variable $table
abook_database::$table in abook_database.php
Table that stores addresses
Variable $timeout
abook_ldap_server::$timeout in abook_ldap_server.php
Global $themes
$themes in config_default.php
Indexed array of available themes
Global $theme_css
$theme_css in config_default.php
Sets stylesheet (from theme/css directory) that will be used by default.
Global $theme_default
$theme_default in config_default.php
Sets theme that will be used by default
Page tis_620.php
tis_620.php in tis_620.php
Page tis_620.php
tis_620.php in tis_620.php
Function textdomain
textdomain() in gettext.php
Alternative php textdomain function
Method translate
gettext_reader::translate() in gettext.class.php
translate string
Variable $to
Rfc822Header::$to in Rfc822Header.class.php
To header
Variable $type0
MessageHeader::$type0 in MessageHeader.class.php
Media type
Variable $type0
ContentType::$type0 in ContentType.class.php
Media type
Variable $type0
Message::$type0 in Message.class.php
Media type
Variable $type1
MessageHeader::$type1 in MessageHeader.class.php
Media subtype
Variable $type1
Message::$type1 in Message.class.php
Media subtype
Variable $type1
ContentType::$type1 in ContentType.class.php
Media subtype
Variable $table
dbPrefs::$table in db_prefs.php
Table used to store preferences
Variable $trailing_text
Variable $type
SquirrelOption::$type in options.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
Page theme.php
theme.php in theme.php
u
top
Page url_parser.php
url_parser.php in url_parser.php
Function use_plugin
use_plugin() in plugin.php
This function adds a plugin.
Variable $umask
abook_local_file::$umask in abook_local_file.php
Umask of the file
Variable $unique_dn
abook_ldap_server::$unique_dn in abook_ldap_server.php
Variable $unique_id
abook_ldap_server::$unique_id in abook_ldap_server.php
Method unlock
abook_local_file::unlock() in abook_local_file.php
Unlock the datafile
Global $uid_support
$uid_support in config_default.php
IMAP UID control
Global $useSendmail
$useSendmail in config_default.php
Default send transport
Global $use_imap_tls
$use_imap_tls in config_default.php
Advanced IMAP authentication options control
Global $use_smtp_tls
$use_smtp_tls in config_default.php
Advanced SMTP authentication options control
Global $use_special_folder_color
$use_special_folder_color in config_default.php
Special Folder Color Control
Page us_ascii.php
us_ascii.php in us_ascii.php
Page utf_7.php
utf_7.php in utf_7.php
Page utf_8.php
utf_8.php in utf_8.php
Page utf_16.php
utf_16.php in utf_16.php
Page us_ascii.php
us_ascii.php in us_ascii.php
Page utf_8.php
utf_8.php in utf_8.php
Page utf_16.php
utf_16.php in utf_16.php
Function unicodetocp1251
unicodetocp1251() in cp1251.php
Return cp1251 symbol when unicode character number is provided
Function unicodetocp1255
unicodetocp1255() in cp1255.php
Return cp1255 symbol when unicode character number is provided
Function unicodetocp1256
unicodetocp1256() in cp1256.php
Return cp1256 symbol when unicode character number is provided
Function unicodetoiso88591
unicodetoiso88591() in iso_8859_1.php
Return iso-8859-1 symbol when unicode character number is provided
Function unicodetoiso88592
unicodetoiso88592() in iso_8859_2.php
Return iso-8859-2 symbol when unicode character number is provided
Function unicodetoiso88597
unicodetoiso88597() in iso_8859_7.php
Return iso-8859-7 symbol when unicode character number is provided
Function unicodetoiso88599
unicodetoiso88599() in iso_8859_9.php
Return iso-8859-9 symbol when unicode character number is provided
Function unicodetoiso885915
unicodetoiso885915() in iso_8859_15.php
Return iso-8859-15 symbol when unicode character number is provided
Function unicodetokoi8r
unicodetokoi8r() in koi8_r.php
Return koi8-r symbol when unicode character number is provided
Function unicodetokoi8u
unicodetokoi8u() in koi8_u.php
Return koi8-u symbol when unicode character number is provided
Function unicodetotis620
unicodetotis620() in tis_620.php
Return tis-620 symbol when unicode character number is provided
Function unicodetousascii
unicodetousascii() in us_ascii.php
Return us-ascii symbol when unicode character number is provided
Function unicodetoutf8
unicodetoutf8() in utf_8.php
Return utf8 symbol when unicode character number is provided
Function unicodetoutf16
unicodetoutf16() in utf_16.php
Returns 8bit value of Unicode codepoint in utf-16
Function user_strcasecmp
user_strcasecmp() in imap_mailbox.php
Callback function used to sort mailboxes
Variable $user_field
dbPrefs::$user_field in db_prefs.php
Field used to store username
v
top
Page VCard.class.php
VCard.class.php in VCard.class.php
Page validate.php
validate.php in validate.php
Page vcard.php
vcard.php in vcard.php
Page view_header.php
view_header.php in view_header.php
Page view_text.php
view_text.php in view_text.php
Class VCard
VCard in VCard.class.php
Unimplemented class that should handle vcards Don't use it unless it is marked as implemented.
Variable $value
SquirrelOption::$value in options.php
Variable $val_field
dbPrefs::$val_field in db_prefs.php
Field used to store preference value
w
top
Page webmail.php
webmail.php in webmail.php
Function walkTreeInPostOrderCreatingFoldersUnderTrash
Recursively walk a tree of folders to create them under the trash folder.
Function walkTreeInPreOrderDeleteFolders
Recursively delete a tree of mail folders.
Function walkTreeInPreOrderEmptyTrash
Recursively walk the tree of trash mailboxes and delete all folders and messages
Method writeBody
Deliver::writeBody() in Deliver.class.php
function writeBody - generate and write the mime boundaries around each part to the stream
Method writeBodyPart
Deliver::writeBodyPart() in Deliver.class.php
function writeBodyPart - write each individual mimepart
Method writeToStream
Deliver::writeToStream() in Deliver.class.php
function writeToStream - write data to the SMTP stream
Variable $writeable
Variable $writeable
abook_local_file::$writeable in abook_local_file.php
Control write access to address book
Variable $writeable
abook_ldap_server::$writeable in abook_ldap_server.php
Variable $writeable
abook_database::$writeable in abook_database.php
Enable/disable writing into address book
x
top
Variable $xtr_prop
html::$xtr_prop in html.class.php
Key should contain property name and value should contain value.
Variable $xmailer
Rfc822Header::$xmailer in Rfc822Header.class.php
X-Mailer header
Variable $x_spam_status
Rfc822Header::$x_spam_status in Rfc822Header.class.php
SpamAssassin 'x-spam-status' header
a b c d e f g h i j k l m n o p q r s t u v w x _