Add the trusted image address
|
POST api/2.0/mail/display_images/address
|
Adds an image address specified in the request to the list of trusted image addresses.
|
Get trusted image addresses
|
GET api/2.0/mail/display_images/addresses
|
Returns a list of all the trusted addresses for image displaying.
|
Remove the trusted image address
|
DELETE api/2.0/mail/display_images/address
|
Removes an image address specified in the request from the list of trusted image addresses.
|