ImapDomain
in package
Class ImapDomain
Table of Contents
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : string
- $ : array<string|int, ?string>
- $host : string
- $password : string
- $secure : bool
- $user : 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
$
user The username to log in
$
public
string
$
password The password to login
$
public
string
$
host The target to connect to
$
public
string
$
trash The trash folder for emails to not process
$
public
string
$
secure Connect by tls or ssl
$
public
string
$
email The target email e.g. crm@teichner.biz
$
public
array<string|int, ?string>
$
white_list Additional allowed senders in format regular expression or, as domain string
$host
public
string
$host
$password
public
string
$password
$secure
public
bool
$secure
$user
public
string
$user
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