Zum Hauptinhalt springen

Mail

The mail API allows you to manage your mail accounts.

not deprecated
get
Get a DeliveryBox.
/v2/delivery-boxes/{deliveryBoxId}
delete
Delete a DeliveryBox.
/v2/delivery-boxes/{deliveryBoxId}
patch
Update the description of a DeliveryBox.
/v2/delivery-boxes/{deliveryBoxId}/description
patch
Update the password of a DeliveryBox.
/v2/delivery-boxes/{deliveryBoxId}/password
get
Get a MailAddress.
/v2/mail-addresses/{mailAddressId}
delete
Delete a MailAddress.
/v2/mail-addresses/{mailAddressId}
patch
Update a MailAddress.
/v2/mail-addresses/{mailAddressId}/address
patch
Update the autoresponder of a MailAddress.
/v2/mail-addresses/{mailAddressId}/autoresponder
patch
Update the catchall of a MailAddress.
/v2/mail-addresses/{mailAddressId}/catch-all
patch
Update the forward addresses of a MailAddresses.
/v2/mail-addresses/{mailAddressId}/forward-addresses
patch
Update the password for a MailAddress.
/v2/mail-addresses/{mailAddressId}/password
patch
Update the quota of a MailAddress.
/v2/mail-addresses/{mailAddressId}/quota
patch
Update the spam protection of a MailAddress.
/v2/mail-addresses/{mailAddressId}/spam-protection
get
List DeliveryBoxes belonging to a Project.
/v2/projects/{projectId}/delivery-boxes
post
Create a DeliveryBox.
/v2/projects/{projectId}/delivery-boxes
get
List MailAddresses belonging to a Project.
/v2/projects/{projectId}/mail-addresses
post
Create a MailAddress.
/v2/projects/{projectId}/mail-addresses
get
List mail settings of a Project.
/v2/projects/{projectId}/mail-settings
patch
Update a mail setting of a Project.
/v2/projects/{projectId}/mail-settings/{mailSetting}