ImportExportTools NG cronologia delle versioni

38 versioni

Fai attenzione alle vecchie versioni!

Queste versioni sono visualizzate solo per scopo di test e archivio. Dovresti sempre utilizzare l’ultima versione di un componente aggiuntivo.

Versione 15.0.0 621.0 KiB Compatibile con Thunderbird 140.0 - 152.*

Release Notes: Major new v15 release

v15 Notes, Features and Changes. Please read carefully.

v15 is a complete rewrite of the message export functions, both Folders and selected messages. It's the first phase in a modern, mostly WebExtension technology. The new design is a vast improvement in architecture allowing new features and better performance.

For the first v15 release, the following formats have been implemented:

- EML
- HTML and attachments
- PDF and attachments
- Plaintext and attachments

Besides the new PDF with attachments export. There is also a new export status window as well as a new OS notification alternative. A list of features follows:

PDF export with attachments

This is a long requested option. There is one important limitation versus HTML export. The attachments table does not have clickable links. Thus far it has not been possible to produce output with relative links. Either the PDF converter and or the viewers convert all file:// links to absolute links which are not useful. I am hoping there is some way to accomplish this in the future.

Index

The new index file allows you to sort columns by clicking any the headers.

Export Structures

- All attachments in a single directory
If you use a static word like "Attachments", all attachments will go into that directory. In the past that would have produced Attachments, Attachments-1, Attachments-2, etc.

- Attachments saved in the same directory with messages.
In this new option found on the Filenames tab, no attachment directories are created as they are all in the messages directory.

- Attachment directories now have the message date set
For sorting the attachment directories will now have their modification date set to the corresponding message's sent date.

- Experimental "withatts" structure
This structure combines each message with all attachments into the formatted attachment directory. The typical setup would be to set the filename format to your preferred setup say ${subject} and your directory formats to ${subject} as well. This would produce directories for each message with both the message and attachments. Sorting the directories by date or name is possible.

To try this experimental structure place the word:
withatts
in the logging options in the Misc tab. (Proposal by @Rayerd)

Logging options

The new Logging options are on the Misc tab. These are set as a space separated list of log type words. They produce various log and debug output to the Debug console which is accessed by Control-Shift-J. The log types can be combined to produce the additive output. The log types are as follows:
- msgs : Basic message save status
- msgs2 : More detailed debug output for messages
- summary : A summary of the export
- msgparts : Debug info for MIME message parts
- withatts : A temporary option to use the combined message and attachments structure

Menus

The new functions are currently added on top of the old functions and have a (v15) prefix.

The old code will be depreciated once the new functions are stable. This has been done as a cautious approach to the major release. Please use the new v15 functions and report any issues in the Github repository here:

ImportExportTools NG Github Issues

Credits

This release could not have happened without the testing, translations and suggestions from several loyal and dedicated users. Many thanks to:

@DenB10
@kiki-ja
@tidebre67
@Yarny0
@Reyerd
@Joergen
@JF1313
@joeldebruijn
@pivi2402
@EXDEV-oss


Christopher

Versione 14.1.18 522.2 KiB Compatibile con Thunderbird 140.0 - 151.*

Compatibility for Thunderbird v140 - v151

Versione 14.1.17 522.2 KiB Compatibile con Thunderbird 140.0 - 149.*

Note : Thunderbird v148 has fixed the issue preventing PDF Export

I have reconsidered my support for the release channel. With around 78k users, that's to large a group to disrupt. Also I want everyone for
the beta and upcoming release of v15 which is a complete rewrite of the export messages functions. It will also add new features such as PDF export with attachments.

After the next ESR release I will decide on my release policy.
However, please check for ImportExportTools NG support before updating Thunderbird.

Christopher

Fix : Remove quotes from display name for smart file names

Versione 14.1.16 523.1 KiB Compatibile con Thunderbird 146.0 - 147.*

Version 14.1.16 : Maintenance Release - January 7, 2025
- PDF export is broken due to a Thunderbird bug
- It is not known when this will be fixed
- Users will have to rollback Thunderbird to ESR
- Increased mbox import limit to 50GB

Versione 14.1.15 478.7 KiB Compatibile con Thunderbird 140.0 - 146.*

Version 14.1.15 : Maintenance Release - November 6, 2025

- Truncate long attachment names on Windows
- Compatibility for v140-v146

Versione 14.1.14 479.7 KiB Compatibile con Thunderbird 140.0 - 144.*

Version 14.1.14 : Maintenance Release - September 16, 2025

- Fix race condition preventing auto backup on shutdown

Versione 14.1.13 478.0 KiB Compatibile con Thunderbird 140.0 - 144.*

Version 14.1.13 : v140-v144 Release - September 8, 2025

- Compatibility for v140-v144
- Convert and remove last properties files

Versione 14.1.12 515.0 KiB Compatibile con Thunderbird 140.0 - 142.*

Compatibility for Thunderbird v140-v142

Versione 14.1.11 514.7 KiB Compatibile con Thunderbird 141.0 - 141.*

Compatibility for v141

Versione 14.1.10 514.6 KiB Compatibile con Thunderbird 128.0 - 140.*

v140 Compatibility

Versione 14.1.9 514.6 KiB Compatibile con Thunderbird 128.0 - 139.*

v139 compatibility

Versione 14.1.8 516.8 KiB Compatibile con Thunderbird 115.0 - 138.*

Version 14.1.8 : RC v137-138 Release - April 6, 2025

- Fix for intermittent and inconsistent export failure of all message types
- New: Multiple folder selection exports
- More error handling for EML imports, mbox exports
- Update Danish (da) locale - @Joergen
- Update Hungarian (hu-HU) locale - @ef99

Versione 14.1.7 514.5 KiB Compatibile con Thunderbird 115.0 - 136.*

Version 14.1.7: Multiple Folders Release - March 30, 2025

- Fix for intermittent and inconsistent export failure of all message types
- New: Multiple folder selection exports
- More error handling for EML imports, mbox exports
- Update Danish (da) locale - @Joergen
- Update Hungarian (hu-HU) locale - @ef99

Versione 14.1.5 522.8 KiB Compatibile con Thunderbird 115.0 - 128.*

Version 14.1.5 : Maintenance Release - February 3, 2025

- Rollback mboxImportExport module to stable v7
- Remove date from custom backup folder name
- Update Chinese (zh-CN) locale - @ziqin

Versione 14.1.4 507.7 KiB Compatibile con Thunderbird 115.0 - 128.*

- New: Backup option for number of backups to retain #302, #663
- New: Support Unicode characters in plaintext exports #639
- Fix CSV export in search dialog #646- Fix EML import/export issues #631
- Add note to mbox import menu help, only valid for Local Folders, not IMAP
- Fix mbox file exports to use LF line endings #607

Versione 14.1.2 502.4 KiB Compatibile con Thunderbird 115.0 - 128.*

Version 14.1.2 : Maintenance Release - July,22 2024

- Fix search-export for HTML and Plaintext
- Add reply-to translations
- fix Thunderbird headers for ja locale

Versione 14.1.0 506.6 KiB Compatibile con Thunderbird 115.0 - 128.*

Version 14.1.0 : Thunderbird v128 Support - July,15 2024

- New: Thunderbird v128 and v115 support
- New: Filters and transforms for filenames in UI
- Fix missing UTF-8 conversion for HTML and Plaintext exports #581
- Fix ja and zn-CH indexes #588
- Fix To, From and ReplyTo fields in HTML and Plaintext exports #586
- Fix message export date option #585
- Fix LF conversion for Windows plaintext #584
- Fix illegal filename character filter #576

Versione 14.0.3 495.5 KiB Compatibile con Thunderbird 115.0 - 115.*

Version 14.0.3 : Maintenance Release - June 5, 2024

- Promisify and fix export messages timing issue #568
- New: Latinize filenames transform. Use boolean preference:
extensions.importexporttoolsng.export.filename_latinize
- New: UTF-16 filenames filter (emojis, symbols…). Use boolean preference:
extensions.importexporttoolsng.export.filename_filterUTF16
- New: Character filter for filenames. Use UTF-16 string preference:
extensions.importexporttoolsng.export.filename_filter_characters
Enter the characters with no separators

Versione 14.0.2 491.2 KiB Compatibile con Thunderbird 115.0 - 115.*

Version 14.0.2 : Subfolders Release - April 10, 2024

- New: Recursive Subfolder Export for EML, HTML, PDF and Plaintext #538
- New: Size column in index #508
- New: Import OSX 9- CR terminations mbox files #540
- New: Support shortcuts for ExportSelectedMessages #519
- New: Czech (cs) locale - @cewbdex
- Fix mbox From_ separator to use asctime() date format #537
- Fix PDF exports do not use Mozilla Save toPDF settings #528
- Fix Right-clicking folder doesn't show export mbox option for Maildir #525
- Fix Cannot import emails with linebreaks in Return-Path header #516
- Fix Export all messages of a virtual folder to html with attachments and index - missing messages folder #509
- Fix context menu for message window #505
- Convert dtd files to messages.json

Versione 14.0.1 526.4 KiB Compatibile con Thunderbird 115.0 - 115.*

Version 14.0.1 : Maintenance Release - November 10, 2023

- New: Add Account level mbox import
- New: Add Account level mbox flattened export
- New: Support for mbox import and export to filesys levels
- Fix CSV export to text #451, #463
- Fix export folder to ZIP
- Fix help load only on IETNG updates
- Add preference to never load help on updates #458
extensions.importexporttoolsng.export.help.showOnInstallAndUpdate
- Fix help for sublocales and unsupported locales
- Fix mbox From_ separators to adhere to RFC 4155 #455
- Add back Export Messages in message display windows #459
- Fix Account export for pop3
- Fix buffer boundary From_ escaping
- Fix selected messages handling #485
- Complete de locale update @Mr-Update
- Complete fr locale update @DenB10
- Complete da locale update @Joergen
- Updated ja locale @kiki-ja

Versione 14.0.0 500.5 KiB Compatibile con Thunderbird 115.0 - 115.*

Version 14.0.0 : Thunderbird v115 Support - September 26, 2023

- Thunderbird v115 ESR support
- New UI refresh
- New Dark mode support
- New clean, consistent and logical menus
- New toolbar button for profile, backup and options support
- New .mbox extension option for non-structured exports
- New strip CR from eml exports
- Improved mbox From_ escaping

Versione 12.0.4 422.0 KiB Compatibile con Thunderbird 91.0 - 102.*

Version 12.0.4 : Maintenance Release - June 24, 2023

- Fix search and export failure #412, #414, #418

Versione 12.0.3 422.0 KiB Compatibile con Thunderbird 91.0 - 102.*

Version 12.0.3 : Maintenance Release - June 1, 2023

- Fix virtual folder exports #359
- Fix encoding for attachment names #355
- Fix bad filename token in pl locale #366
- Fix PDF exception #369
- Fix bad filename token in pt-PT locale #398
- Improved ja locale additions #281
- Improved ru locale additions PR #401

Versione 12.0.2 420.8 KiB Compatibile con Thunderbird 91.0 - 102.*

Version 12.0.2 : Maintenance Release - October 24, 2022

- Fix PDF export on OSX! #353
- Fix PDF export on Linux 102.* #351
- Fix account level export folders #296
- Fix From: first line removal #350
- Fix escape characters for attachment names #339
- Add experimental folder column to cvs export #349
Set advanced preference to true:
extensions.importexporttoolsng.experimental.csv.account_folder_col

Versione 12.0.1 418.9 KiB Compatibile con Thunderbird 91.0 - 102.*

Version 12.0.1 : Maintenance Release - July 8, 2022

- Fix Save to PDF for *nix platforms #330

Versione 12.0.0 418.9 KiB Compatibile con Thunderbird 91.0 - 102.*

Version 12.0.0 : Thunderbird 102 Support - July 1, 2022

- Support for Thunderbird 102 and 91
- Fix race condition in SessionRestore #284 #314
- Fix IMAP export skipping empty folders #320
- Fix export folder options not saved #318
- Fix printSettings changes

Versione 11.1 434.3 KiB Compatibile con Thunderbird 91.0 - 94.0

Versione 11.0 433.3 KiB Compatibile con Thunderbird 91.0 - 94.0

91 comppatibility

Versione 10.0.4 444.0 KiB Compatibile con Thunderbird 68.0 - 78.*

- fix name collision for window.extension
- update WL to v1.28

Versione 10.0.2 443.1 KiB Compatibile con Thunderbird 68.0 - 78.*

Version 10.0.2 : Maintenance Release - November 14, 2020

Bug Issues Fixed:

- #140 Handle right click on unselected folder
- #149 EML import fixes
- #154 Backup does not run if File/Exit used
- #157, #159 Backups failing
- #173 Handle no selected folder
- #174 Sender_email & recipient_email tokens missing for attachments
- #175 Support comma and single quote in filenames

Notables:

- Added Backup on exit option
- Use `Index, CSV Date Format` option for full custom format (options Misc tab)