Changelog for Thunderbird 133
The following WebExtension API changes were introduced in Thunderbird 133.
messages
api
messages
function getFull.options.decodeContent — Whether to decode quoted-printable or base64 encoded content of message parts. Defaults to true.
function getFull.options.decodeHeaders — Whether to decode RFC 2047 encoded headers of message parts. Defaults to true.
type MessagePart.rawBody — The raw content of the part. Only present if requested, see the decodeContent option of messages.getFull.
type MessagePart.rawHeaders — A dictionary object of raw part headers as key-value pairs, with the header name as key, and an array of headers as value. Only present if requested, see the decodeHeaders option of messages.getFull.