filters

Name Resource Description
Apply a filter GET api/2.0/mail/filters/{id}/apply Applies a filter to the existing messages.
Check filter results POST api/2.0/mail/filters/check Checks the results of a filter specified in the request.
Create a filter POST api/2.0/mail/filters Creates a new filter with the parameters specified in the request.
Delete a filter DELETE api/2.0/mail/filters/{id} Deletes a filter with the ID specified in the request.
Get filters GET api/2.0/mail/filters Returns a list of filters used in all the mails.
Update a filter PUT api/2.0/mail/filters Updates the selected filter with the parameters specified in the request.