jsonrpc: add getMessageHtml (#3671)

* add getMessageHtml function

* add changelog entry
This commit is contained in:
Simon Laux
2022-10-15 20:47:31 +02:00
committed by GitHub
parent e8ea9b7127
commit 836c016f97
4 changed files with 12 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
- `stopIo()`
- `exportBackup()`
- `importBackup()`
- `getMessageHtml()` #3671
- breaking: jsonrpc: remove function `messageListGetMessageIds()`, it is replaced by `getMessageIds()` and `getMessageListItems()` the latter returns a new `MessageListItem` type, which is the now prefered way of using the message list.
- jsonrpc: add type: #3641, #3645
- `MessageSearchResult`