FileAccess Orion

ImapDomain
in package

Class ImapDomain

Table of Contents

$  : string
$  : string
$  : string
$  : string
$  : string
$  : string
$  : string
$  : array<string|int, ?string>
__construct()  : mixed
ImapDomain constructor.
SenderAllowed()  : bool
Is the mail sender allowed to operate as source for new notices? This method checks the host od the sender

Properties

$

public string $

name The domain name e.g. teichner.biz

$

public string $

trash The trash folder for emails to not process

$

public string $

email The target email e.g. crm@teichner.biz

$

public array<string|int, ?string> $

white_list Additional allowed senders in format regular expresion or, als domain string

Methods

__construct()

ImapDomain constructor.

public __construct([stdClass|null $input = null ]) : mixed
Parameters
$input : stdClass|null = null

The initial setup

Return values
mixed

SenderAllowed()

Is the mail sender allowed to operate as source for new notices? This method checks the host od the sender

public SenderAllowed(string $sender) : bool
Parameters
$sender : string
Return values
bool

Search results