Changelog for Thunderbird 120

The following WebExtension API changes were introduced in Thunderbird 120.

messages

api messages
  • function abortList — Finalizes the specified list and terminates any process currently still adding messages.

  • function query.queryInfo.autoPaginationTimeout — Set the timeout in ms after which results should be returned, even if the nominal number of messages-per-page has not yet been reached. Defaults to 1000 ms. Setting it to 0 will disable auto-pagination.

  • function query.queryInfo.messagesPerPage — Set the nominal number of messages-per-page for this query. Defaults to 100 messages.

  • function query.queryInfo.returnMessageListId — The messageListId is usually returned together with the first page, after some messages have been found. Enabling this option will change the return value of this function and return the messageListId directly.