Get tags
|
GET api/2.0/mail/tags
|
Returns list of the tags used in Mail
|
Create tag
|
POST api/2.0/mail/tags
|
Creates a new tag
|
Update tag
|
PUT api/2.0/mail/tags/{id}
|
Updates the selected tag
|
Set tag
|
PUT api/2.0/mail/tags/{id}/set
|
Adds the selected tag to the messages
|
Unset tag
|
PUT api/2.0/mail/tags/{id}/unset
|
Removes the specified tag from messages
|
Delete tag
|
DELETE api/2.0/mail/tags/{id}
|
Deletes the selected tag from TLMail
|