Skip to content

Releases: oheil/logout

v2.8

26 Jul 18:52
538c42d
Compare
Choose a tag to compare

Minor changes for Thunderbird 115

v2.7

25 Jun 18:25
Compare
Choose a tag to compare

New release for Thunderbird 102
Only Manifest changed for new strict max version.

v2.6

04 Sep 12:08
Compare
Choose a tag to compare

Working on Thunderbird 91.*

strict_max_version needed for upcoming TB91 release

04 Sep 11:11
Compare
Choose a tag to compare

This extension currently does not work on TB 91, so strict_max_version needs to be added to avoid problems when user upgrade TB to 91.

v2.4

17 Feb 10:52
Compare
Choose a tag to compare

Not needed permission removed.

v2.3

16 Feb 19:53
Compare
Choose a tag to compare

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.

v2.2

15 Feb 13:29
Compare
Choose a tag to compare

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.

First release for TB 78+

28 Aug 10:42
Compare
Choose a tag to compare
v2.1

more cleanup