Skip to content

v2.2

Compare
Choose a tag to compare
@oheil oheil released this 15 Feb 13:29
· 9 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.

Solution: delete property before call.