Get common settings
|
GET api/2.0/mail/settings
|
Returns the common settings.
|
Get the "Always display images" flag
|
GET api/2.0/mail/settings/alwaysDisplayImages
|
Returns the "Always display images" flag.
|
Get the "Cache unread messages" flag
|
GET api/2.0/mail/settings/cacheMessagesEnabled
|
Returns the "Cache unread messages" flag.
|
Get the "Enable conversations" flag
|
GET api/2.0/mail/settings/conversationsEnabled
|
Returns the "Enable conversations" flag.
|
Get the "Go next after move" flag
|
GET api/2.0/mail/settings/goNextAfterMoveEnabled
|
Returns the "Go next after move" flag.
|
Get the "Replace message body" flag
|
GET api/2.0/mail/settings/replaceMessageBody
|
Returns the "Replace message body" flag.
|
Set the "Always display images" flag
|
PUT api/2.0/mail/settings/alwaysDisplayImages
|
Sets the "Always display images" flag.
|
Set the "Cache unread messages" flag
|
PUT api/2.0/mail/settings/cacheMessagesEnabled
|
Sets the "Cache unread messages" flag.
|
Set the "Enable Conversations" flag
|
PUT api/2.0/mail/settings/conversationsEnabled
|
Sets the "Enable Conversations" flag.
|
Set the "Go next after move" flag
|
PUT api/2.0/mail/settings/goNextAfterMoveEnabled
|
Sets the "Go next after move" flag.
|
Set the "Replace message body" flag
|
PUT api/2.0/mail/settings/replaceMessageBody
|
Sets the "Replace message body" flag.
|