LookOut Fix Version Versions Save

Fork of LookOut (fix version)

v6.2

3 months ago
  • Added Italian Translation
  • Added Polish translation

V6.1

10 months ago

Fixes #106 where the Remove Winmail.dat preference caused additional attachments such as forwarded emails to be removed as well.

v6.0

10 months ago

Version 6.0

Extensive re-implementation for Thunderbird 115 by @jobisoft

  • Moved control logic into background
  • Use TNEF lib in background script using a PseudoInputStream, which partially implements nsIInputStream.
  • Using dedicated Experiment to manipulate attachments in the message window
  • Use ES6 modules

v5.4

10 months ago
  • Services.jsm removal fixes
  • Updated addon-developer-support
  • Fix typo in lookout.js

v5.3

1 year ago

Fixes #78 by using the function EncodeURI on the mimeurl variable. Errors were caused by system paths returning non UTF-8 encoded string on some non-english systems.

v5.3b1

1 year ago

Encode mimeurl to UTF-8 See: #78

v5.2

1 year ago

This brings back the session restore API, but a better version which can check if the restore already happened and no longer waits in that case, which should fix issue https://github.com/TB-throwback/LookOut-fix-version/issues/85.

This version is compatible with 91 and 102 to fix issue https://github.com/TB-throwback/LookOut-fix-version/issues/88.

This version also fixes a race condition in the WL API, which sometimes did not show the wrench icon in the AOM card. https://github.com/TB-throwback/LookOut-fix-version/pull/89

v5.1

1 year ago

Release for Thunderbird 102

v4.3_

2 years ago
  • fix issue #79

v4.3

2 years ago
  • fix issue #79