Skip to content

v2.3

Compare
Choose a tag to compare
@oheil oheil released this 16 Feb 19:53
· 7 commits to master since this release

composeHtml not allowed as property but received from thunderbird

Thunderbird 78.7.0:
Extension API: composeHtml is now exposed in MailIdentity

messenger.accounts.get(item.selectedFolder.accountId) returns object which contains property 'composeHtml'.
Using the object in call
messenger.exp_logout.exp_logout(result.identities);
raises exception from thunderbird check routine.

Better Solution: add property to logout_exp schema definition.