Changelog for Thunderbird 147
The following WebExtension API changes were introduced in Thunderbird 147.
event onAfterSave.saveInfo.details — The compose.ComposeDetails of the saved message.
event onAfterSend.sendInfo.details — The compose.ComposeDetails of the send message.
function getHeaders — Returns all message headers of the specified message, without MIME structure parsing. Throws an error if the message cannot be read, for example due to network issues. This function is significantly faster than messages.getFull when only the header information is required.
type HeadersDictionary — A dictionary object of headers as key-value pairs, with the header name as key, and an array of headers as value.
Provides access to global proxy settings for Thunderbird and proxy event listeners to handle dynamic proxy implementations.