Function __global->update_bounce_storage
Definitions
sources/mail2.php
- Update the details in our bounce storage table, by looking at received bounces.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$host | string | required parameter | N/A | N/A | The server hostname |
$port | integer | required parameter | N/A | N/A | The port |
$type | string | required parameter | N/A | N/A | The protocol |
$folder | string | required parameter | N/A | N/A | The inbox identifier |
$username | string | required parameter | N/A | N/A | The username |
$password | string | required parameter | N/A | N/A | The password |
$since | ?TIME | Null | N/A | N/A | Only find bounces since this date (null: 8 weeks ago). This is approximate, we will actually look from a bit further back to compensate for possible timezone differences |