Endpoint for creating mailbox aliases.
The creation payload.
Endpoint for creating a time-limited (burner) alias. Mailcow always
generates the address itself -- there is no way to request a specific
one. The generated address is not returned; call getTimeLimited to
retrieve it.
The creation payload.
Endpoint for deleting a mailbox alias.
The deletion payload.
Endpoint for deleting one or more time-limited aliases.
The deletion payload.
Endpoint for editing a mailbox alias.
The edit payload.
Endpoint for extending a time-limited alias's expiry, or marking it
permanent. Mailcow silently no-ops if neither validity nor
permanent is provided in the payload.
The edit payload.
Endpoint for getting mailbox aliases in the system.
Optionalid: number | "all"
The id of the alias you want to get. Use 'all' to retrieve all aliases in the system.
Endpoint for listing the active time-limited aliases for a mailbox.
The mailbox to list time-limited aliases for.
Interface for all Alias endpoints.