Changelog for Thunderbird 106
The following WebExtension API changes were introduced in Thunderbird 106.
commands
event onCommand.tab — The details of the active tab while the command occurred.
mailTabs
function setSelectedMessages — Selects none, one or multiple messages. Opens collapsed threads to show the selection, if required.
messages
function import — Imports a message into a folder. Supports local folders, POP and IMAP folders. Throws, if the destination folder already contains a message with the Message-ID of the message being imported.
type MessageAttachment.message — A MessageHeader, if this attachment is a message.
type MessageHeader.external — Whether this message is a real message or an external message (opened from a file or from an attachment).
type MessageHeader.new — Whether the message has been received recently and is marked as new.
type MessageProperties — Message properties used in messages.update and messages.import. They can also be monitored by messages.onUpdated.