openmailadmin
1.0.1
About: Openmailadmin is a administration interface to every complete IMAP mail server daemon.
![]() ![]() |
Go to the source code of this file.
Variables | |
$_SERVER ['HTTP_ACCEPT_LANGUAGE'] = 'shell' | |
if(!isset($cfg['Servers']['IMAP'][$server_no]['TYPE'])) | $cfg ['tablenames'] = array() |
foreach(array('user', 'domains', 'virtual ', 'virtual_regexp', 'imap_demo') as $table) | $db |
$imap | |
$oma = new openmailadmin($db, $cfg['tablenames'], $cfg, $imap) | |
$oma | authenticated_user = User::authenticate($creator_mbox, $creator_passwd) |
$oma | current_user = $oma->authenticated_user |
$ErrorHandler = ErrorHandler::getInstance() | |
$_SERVER[ 'HTTP_ACCEPT_LANGUAGE'] = 'shell' |
Definition at line 12 of file _script.php.
Referenced by mkSelfRef(), and PrettyBlueScreen().
if (!isset( $cfg[ 'Servers'][ 'IMAP'][ $server_no][ 'TYPE'])) $cfg[ 'tablenames'] = array() |
Definition at line 26 of file _script.php.
foreach (array( 'user', 'domains', 'virtual ', 'virtual_regexp', 'imap_demo') as $table) $db |
Definition at line 32 of file _script.php.
Referenced by User\__construct(), db_find_in_set(), IMAP_get_instance(), User\immediate_set(), and User\update_last_login().
Definition at line 45 of file _script.php.
$imap |
Definition at line 38 of file _script.php.
$oma = new openmailadmin($db, $cfg['tablenames'], $cfg, $imap) |
Definition at line 42 of file _script.php.
$oma authenticated_user = User::authenticate($creator_mbox, $creator_passwd) |
Definition at line 43 of file _script.php.
$oma current_user = $oma->authenticated_user |
Definition at line 44 of file _script.php.
Referenced by openmailadmin\address_change_destination(), openmailadmin\address_create(), openmailadmin\address_delete(), openmailadmin\domain_add(), openmailadmin\get_addresses(), openmailadmin\get_domains(), openmailadmin\get_mailboxes(), openmailadmin\get_regexp(), openmailadmin\get_valid_destinations(), openmailadmin\mailbox_change(), openmailadmin\mailbox_create(), openmailadmin\mailbox_delete(), openmailadmin\mailbox_toggle_active(), openmailadmin\regexp_change_destination(), openmailadmin\regexp_create(), openmailadmin\regexp_delete(), and openmailadmin\user_change_password().