Change a mailbox password
|
PUT api/2.0/mailserver/mailboxes/changepwd
|
Changes a password of the mailbox with the ID specified in the request.
|
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 my mailbox
|
POST api/2.0/mailserver/mailboxes/addmy
|
Create my common domain mailbox with the name specified in the request.
|
Get mailboxes
|
GET api/2.0/mailserver/mailboxes/get
|
Returns a list of all the mailboxes associated with the tenant.
|
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.
|
Remove a mailbox from the mail server
|
DELETE api/2.0/mailserver/mailboxes/remove/{id}
|
Deletes a 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.
|
Validate the mailbox address
|
GET api/2.0/mailserver/mailboxes/alias/valid
|
Checks if the mailbox address is valid or not.
|