Add a mailbox alias
|
PUT api/2.0/mailserver/mailboxes/alias/add
|
Adds an alias to the mailbox with the ID specified in the request.
|
Change a mailbox password
|
PUT api/2.0/mailserver/mailboxes/changepwd
|
Changes a password of a mailbox with the ID specified in the request.
|
Check the mailbox address correctness
|
GET api/2.0/mailserver/mailboxes/alias/valid
|
Checks if the mailbox address is valid or not.
|
Check the mailbox address existence
|
GET api/2.0/mailserver/mailboxes/alias/exists
|
Checks if the mailbox address is already registered or not.
|
Create a mailbox
|
POST api/2.0/mailserver/mailboxes/add
|
Creates a mailbox with the parameters specified in the request.
|
Create a mailbox with your own domain
|
POST api/2.0/mailserver/mailboxes/addmy
|
Creates a mailbox with your own domain name.
|
Get mailboxes
|
GET api/2.0/mailserver/mailboxes/get
|
Returns a list of all the mailboxes associated with the tenant.
|
Remove a mailbox
|
DELETE api/2.0/mailserver/mailboxes/remove/{id}
|
Deletes a mailbox with the ID specified in the request.
|
Remove a mailbox alias
|
PUT api/2.0/mailserver/mailboxes/alias/remove
|
Removes an alias from the mailbox with the ID specified in the request.
|
Update a mailbox
|
PUT api/2.0/mailserver/mailboxes/update
|
Updates a mailbox with the ID specified in the request.
|