Alternc  latest
Alternc logiel libre pour l'hébergement
mail_list.php File Reference

Go to the source code of this file.

Variables

 $fields
 List the email account of a domain. More...
 
 $champs =getFields($fields)
 
 $counts =array("10" => "10", "20" => "20", "30" => "30", "50" => "50", "100" => "100", "200" => "200", "500" => "500", "1000" => "1000")
 
if(! $domain_id) if($domain=$dom->get_domain_byid($domain_id)) if($quota->cancreate("mail")) else
 

Variable Documentation

◆ $champs

$champs =getFields($fields)

Definition at line 38 of file mail_list.php.

◆ $counts

$counts =array("10" => "10", "20" => "20", "30" => "30", "50" => "50", "100" => "100", "200" => "200", "500" => "500", "1000" => "1000")

Definition at line 40 of file mail_list.php.

◆ $fields

$fields
Initial value:
= array (
"mail_arg" => array ("request", "integer", ""),
"domain_id" => array ("request", "integer", ""),
"show_systemmails" => array ("request", "integer", ""),
"search" => array ("request", "string", ""),
"offset" => array ("request", "integer", 0),
"count" => array ("request", "integer", 50),
)

List the email account of a domain.

Definition at line 29 of file mail_list.php.

◆ else

if (! $domain_id) if ( $domain=$dom->get_domain_byid( $domain_id)) if ( $quota->cancreate("mail")) else
Initial value:
{
echo '<h3>'._("Manage Catch-all")."</h3>"

Definition at line 58 of file mail_list.php.