/include/options/folder.php

Description

options_folder.php

Displays all options relating to folders

Includes
include (SM_PATH.'functions/imap_general.php') (line 15)

SquirrelMail required files.

Constants
SMOPT_GRP_FOLDERLIST = 1 (line 19)
SMOPT_GRP_FOLDERSELECT = 2 (line 20)
SMOPT_GRP_SPCFOLDER = 0 (line 18)
Functions
load_optpage_data_folder (line 35)

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.

For each option, the following information is stored:

  • name: the internal (variable) name
  • caption: the description of the option in the UI
  • type: one of SMOPT_TYPE_*
  • refresh: one of SMOPT_REFRESH_*
  • size: one of SMOPT_SIZE_*
  • save: the name of a function to call when saving this option

  • return: all option information
array load_optpage_data_folder ()
save_option_draft_folder (line 307)

Saves the draft folder option.

  • since: 1.3.2
void save_option_draft_folder (object $option)
  • object $option: SquirrelOption object
save_option_sent_folder (line 286)

Saves the sent folder option.

  • since: 1.3.2
void save_option_sent_folder (object $option)
  • object $option: SquirrelOption object
save_option_trash_folder (line 265)

Saves the trash folder option.

  • since: 1.3.2
void save_option_trash_folder (object $option)
  • object $option: SquirrelOption object

Documentation generated on Mon, 13 Jan 2020 04:22:30 +0100 by phpDocumentor 1.4.3