squirrelmail-webmail
1.4.22
About: SquirrelMail is a standards-based webmail package with strong MIME support, address books, and folder manipulation (written in PHP4).
![]() ![]() |
Go to the source code of this file.
Namespaces | |
squirrelmail | |
Variables | |
const | PAGE_NAME 'webmail' |
const | SM_PATH '../' |
if(sqgetGlobalVar('sort', $sort)) if(sqgetGlobalVar('startMessage', $startMessage)) if(!sqgetGlobalVar('mailbox', $mailbox)) if(sqgetGlobalVar('mailtodata', $mailtodata)) | else |
$right_frame_url = '' | |
$my_language = getPref($data_dir, $username, 'language') | |
$output | |
$left_size = getPref($data_dir, $username, 'left_size') | |
$location_of_bar = getPref($data_dir, $username, 'location_of_bar') | |
if($location_of_bar=='') | $temp_location_of_bar = '' |
$ret = concat_hook_function('webmail_bottom', $output) | |
if ( $ret !='') | |
$left_size = getPref($data_dir, $username, 'left_size') |
Definition at line 77 of file webmail.php.
$location_of_bar = getPref($data_dir, $username, 'location_of_bar') |
Definition at line 78 of file webmail.php.
$my_language = getPref($data_dir, $username, 'language') |
We'll need this to later have a noframes version
Check if the user has a language preference, but no cookie. Send him a cookie with his language preference, if there is such discrepancy.
Definition at line 64 of file webmail.php.
Referenced by set_my_charset().
$output |
Definition at line 71 of file webmail.php.
Referenced by plugin_listcommands_menu().
$ret = concat_hook_function('webmail_bottom', $output) |
Definition at line 172 of file webmail.php.
Referenced by abook_database\add(), abook_local_file\add(), addSelect(), boolean_hook_function(), charset_decode(), charset_encode(), concat_hook_function(), date_intl(), decodeHeader(), do_hook(), do_hook_function(), encodeHeader(), error_box(), Deliver_SendMail\finalizeStream(), find_ent_id(), html\FindId(), formatMenubar(), AddressBook\get_backend_list(), get_smtp_user(), getDayAbrv(), getDayName(), getMonthAbrv(), getMonthName(), hex2ip(), html_tag(), Deliver\ip2hex(), isSpecialMailbox(), japanese_charset_xtra(), korean_charset_xtra(), abook_database\list_addr(), AddressBook\list_addr(), list_writable_backends(), AddressBook\lookup(), mail_fetch_check_folder(), mime_fetch_body(), abook_database\modify(), abook_local_file\modify(), newMail(), readMailboxParent(), AddressBook\s_search(), abook_database\search(), abook_ldap_server\search(), AddressBook\search(), ServerMDNSupport(), spamcop_enable_disable(), sq_call_function_suppress_errors(), sq_setlocale(), sq_strpos_8bit(), translate_lang_opt(), unicodetocp1251(), unicodetocp1255(), unicodetocp1256(), unicodetoiso88591(), unicodetoiso885915(), unicodetoiso88592(), unicodetoiso88597(), unicodetoiso88599(), unicodetokoi8r(), unicodetokoi8u(), unicodetotis620(), unicodetousascii(), and unicodetoutf8().
$right_frame_url = '' |
Definition at line 54 of file webmail.php.
if ( $location_of_bar=='') $temp_location_of_bar = '' |
Definition at line 90 of file webmail.php.
Definition at line 47 of file webmail.php.
if($ret !='') |
Definition at line 173 of file webmail.php.
const PAGE_NAME 'webmail' |
This is the webmail page
Definition at line 17 of file webmail.php.
const SM_PATH '../' |
Path for SquirrelMail required files. @ignore
Definition at line 23 of file webmail.php.