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 | SMPREF_NO 0 |
const | SMPREF_OFF 0 |
const | SMPREF_YES 1 |
const | SMPREF_ON 1 |
const | SMPREF_NONE 'none' |
const | SMPREF_LOC_TOP 'top' |
const | SMPREF_LOC_BETWEEN 'between' |
const | SMPREF_LOC_BOTTOM 'bottom' |
const | SMPREF_LOC_LEFT '' |
const | SMPREF_LOC_RIGHT 'right' |
const | SMPREF_UNSEEN_NONE 1 |
const | SMPREF_UNSEEN_INBOX 2 |
const | SMPREF_UNSEEN_ALL 3 |
const | SMPREF_UNSEEN_SPECIAL 4 |
const | SMPREF_UNSEEN_NORMAL 5 |
const | SMPREF_UNSEEN_ONLY 1 |
const | SMPREF_UNSEEN_TOTAL 2 |
const | SMPREF_TIME_24HR 1 |
const | SMPREF_TIME_12HR 2 |
const | SMPREF_JS_OFF 0 |
const | SMPREF_JS_ON 1 |
const | SMPREF_JS_AUTODETECT 2 |
const | SM_ABOOK_FIELD_NICKNAME 0 |
const | SM_ABOOK_FIELD_FIRSTNAME 1 |
const | SM_ABOOK_FIELD_LASTNAME 2 |
const | SM_ABOOK_FIELD_EMAIL 3 |
const | SM_ABOOK_FIELD_LABEL 4 |
const SM_ABOOK_FIELD_EMAIL 3 |
Definition at line 60 of file constants.php.
Referenced by abook_database\get_field_name().
const SM_ABOOK_FIELD_FIRSTNAME 1 |
Definition at line 58 of file constants.php.
Referenced by abook_database\get_field_name().
const SM_ABOOK_FIELD_LABEL 4 |
Definition at line 61 of file constants.php.
Referenced by abook_database\get_field_name().
const SM_ABOOK_FIELD_LASTNAME 2 |
Definition at line 59 of file constants.php.
Referenced by abook_database\get_field_name().
const SM_ABOOK_FIELD_NICKNAME 0 |
Definition at line 57 of file constants.php.
Referenced by abook_database\get_field_name().
const SMPREF_JS_AUTODETECT 2 |
Definition at line 54 of file constants.php.
Referenced by load_optpage_data_display(), and save_option_javascript_autodetect().
const SMPREF_JS_OFF 0 |
Definition at line 52 of file constants.php.
Referenced by load_optpage_data_display(), and save_option_javascript_autodetect().
const SMPREF_JS_ON 1 |
Definition at line 53 of file constants.php.
Referenced by load_optpage_data_display(), and save_option_javascript_autodetect().
const SMPREF_LOC_BETWEEN 'between' |
Definition at line 33 of file constants.php.
Referenced by load_optpage_data_display().
const SMPREF_LOC_BOTTOM 'bottom' |
Definition at line 34 of file constants.php.
Referenced by load_optpage_data_display().
const SMPREF_LOC_LEFT '' |
Definition at line 35 of file constants.php.
Referenced by load_optpage_data_folder().
const SMPREF_LOC_RIGHT 'right' |
Definition at line 36 of file constants.php.
Referenced by load_optpage_data_folder().
const SMPREF_LOC_TOP 'top' |
Definition at line 32 of file constants.php.
Referenced by load_optpage_data_display().
const SMPREF_NO 0 |
Need to enable plugin functions for a hook
Definition at line 25 of file constants.php.
Referenced by SquirrelOption\createWidget_Boolean().
const SMPREF_NONE 'none' |
Definition at line 29 of file constants.php.
Referenced by load_optpage_data_folder(), load_optpage_data_personal(), save_option_draft_folder(), save_option_sent_folder(), and save_option_trash_folder().
const SMPREF_OFF 0 |
Definition at line 26 of file constants.php.
Referenced by save_option(), save_option_draft_folder(), save_option_sent_folder(), save_option_sent_subfolders_setting(), save_option_trash_folder(), sent_subfolders_load_prefs(), and sent_subfolders_special_mailbox().
const SMPREF_ON 1 |
Definition at line 28 of file constants.php.
Referenced by get_paginator_str(), load_optpage_data_display(), save_option_draft_folder(), save_option_sent_folder(), save_option_sent_subfolders_setting(), save_option_trash_folder(), sent_subfolders_special_mailbox(), sent_subfolders_update_sentfolder(), sqimap_get_small_header_list(), and start_filters().
const SMPREF_TIME_12HR 2 |
Definition at line 49 of file constants.php.
Referenced by getDateString(), getLongDateString(), and load_optpage_data_folder().
const SMPREF_TIME_24HR 1 |
Definition at line 48 of file constants.php.
Referenced by load_optpage_data_folder().
const SMPREF_UNSEEN_ALL 3 |
Definition at line 41 of file constants.php.
Referenced by load_optpage_data_folder().
const SMPREF_UNSEEN_INBOX 2 |
Definition at line 40 of file constants.php.
Referenced by load_optpage_data_folder().
const SMPREF_UNSEEN_NONE 1 |
Definition at line 39 of file constants.php.
Referenced by load_optpage_data_folder().
const SMPREF_UNSEEN_NORMAL 5 |
Definition at line 43 of file constants.php.
const SMPREF_UNSEEN_ONLY 1 |
Definition at line 44 of file constants.php.
Referenced by load_optpage_data_folder().
const SMPREF_UNSEEN_SPECIAL 4 |
Definition at line 42 of file constants.php.
const SMPREF_UNSEEN_TOTAL 2 |
Definition at line 45 of file constants.php.
Referenced by load_optpage_data_folder().
const SMPREF_YES 1 |
Definition at line 27 of file constants.php.
Referenced by SquirrelOption\createWidget_Boolean().