Changes in Thunderbird 83
compose
ComposeAttachment objects now have a
size
property with the size of the attachment in bytes.This change has been backported to Thunderbird 78.5.0.
contacts
The onUpdated event now calls listeners with a second argument, containing details of the changes made. For example:
{ "FirstName": { "oldValue": "Daniel", "newValue": "Danielle" }, "DisplayName": { "oldValue": "Daniel Smith", "newValue": "Danielle Smith" } }