LookOut (fix version) Version History
37 versions
Be careful with old versions!
These versions are displayed for reference and testing purposes. You should always use the latest version of an add-on.
Version 6.3
Update for Thunderbird 128
The Thunderbird team was not able to publish the Attachments API yet, so the save all feature is still pending upstream changes.
The Thunderbird team was not able to publish the Attachments API yet, so the save all feature is still pending upstream changes.
- Source code released under Mozilla Public License, version 2.0
Version 6.2
* Added Italian Translation
* Added Polish translation
* Added Polish translation
- Source code released under Mozilla Public License, version 2.0
Version 6.1
Fixes regression where the Remove Winmail.dat preference caused additional attachments such as forwarded emails to be removed as well.
- Source code released under Mozilla Public License, version 2.0
Version 6.0
Extensive re-architecture for Thunderbird 115
! Important Known issues due to the re-architecture that are planned to be addressed:
* Attachment "Save all" saves original winmail.dat - Drag and drop files or Open containing folder to navigate to Tmp directory.
* Calendar invites are no longer handled - Users will have to save the .ics file and then manually import into the calendar
Changes:
* 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
! Important Known issues due to the re-architecture that are planned to be addressed:
* Attachment "Save all" saves original winmail.dat - Drag and drop files or Open containing folder to navigate to Tmp directory.
* Calendar invites are no longer handled - Users will have to save the .ics file and then manually import into the calendar
Changes:
* 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
- Source code released under Mozilla Public License, version 2.0
Version 5.4
Services.jsm removal fixes
Updated addon-developer-support
Fix minor typo in lookout.js
Updated addon-developer-support
Fix minor typo in lookout.js
- Source code released under Mozilla Public License, version 2.0
Version 5.3
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.
- Source code released under Mozilla Public License, version 2.0
Version 5.2
Fixes a race condition in the WL API and brings back the session restore API
- Source code released under Mozilla Public License, version 2.0
Version 5.1
Release for Thunderbird 102 deprecating use of SessionRestore API
- Source code released under Mozilla Public License, version 2.0
Version 4.3
Bugfix release for installation of LookOut (Fix Version) by policy
- Source code released under Mozilla Public License, version 2.0
Version 4.2
Fixes an issue when opening an attachment via double click the attachment list will collapse is Initially Show Attachment Pane option is not set.
- Source code released under Mozilla Public License, version 2.0
Version 4.1
Thunderbird 91 compatibility update
- Source code released under Mozilla Public License, version 2.0
Version 3.0.6
Fixes the Hungarian options menu failing to load. Fixes add-on not loading for non English locales
- Source code released under Mozilla Public License, version 2.0
Version 3.0.5
A minor a fix for the [00] byte displaying on some file names
- Source code released under Mozilla Public License, version 2.0
Version 3.0.4
Now allows decoding emails when they are opened in new windows
- Source code released under Mozilla Public License, version 2.0
Version 3.0.3
Fixes Too much recursion error that prevented attachment decoding after an update. Please note Thunderbird will require a restart after updating to clear out the bug
- Source code released under Mozilla Public License, version 2.0
Version 3.0.2
Fixes calendar integration after receiving sample email
- Source code released under Mozilla Public License, version 2.0
Version 3.0.1
Initial Thunderbird 78 support has been added via the Experiment wrapper API
* Calendar integration has still not been fully tested.
Please report any issues to https://github.com/TB-throwback/LookOut-fix-version/issues
* Calendar integration has still not been fully tested.
Please report any issues to https://github.com/TB-throwback/LookOut-fix-version/issues
- Source code released under Mozilla Public License, version 2.0
Version 2.0.4
Added max version of 68.* as addon is incompatible with Thunderbird 78
- Source code released under Mozilla Public License, version 2.0
Version 2.0.3
Japanese Translation added
Character set conversion changes
Character set conversion changes
- Source code released under Mozilla Public License, version 2.0
Version 2.0.2
Fix for a typo in Hungarian localization
- Source code released under Mozilla Public License, version 2.0
Version 2.0.1
Drag and Drop support was removed
Due to the need to remove creation of temporary files on disk code has be reverted to old method of attachment handling. This unfortunately breaks drag and drop support
Due to the need to remove creation of temporary files on disk code has be reverted to old method of attachment handling. This unfortunately breaks drag and drop support
- Source code released under Mozilla Public License, version 2.0
Version 2.0.0
Support for Thunderbird 68 and above.
NOTE: This is a backwards incompatible release
NOTE: This is a backwards incompatible release
- Source code released under Mozilla Public License, version 2.0
Version 1.3.04
Fixed: Detach all not working due to drag and drop
Fixed: Hu local typo
Fixed: Hu local typo
- Source code released under Mozilla Public License, version 2.0
Version 1.3.03
This is a Bugfix Release
Fixed: Crash on TB38 when checking for Lightning calendar
Fixed: Crash on TB38 when checking for Lightning calendar
- Source code released under Mozilla Public License, version 2.0
Version 1.3.02
A security update winmail.dat not decoded and attachments not saved to tmp if it is marked as Junk. It should be noted that version 1.3.01 ensured the file permissions were set to not executable, this is just an extra layer of protection.
- Source code released under Mozilla Public License, version 2.0
Version 1.3.01
Explicitly create tmp file for older versions of Thunderbird
- Source code released under Mozilla Public License, version 2.0
Version 1.3.00
Attachment drag and drop support
Optionally remove winmail.dat file when finished processing. This is in options and defaults to true
Fix attachment pane opening and closing, respects inbuilt Thunderbird preferences
Ignore blank VCF files to minimize clutter
Highlight event invitations - To be expanded to full lightning integration
Optionally remove winmail.dat file when finished processing. This is in options and defaults to true
Fix attachment pane opening and closing, respects inbuilt Thunderbird preferences
Ignore blank VCF files to minimize clutter
Highlight event invitations - To be expanded to full lightning integration
- Source code released under Mozilla Public License, version 2.0
Version 1.2.25
Fixes for ics parsing:
Added quick decompose_rfc822_address sanity check
Added special character skip for ICS attendee data
Added zero( 0 ) UID check
Added quick decompose_rfc822_address sanity check
Added special character skip for ICS attendee data
Added zero( 0 ) UID check
- Source code released under Mozilla Public License, version 2.0
Version 1.2.24
Fixes the saving of individual files by using fp.file.parent instead of fp.displayDirectory to determine the parent directory of the file to be saved that was chosen by the user.
- Source code released under Mozilla Public License, version 2.0
Version 1.2.23
Added: Snazzy new logo
Removed: Redundant code
Removed: Redundant code
- Source code released under Mozilla Public License, version 2.0
To create your own collections, you must have a Mozilla Add-ons account.