InboxRulesetDto
Rules for inbox
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | UUID | ||
inboxId | UUID | ||
scope | ScopeEnum | ||
action | ActionEnum | ||
target | String | ||
handler | HandlerEnum | ||
createdAt | OffsetDateTime |
Enum: ScopeEnum
Name | Value |
---|---|
RECEIVING_EMAILS | "RECEIVING_EMAILS" |
SENDING_EMAILS | "SENDING_EMAILS" |
Enum: ActionEnum
Name | Value |
---|---|
BLOCK | "BLOCK" |
ALLOW | "ALLOW" |
FILTER_REMOVE | "FILTER_REMOVE" |
Enum: HandlerEnum
Name | Value |
---|---|
EXCEPTION | "EXCEPTION" |