GET api/2.0/mail/settings This function requires authentication

Description

Returns the mail common settings.

Parameters

This method doesn't have any parameters.

Example
GET api/2.0/mail/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
Returns

Mail common settings

Example Response

application/json

{
  "status": 0,
  "response": {
    "EnableConversations": true,
    "AlwaysDisplayImages": true,
    "CacheUnreadMessages": true,
    "EnableGoNextAfterMove": true,
    "ReplaceMessageBody": true
  }
}

text/xml

<result>
  <status>0</status>
  <response>
    <EnableConversations>True</EnableConversations>
    <AlwaysDisplayImages>True</AlwaysDisplayImages>
    <CacheUnreadMessages>True</CacheUnreadMessages>
    <EnableGoNextAfterMove>True</EnableGoNextAfterMove>
    <ReplaceMessageBody>True</ReplaceMessageBody>
  </response>
</result>