Download OpenAPI specification:Download
This API gives you the opportunity to read the monitoring databases and create, edit and delete mailbox configurations
| x-api-version | string |
| active | boolean |
| mailbox | string or null <email> |
| host | string or null |
| type | string or null |
| port | integer <int32> |
| useSsl | boolean |
| clientId | string or null |
| tenantId | string or null |
| clientSecret | string or null |
| username | string or null |
| password | string or null |
| folders | Array of strings or null |
| deleteMailsOnServer | boolean |
object (MailArchiving) Mail archiving options | |
| allowedEmailExtensions | Array of strings or null |
| exportAttachments | boolean |
| allowedAttachments | Array of strings or null |
Array of objects or null (DestinationOptions) |
{- "active": true,
- "mailbox": "user@example.com",
- "host": "string",
- "type": "string",
- "port": 0,
- "useSsl": true,
- "clientId": "string",
- "tenantId": "string",
- "clientSecret": "string",
- "username": "string",
- "password": "string",
- "folders": [
- "string"
], - "deleteMailsOnServer": true,
- "mailArchiving": {
- "active": true,
- "archiveFolder": "string"
}, - "allowedEmailExtensions": [
- "string"
], - "exportAttachments": true,
- "allowedAttachments": [
- "string"
], - "destinations": [
- {
- "system": "string",
- "host": "string",
- "port": 0,
- "serverCertPath": "string",
- "clientCertPath": "string",
- "clientKeyPath": "string",
- "principal": "string",
- "locale": "string",
- "username": "string",
- "workflowName": "string",
- "filetype": "string",
- "mailRegister": "string",
- "attachmentRegister": "string",
- "mappingRules": [
- {
- "target": "string",
- "source": "string",
- "value": "string",
- "pattern": "string"
}
]
}
]
}| uuid required | string System.String |
| x-api-version | string |
maildaemon.core.models.MailboxOptions
| property name* additional property | any |
{- "property1": null,
- "property2": null
}