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

Go to the source code of this file.

Variables

 $fields
 Manages the catch-all account of a domain for a user. More...
 
if(is_null($domain_id)) if(!is_null($target_type)) $catch =$mail->catchall_getinfos($domain_id)
 
 if ( $catch[ 'type']=='none')
 
 if ( $catch[ 'type']=='domain')
 
 if ( $catch[ 'type']=='mail')
 

Variable Documentation

◆ $catch

if (is_null( $domain_id)) if (!is_null( $target_type)) $catch =$mail->catchall_getinfos($domain_id)

Definition at line 71 of file mail_manage_catchall.php.

Referenced by m_mail\catchall_del().

◆ $fields

$fields
Initial value:
= array (
"domain_id" => array("request","integer",null),
"target_type" => array("post", "string", null),
"target_mail" => array("post", "string", null),
"target_domain" => array("post", "string", null),
)

Manages the catch-all account of a domain for a user.

Definition at line 29 of file mail_manage_catchall.php.

◆ if [1/3]

if($catch['type']=='domain') (   $catch[ 'type'] = ='domain')

Definition at line 101 of file mail_manage_catchall.php.

◆ if [2/3]

if($catch['type']=='mail') (   $catch[ 'type'] = ='mail')

Definition at line 119 of file mail_manage_catchall.php.

◆ if [3/3]

if($catch['type']=='none') (   $catch[ 'type'] = ='none')

Definition at line 93 of file mail_manage_catchall.php.