GET api/2.0/mail/settings
Returns the mail common settings.
This method doesn't have any parameters.
GET api/2.0/mail/settings
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json
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>