Function EmailIntegration->_incoming_scan
Definitions
sources/mail_integration.php
- Scan for new e-mails.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$type | string | required parameter | N/A | N/A | Server type (blank: get from global configuration) |
$host | string | required parameter | N/A | N/A | Server hostname (blank: get from global configuration) |
$port | ?integer | required parameter | N/A | N/A | Server port (null: get from global configuration) |
$folder | string | required parameter | N/A | N/A | Inbox folder (blank: get from global configuration) |
$username | string | required parameter | N/A | N/A | Username (blank: get from global configuration) |
$password | string | required parameter | N/A | N/A | Password (blank: get from global configuration) |