Get the "Always display external images" flag
|
GET api/2.0/mail/settings/alwaysDisplayImages
|
Returns a flag that specifies whether to display external images in the messages or not.
|
Get the "Cache unread messages" flag
|
GET api/2.0/mail/settings/cacheMessagesEnabled
|
Returns a flag that specifies whether to cache unread messages or not.
|
Get the "Enable Conversations" flag
|
GET api/2.0/mail/settings/conversationsEnabled
|
Returns a flag that specifies whether to group messages into conversations or not.
|
Get the "Go next after move" flag
|
GET api/2.0/mail/settings/goNextAfterMoveEnabled
|
Returns a flag that specifies whether to go to the next message after moving/deleting the currently viewed or return to the current folder.
|
Get the "Replace message body" flag
|
GET api/2.0/mail/settings/replaceMessageBody
|
Returns a flag that specifies whether to completely replace text of the email when inserting a template or not.
|
Get the mail common settings
|
GET api/2.0/mail/settings
|
Returns the mail common settings.
|
Set the "Always display external images" flag
|
PUT api/2.0/mail/settings/alwaysDisplayImages
|
Sets a flag that specifies whether to display external images in the messages or not.
|
Set the "Cache unread messages" flag
|
PUT api/2.0/mail/settings/cacheMessagesEnabled
|
Sets a flag that specifies whether to cache unread messages or not.
|
Set the "Enable Conversations" flag
|
PUT api/2.0/mail/settings/conversationsEnabled
|
Sets a flag that specifies whether to group messages into conversations or not.
|
Set the "Go next after move" flag
|
PUT api/2.0/mail/settings/goNextAfterMoveEnabled
|
Sets a flag that specifies whether to go to the next message after moving/deleting the currently viewed or return to the current folder.
|
Set the "Replace message body" flag
|
PUT api/2.0/mail/settings/replaceMessageBody
|
Sets a flag that specifies whether to completely replace text of the email when inserting a template or not.
|