thunderbird / import-export-tools-ng

Import Export Tools that supports Thunderbird v68-v128
Other
285 stars 31 forks source link

Exporting html or plaintext from the Search dialog fails - v14.1.1-b1 fix #593

Open kokadak opened 3 months ago

kokadak commented 3 months ago

Only the export in plain text is not executed.

cleidigh commented 3 months ago

@kokadak Just saw your post before getting to bed so I have not analyzed. I fixed a number of issues related. Can you check my latest? https://github.com/thunderbird/import-export-tools-ng/issues/575 Install with the gear icon on the addons tab. If the problem still remains, please let me know ASAP because I am days away from this release. Thanks @cleidigh

kokadak commented 3 months ago

Updated to 14.1.0-b4, but it did not resolve the issue.

cleidigh commented 3 months ago

@kokadak Yes, my error moving between v128 & v115 I fuged this. It's a one liner. Will post a beta in a bit. Had to do with dealing with multiple folder selection not yet supported... @cleidigh

cleidigh commented 3 months ago

@kokadak ok I fixed my stupid error I made on v115. Sorry for that. You can grab b5

@cleidigh

kokadak commented 3 months ago

Updated to 14.1.0-b5, but it did not resolve the issue.

cleidigh commented 2 months ago

Did you restart Thunderbird? Can you check the console output? Christopher

On Mon, Jul 8, 2024 at 5:35 AM kokadak @.***> wrote:

Updated to 14.1.0-b5, but it did not resolve the issue.

— Reply to this email directly, view it on GitHub https://github.com/thunderbird/import-export-tools-ng/issues/593#issuecomment-2213523889, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAZ764WKE7RZ7T6FUEUPSTZLJMNBAVCNFSM6AAAAABKMNG2CSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJTGUZDGOBYHE . You are receiving this because you were mentioned.Message ID: @.***>

cleidigh commented 2 months ago

Also what os and Thunderbird version?

On Mon, Jul 8, 2024 at 5:35 AM kokadak @.***> wrote:

Updated to 14.1.0-b5, but it did not resolve the issue.

— Reply to this email directly, view it on GitHub https://github.com/thunderbird/import-export-tools-ng/issues/593#issuecomment-2213523889, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAZ764WKE7RZ7T6FUEUPSTZLJMNBAVCNFSM6AAAAABKMNG2CSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJTGUZDGOBYHE . You are receiving this because you were mentioned.Message ID: @.***>

kokadak commented 2 months ago

All steps have been completed.

エディション Windows 11 Pro バージョン 23H2

Version 115.12.2

cleidigh commented 2 months ago

@kokadak Thank you. Are you able to capture the debug console? Use Control -Shift-J That will open the console, then go back to Thunderbird Attempt to do the export Go back to the console and right click, Copy all messages Then you can paste here.

Some questions : Can you exort to HTML, this is almost identical to plaintext export. Can you export to EML? Is there anything else you can tell me about your setup? Thank you in advance, this is one of the last issues I have, however, I have multiple users doing plaintext export successfully so I need to figure out what is different with your situation. Note, I also tested this using the ja locale. @cleidigh

kokadak commented 2 months ago

debug console when exporting to plaintext↓↓ ーーー tb.ui.interaction.message_display - The key length must be limited to 72 characters. Element.releaseCapture() は推奨されません。代わりに Element.releasePointerCapture() を使用してください。詳しくは https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture を参照してください。 menupopup.js:160:13 Uncaught TypeError: msgFolder is null IEThtmlToText chrome://mboximport/content/mboximport/exportTools.js:2244 onAfterStopRequest chrome://mboximport/content/mboximport/exportTools.js:1808 onStopRequest chrome://mboximport/content/mboximport/exportTools.js:1631 exportTools.js:2244:3 ーーー

questions↓↓ I can export to everything except plaintext. Until then, I was able to export to plaintext every day. I haven't changed any settings since then.

スクリーンショット 2024-07-10 115558 スクリーンショット 2024-07-10 115536 スクリーンショット 2024-07-10 115518

cleidigh commented 2 months ago

what type of account are you exporting from?

On Tue, Jul 9, 2024 at 10:58 PM kokadak @.***> wrote:

debug console when exporting to plaintext↓↓ ーーー tb.ui.interaction.message_display - The key length must be limited to 72 characters. Element.releaseCapture() は推奨されません。代わりに Element.releasePointerCapture() を使用してください。詳しくは https://developer.mozilla.org/docs/Web/API/Element/releasePointerCapture を参照してください。 menupopup.js:160:13 Uncaught TypeError: msgFolder is null IEThtmlToText chrome://mboximport/content/mboximport/exportTools.js:2244 onAfterStopRequest chrome://mboximport/content/mboximport/exportTools.js:1808 onStopRequest chrome://mboximport/content/mboximport/exportTools.js:1631 exportTools.js:2244:3 ーーー

questions↓↓ I can export to everything except plaintext. Until then, I was able to export to plaintext every day. I haven't changed any settings since then.

2024-07-10.115558.png (view on web) https://github.com/thunderbird/import-export-tools-ng/assets/174762162/17a631a5-f584-475e-befd-e37db66f8d47 2024-07-10.115536.png (view on web) https://github.com/thunderbird/import-export-tools-ng/assets/174762162/77fc4464-fee6-4c2b-930e-8a0d09c35caf 2024-07-10.115518.png (view on web) https://github.com/thunderbird/import-export-tools-ng/assets/174762162/8b5bd560-1e68-453e-a36c-baa904f8c908

— Reply to this email directly, view it on GitHub https://github.com/thunderbird/import-export-tools-ng/issues/593#issuecomment-2219447218, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAZ7645CDOXRCUT5AEL27TZLSPPBAVCNFSM6AAAAABKMNG2CSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJZGQ2DOMRRHA . You are receiving this because you were assigned.Message ID: @.***>

cleidigh commented 2 months ago

@kokadak I see the error in the debug, however, I can't determine why msgFolder is null. I have posted b8 with a lot of debug output, hopefully that will help, but I really need more information from you to help.

What is the account type you are exporting from? What type of folder? What is the exact menu item you are using for export? Are you exporting a folder or selected messages? What is the Thunderbird view you are exporting from?

Can you capture the debug for both a plaintext and html export (which still works)

If I catch you tonight, try to answer otherwise we lose another day. Thanks @cleidigh

kokadak commented 2 months ago

Updated to 14.1.0-b8, but it did not resolve the issue.

What is the account type you are exporting from? What type of folder?

I'm not sure what you mean by "type."

What is the exact menu item you are using for export? What is the Thunderbird view you are exporting from?

スクリーンショット 2024-07-17 231614

Are you exporting a folder or selected messages?

The message I searched for by date.

Can you capture the debug for both a plaintext and html export (which still works)

I can export in EML format, but I can no longer export in HTML format. ↓HTML & Plain image

cleidigh commented 2 months ago

@kokadak Ok, I finally understand you are doing exporting from the search dialog! The changes for html and Plaintext were interfering with the search export. I just posted v14.1.1-b1 with the fix

@cleidigh

kokadak commented 2 months ago

Finally I can export!! Thank you , Christopher!

cleidigh commented 2 months ago

Great! I'm glad we got it figured out. Christopher

On Thu, Jul 18, 2024 at 11:00 PM kokadak @.***> wrote:

Finally I can export!! Thank you , Christopher!

— Reply to this email directly, view it on GitHub https://github.com/thunderbird/import-export-tools-ng/issues/593#issuecomment-2237986190, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGAZ76YTZJDGYBDM7HD6KU3ZNB6NTAVCNFSM6AAAAABKMNG2CSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZXHE4DMMJZGA . You are receiving this because you were mentioned.Message ID: @.***>