/include/options/folder.php

Description

options_folder.php

Displays all options relating to folders

Includes
require_once (SM_PATH.'functions/imap.php') (line 15)

SquirrelMail required files.

Constants
SMOPT_GRP_FOLDERLIST = 1 (line 20)
SMOPT_GRP_FOLDERSELECT = 2 (line 21)
SMOPT_GRP_SPCFOLDER = 0 (line 19)
Functions
load_optpage_data_folder (line 36)

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 296)

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 275)

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 254)

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:24:37 +0100 by phpDocumentor 1.4.3