Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v14.0.0 Release Status - Beta Download #408

Open
cleidigh opened this issue May 22, 2023 · 70 comments
Open

v14.0.0 Release Status - Beta Download #408

cleidigh opened this issue May 22, 2023 · 70 comments
Assignees
Milestone

Comments

@cleidigh
Copy link
Collaborator

cleidigh commented May 22, 2023

v14.0.0 has finally been released!!

See beta status for v14.0.1
#466

I would like to give everyone a big thank you for your help with this major effort.
Please download the release from the addon tab or the website.

I already have a set of items I missed or messed up. I have patches that will appear in beta shortly.

  • export account structure wrong
  • Zip folder messed - use mbox extension option and this works
  • selecting multiple messages for copy to clipboard does not give warning
  • csv export should do html to text conversion

Christopher

Status:

b1:

  • Roughly 98% current functionality "working/wired up"
  • New menu structure (web ext api)
  • More consistent and clean structure
  • No menu localization yet
  • New IETNG button for tools functions, profiles, backup, options and help)
  • Redone mbox import

b2:

  • all menus complete
  • all menus wired
  • full menu localization
  • help localization, but WIP
  • help on install
  • 100% functionality, particularly tested

b3

  • full help translation
  • help tweaks
  • dark mode
  • rework options
  • added missing dtd translations

b4

  • fix export account
  • tweak help, add missing entries
  • add version info
  • add missing translations

b5

  • help translations

b6
-fix missing translations

  • fix profile import wizard
  • add status for zipped mbox
  • eml strip CR
  • fix selected messages
  • ja locale updates
  • fix vf exports
  • file cleanup
  • dbg removal

b7

  • fix 100 msg export limit
  • add new implementation of import eml attachment to folder (possible issues)
  • complete redo of mbox code with hopefully solid From escaping

b7a

  • fix importEMLToFolder for all views
  • add date to mbox From separator
  • disable mbox import for imap and nntp
  • remove ietngStatusText at startup

b8

  • fix export mbox flattened
  • fix mbox zipped
  • add .mbox extension option for non structured exports
  • fix virtual folder exports
  • make all export functions async
  • add 4GB limit warning for import
  • add Force global search toggle to button
  • disable custom date toggle
  • make exportSelectedMsgs work with shortcuts
  • fix bad menu translations

Issues and Features:

@desrod
Copy link

desrod commented Jun 5, 2023

I successfully installed this on 110a1 (Daily), and the menu appears (previous versions did not), so that bit works, but none of the functionality in the menus is working. Importing, exporting to pdf, text, html, etc. all prompt me through the dialogs, but then never actually export anything. So the UX is there, but underlying functionality still seems missing.

@cleidigh
Copy link
Collaborator Author

cleidigh commented Jun 6, 2023

@desrod
110 daily is pretty old and I think proceeds the big Supernova changes. I am currently developing on 114x beta, currently b6.
As stated above, 14.0.0-b2 is fully wired, largely working and baseline tested.
I believe I will have to only support 115+ in the final release as it will have too many differences.
Definitely would be great to have more beta feedback!
@cleidigh

@desrod
Copy link

desrod commented Jun 6, 2023

I've tried the newer versions, and it looks almost identical, but introduces a LOT of bugs and UX artifacts, which my production use of mail will not tolerate, so I'm locked at 110 via a deployed enterprise policy. The Supernova variants are seen as a significant regression in usability, so they're blocked at this point.

Thanks for the update!

@perler
Copy link

perler commented Jul 24, 2023

just to clarify, there is no thunderbird 115 compatible version of ImportExportTools NG, not even as a beta, right?

@tidebre67
Copy link

just to clarify, there is no thunderbird 115 compatible version of ImportExportTools NG, not even as a beta, right?

@perler
https://github.com/thundernest/import-export-tools-ng/blob/v14.0.0/xpi/beta/import-export-tools-ng-14.0.0-b6-tb.xpi

@cleidigh
Copy link
Collaborator Author

cleidigh commented Jul 24, 2023 via email

@Vardor
Copy link

Vardor commented Aug 25, 2023

I've just installed

Latest Beta: https://github.com/thundernest/import-export-tools-ng/blob/v14.0.0/xpi/beta/import-export-tools-ng-14.0.0-b6-tb.xpi

Status:

b1:

* Roughly 98% current functionality "working/wired up"

* New menu structure (web ext api)

* More consistent and clean structure

* No menu localization yet

* New IETNG button for tools functions, profiles, backup, options and help)

* Redone mbox import

b2:

* all menus complete

* all menus wired

* full menu localization

* help localization, but WIP

* help on install

* 100% functionality, particularly tested

b3

* full help translation

* help tweaks

* dark mode

* rework options

* added missing dtd translations

b4

* fix export account

* tweak help, add missing entries

* add version info

* add missing translations

b5

* help translations

b6 -fix missing translations

* fix profile import wizard

* add status for zipped mbox

* eml strip CR

* fix selected messages

* ja locale updates

* fix vf exports

* file cleanup

* dbg removal

Issues and Features:

I've just installed this beta version in Thunderbird 115.1.1 Linux Mint and i'm going to test how it works.

@alexeski
Copy link

alexeski commented Aug 29, 2023

I've just tested b6 and b7 and noticed an issue with the MBOX export (ignoring stability issues), with the way the first line of the emails are formatted:

Expected format examples:
Apple Mail mbox export: From [email protected] Tue May 10 22:21:24 2016
Google Takeout mbox export: From 1722020400862713096@xxx Sat Jan 15 11:37:08 +0000 2022

addo-on output:
beta6: From - Sun Aug 27 10:54:07 2023 --> i.e. the mbox output date, not the email date, no emails...
beta7: From - [email protected] --> i.e. missing date

Any chance to fix it to adopt GMAIL format (ideally, but Apple's one is also fine!)?
Also to ensure this is the real email date, not the export date (which was used in b6)?

Many thanks for the awesome work!

@akki42
Copy link

akki42 commented Aug 29, 2023

I've just tested b6 and b7 [...]

May I ask where you found b7?
(I am eagerly waiting for the fix mentioned in #409 (comment) ...)

@alexeski
Copy link

May I ask where you found b7?

There're all here: https://github.com/thundernest/import-export-tools-ng/tree/v14.0.0/xpi/beta

@cleidigh
Copy link
Collaborator Author

@alexeski
@akki42
Boy you guys were quick! I didn't get a chance to post critical notes and b7a because I realized I forgot to remove the secondary status line at startup.

Most importantly I wanted to beg for feedback, especially because I had to completely redo how mbox import and export are done. Basically I have to do both manually where the prior implementations pre 115 were copy in and copy out.

So since you guys are mbox-ers your help, testing and feedback will be much appreciated.

@alexeski
On your question about the From_ separator :

First the separator format for mboxrd only requires a From and a space, all the other parts are optional. Right now I just had the sender, but I should be able to get the date, but I am also faced with certain api and performance challenges.

The goal will be :
From - [email protected] Sun Aug 27 10:54:07 2023
Where the date is either the Date header or the delivery-date header as Date is not always present. Note Gmails format is far from any typical format.

All that said I am most concerned with reliability and compatibility. Performance is also in my mind as doing the mbox import by parsing AND doing From_ escaping properly is a lot of processing. Same for export.

I have a set of small and large mboxes most my own and also Google takeout all of which work in and out. The last issue I ran into which is really my biggest concern is on the import side. The issue is the completion of the indexing after an import. I believe I got that finally yesterday, but that fix is right out the box yesterday.

Sorry for the rambling and delay on b7, but you guys can help get over this which is the only thing holding up the release.

So any feedback on stability or compatibility?

Thanks both in advance.
Christopher / @cleidigh

@cleidigh
Copy link
Collaborator Author

@akki42
b7 does have a new implementation of importEMLToFolder() so beat it up and let me know!
cheers
@cleidigh

@akki42
Copy link

akki42 commented Aug 29, 2023

@akki42 b7 does have a new implementation of importEMLToFolder() so beat it up and let me know! cheers @cleidigh

@cleidigh, first, thanks again for all your work!

I've already commented on b7 in #409 (comment) ; unfortunately, it does not yet seem to work in my tb instance...

@cleidigh
Copy link
Collaborator Author

@akki42
Thanks for the quick feedback, sorry for the failure 👎
So many different things on 115.
I will see if I can reproduce your error.
@cleidigh

@cleidigh cleidigh changed the title v14.0.0 Release Status v14.0.0 Release Status - Beta Download Aug 30, 2023
@jtessier72
Copy link

jtessier72 commented Aug 31, 2023

Testing on MacOS Monterey 12.6.5 with TB 115.2.0.

import-export-tools-ng-14.0.0-b7a-tb.xpi

I see 2 entries in the Tools menu for ImportExportTools NG. This is the first / only extension I've installed.

image

Proceeded with creating a Local Folder and imported my target mbox file. Looks to be successful.

Note: added xpi version...

@cleidigh
Copy link
Collaborator Author

cleidigh commented Sep 1, 2023

@jtessier72
That's an interesting one. I would have told you this is due to another addon Cardbook, however, you already said you had no others.

I will investigate if anyone has seen this amongst the other developers.
Can you give me an idea of what functionality you have used?

Thanks!
@cleidigh

@jtessier-cit
Copy link

All I've done so far is created a local folder and imported an mbox file. All looked to be successful. Should note that the 2 menus were there after installing the plugin and before I used it.

Happy to do any checks you need.

@cleidigh
Copy link
Collaborator Author

cleidigh commented Sep 1, 2023

@jtessier72
Great, because the mbox code is totally new, any feedback on that is critical.

Two things you might try. First disable/enable and separately uninstall reinstall.
I am still leaning that this is a core issue.
@cleidigh

@alexeski
Copy link

alexeski commented Sep 1, 2023

Thanks for adding the date to the 'From ' in b7a!

One issue I noticed is I can't export to mbox as soon as I install the plugin,it doesn't run the code to show the file browser. I need to close the app and reopen to fix this.

Also, any reason why mbox files don't come with .mbox extension,v is it possible to add?

@jtessier72
Copy link

Double menu remains after disable/enable and uninstall->quite->reinstall.

@cleidigh
Copy link
Collaborator Author

cleidigh commented Sep 2, 2023

Thanks for adding the date to the 'From ' in b7a!

One issue I noticed is I can't export to mbox as soon as I install the plugin,it doesn't run the code to show the file browser. I need to close the app and reopen to fix this.

Also, any reason why mbox files don't come with .mbox extension,v is it possible to add?

@alexeski
Let's move this discussion to:

@ArvinZaker
Copy link

I am Arch Linux kernel 6.4.12 and Thunderbird 115.1.1. The option to import mbox files is missing.

@jtessier72
Copy link

jtessier72 commented Sep 2, 2023 via email

@cleidigh
Copy link
Collaborator Author

@peterainbow
Thanks for the post!
I'll be honest that I have not been dealing with encrypted messages in the mboxes, I have been assuming TB to handle this.

I am pretty certain this is probably a Thunderbird issue as the error is in the mime handler far below the extension. I would like some clarification though. Can you describe the sequence you did?
I think I understand that you first imported the mbox then you did a Compact Folder?

The compact will only occur if there are deleted messages which wouldn't happen on a fresh import.
When you first imported did all o your messages show correctly?

As for help the biggest thing is testing. So far I am ready except for issues with search after mbox import.
@cleidigh

@cleidigh
Copy link
Collaborator Author

@librelegal
Check out b8.
Should work with your original shortcut.
@cleidigh

@CeliaMuriel
Copy link

Hi Christopher,

I have been using Thunderbird 102 with your extension for some time. However, I am a Linux user, and Thunderbird doesn't provide an upgrade from 102 to 115 for Linux, so I had to make a fresh installation on all my Linux laptops.

So, I have installed Thunderbird 115.2.2 from Snap on Ubuntu 22.04.3 LTS. Then, I downloaded the XPI file for the ImportExportNG extension (v14.0.0-b8) and installed it from the file.

I use my work Microsoft email account in this configuration, and I need the Owl for Exchange extension to make it work. If you need to make a fresh installation of Thunderbird, Owl for Exchange doesn't work if you import the Thunderbird profile. So, I usually export (mbox with structure) my historical files in the local folders with your extension for backup. In the event of a fresh installation (such as upgrading to Thunderbird 115), I import the emails I saved.

I have imported all mbox files and individual mbox files, both with sbd structure, and it works perfectly. Afterwards, I exported mbox files structured with subfolders to check it worked, and I had no issues.

Now I need to install Thunderbird 115 in Windows (fortunately, an automatic update), in another Ubuntu and Mint, with various email providers. I'll let you know if I need any help.

On a separate note, let me know if you want me to run any specific tests.

Thanks for sharing such a helpful extension.

Regards,

Celia

@librelegal
Copy link

@librelegal Check out b8. Should work with your original shortcut. @cleidigh

It does work with tbkeys (https://github.com/wshanks/tbkeys) installed (setting is "s": "window.exportSelectedMsgs(0);", ), thank you a lot

@cleidigh
Copy link
Collaborator Author

@librelegal
Great!
We aim to please... %-)
@cleidigh

@cleidigh
Copy link
Collaborator Author

@CeliaMuriel
Thanks for the detailed report! That's excellent you are working with mbox import/export. Because I did a complete rewrite of this code, feedback is critical. If you wish to comment, I have a dedicated issue :

Yeah the linux install is a self help kind of thing. My Linux Mint VM is a hot mess to host multiple versions for testing! Do you do Profile export - import to ease installs?

As a long time user, what do you think about the new ui refresh and the total menu redesign? I wanted a clean, consistent menu structure. Also do you have the button on your toolbar?
Cheers
Christopher

@cleidigh
Copy link
Collaborator Author

@jtessier72
Are you still seeing double menu entries? Have you seen any other addons do this?
@cleidigh

@renegoretzka
Copy link

Hello, Thanks for working on the new release to support the latest version of Thunderbird. I tried to import the latest version of the beta and I am getting an error stating that the add-on could not be installed because it appears to be corrupt. :/

@cleidigh
Copy link
Collaborator Author

@renegoretzka
This is a Github quirk with downloads.
Follow the pointer below
cleidigh/printing-tools-ng#154

@cleidigh

@cleidigh
Copy link
Collaborator Author

@ericonr Welcome to the club and thanks for the great feedback. I have a dedicated mbox issue so follow me there for my response :

@cleidigh

@ericonr
I am very interested in hearing how b8 works for you regarding search after import. I have reports of searching ok after ok.
@cleidigh

@jtessier72
Copy link

@jtessier72 Are you still seeing double menu entries? Have you seen any other addons do this? @cleidigh

Will try to have a look at this soon. I have not used any other addons. This was a fresh install of TB so I could get a copy of an expiring email acct.

@cleidigh
Copy link
Collaborator Author

@jtessier72
No rush.
I discussed this with our dev group and the TB addon development person.
So far no other reports, but we will see what else comes up.
@cleidigh

@DC1961-1
Copy link

I might say, I'm experimenting with than using b8 with TB 115.2.3 on Win11 22H2.
Your app is fine, only - there is no import in importexport ng (s. pic att.)
b8-TB11523-W1122H2

1695498849735 addons.xpi WARN Checking C:\Program Files\Mozilla Thunderbird\distribution\extensions for addons
1695498850078 addons.xpi WARN Addon with ID [email protected] already installed, older version will be disabled
1695498850078 addons.xpi WARN Addon with ID [email protected] already installed, older version will be disabled
Found 0 public keys and 0 secret keys (0 protected, 0 unprotected) RNPLib.jsm:551:15
services.settings: Failed to load last_modified.json: TypeError: NetworkError when attempting to fetch resource. Utils.sys.mjs:322
Diese Seite befindet sich im Kompatibilitätsmodus (Quirks). Das Seitenlayout kann beeinflusst werden. Verwenden Sie für den Standardmodus "".
background.html
Trying to load C:\Program Files\Mozilla Thunderbird\libotr.dll OTRLib.sys.mjs:65:11
Successfully loaded OTR library C:\Program Files\Mozilla Thunderbird\libotr.dll OTRLib.sys.mjs:73:13
toolsCtxMenu_TopId wextMenus.js:1128:11
tb.ui.interaction.toolbox - The key length must be limited to 72 characters.
expMenuDispacher:
Object { command: "WXMCMD_OpenOptions" }
expMenuDispatcher.js:46:10
toolsCtxMenu_TopId 6 wextMenus.js:1128:11
uncaught exception: Object Prompter.sys.mjs:1231:17

If this may help. Forgive me for the lag.

@cleidigh
Copy link
Collaborator Author

@DC1961-1
Thanks for the post.
Two things :

  • The Tools/Options menu link got broken somehow, have to fix, thanks
  • The import export functionality is found with right click context menus
  • For messages right click on selected messages in the message list
  • For folders, right click on a folder

I do have the menus well documented in help and localized

Let me know if you have any other questions...
@cleidigh

@cleidigh
Copy link
Collaborator Author

@DC1961-1
Just checked in de locale and tools/options does bring up the dialog, does it for you?
@cleidigh

@DC1961-1
Copy link

Thx a lot for the push :|
Now my wife's off my back.

@Armand68
Copy link

Armand68 commented Oct 2, 2023

Just downloaded this beta-version, export then import an mbox: it's look works fine.
Thunderbird 115.3.1 (64 bits), Mac OS 10.13

@librelegal
Copy link

librelegal commented Oct 2, 2023 via email

@cleidigh
Copy link
Collaborator Author

cleidigh commented Oct 2, 2023

@librelegal
Great another user!
Two quick questions
Was the 350MB some type of import?
Since the user is on Mac did they see a double menu entry, have a couple of reports on Mac for this. Has to be a Thunderbird issue.
@cleidigh

@librelegal
Copy link

librelegal commented Oct 2, 2023 via email

@Armand68
Copy link

Armand68 commented Oct 3, 2023

Since the user is on Mac did they see a double menu entry, have a couple of reports on Mac for this.
Has to be a Thunderbird issue.

I also see the double menu entry.

@CeliaMuriel
Copy link

@cleidigh, sorry for my late response.

I had installed but not configured any email account on my Mint laptop, so I only removed the old Thunderbird version, installed Thunderbird 115 and the extensions (including yours), and configured one email account. I get timeout errors whenever I try to add more emails. I assume it is because my laptop is tiny and takes too long to do anything.

As for my other Ubuntu laptop, I opened it to upgrade to Thunderbird 115 just an hour ago. I intended to export the profile and then import it after the upgrade. My first step was to upgrade the laptop's software before getting started. Funny enough, Thunderbird also upgraded automatically to 115, and I didn't need to do all the hassle. Your extension is now 14.0.0, without needing to do anything (just the automatic upgrade).

As for the UI, I got a bit confused at first, but then I got used to it quickly.

As for the button in the toolbar, I have it, but I don't use it. I like the mbox import/export. I don't see this option in the button's drop-down menu, and I want to ensure I export my emails with structure and with the subfolders.

@mvdejong
Copy link

I installed the v14.0.0 release this week in Thunderbird 115.3.2, to merge a mail-history that goes back over 20 years into my current system. The old system was running the then-current Thunderbird-version in July of this year when the systemboard failed on me. Because the old system was unavailable, but I had a recent backup, I copied over the old profile to my current system, and used the Profile Switcher add-on to switch to the old profile, use the Import Export Tools NG to do the export(s), and then switch back again to the new profile and do the import(s). All mails in the old profile were in "read" state.

I noticed a coupled of "interesting" things relating to large and ancient mailboxes, using the structured export.

During export :
Export from a huge folder (ca. 30 sub-folders, each with 1-20 sub-folders, each with 1 to several thousands of mails) stops after a dozen folders (they were exported in alphabetical order).

After import :

  • Some larger folders (over 20 sub-folders), are incompletely exported or imported (not in alphabetical order).
  • All mail older than half Nov 2009 is restored to "unread" state.
  • Random mails from 2012 are restored to "unread" state, interspersed with mails that have kept their "read" state.
  • In mailboxes where older and newer mail exist, 2 garbage-mails dated Jan 28th 2023 are created.
  • In large mailboxes, with several thousands of mails, an equal number of completely empty mails is created : dated 1970-01-01 01:00, no header, no body.

I still could merge my history, but it required doing exports of smaill batches, sometimes just one sub-folder, taking a couple of days and requiring a lot of manual intervention. So I'm still moderately happy because my configuration is nearing completion.

@cleidigh
Copy link
Collaborator Author

@mvdejong
Thank you for your detailed post!
You obviously have a major project restoring your system.
The upgrade required for Thunderbird has been a major effort with many changes. The mbox import and export being one of the biggest.
There are several things I am dealing with at the moment and I would be very interested in both helping with your effort and trying to resolve the issues you have run into.

Please let me know if you can do this debugging with me.
@cleidigh

@mvdejong
Copy link

For those who use these comments to verify if the tool is safe to use I can assure You that is is a great piece of software, which still does need some work, but can be used today with some precautions. I used it to succesfully migrate a configuration with hundreds of (sub)folders and tens of thousands of mails.

I have researched the problem of the incomplete structured exports, and have been able to trace it back to the presence in the (sub)folder name of one the 9 characters that are forbidden in Windows filenames : double quotes, asterisk, forward slash, less than, greater than, backslash, vertical bar, question-mark and colon :

  • the first 7 just stop the export then and there, all folders exported up to that point contain all mails;
  • the question-mark does not stop the export but no export-file is created;
  • the colon does not stop the export, a file is created with the part of the foldername before the colon, but no content or even information : the file cannot be removed or renamed.
    Those subfolders can be safely export as a single mailbox-file, the offending character is then replaced with an underscore.

If You verify that the names of Your (sub)|folders do not contain those 9 characters, exports will work as expected.

@cleidigh
Copy link
Collaborator Author

@mvdejong
Thank you for your detailed report and yes your words of confidence!
Definitely have to continue to refine this complete mbox rewrite.
Fortunately your analysis is spot on.
The top level export folder is named uniquely AND has the illegal character translation, however I didn't need unique names for subfolders and these didn't get translation. Bottom line thanks for catching!
I will fix in b2.

I would very much like to get your major export to work flawlessly.
@cleidigh

@CeliaMuriel
Copy link

CeliaMuriel commented Oct 20, 2023

I have just tested the Backup option. I 💘 it. Brilliant, @cleidigh 👏👏👏

However, I found a few differences between the source (.thunderbird/a37pmm10.default-release/) and the copy (Vanilla/Thunderbird\ profile/a37pmm10.default-release-20231020-1742/). There may be OK.
Source: 1.502 items, totalling 5,8 GB
Copy: 1.419 items, totalling 5,8 GB

You have the detail below in case it helps:
diff --brief --recursive .thunderbird/a37pmm10.default-release/ Vanilla/Thunderbird\ profile/a37pmm10.default-release-20231020-1742/

Only in Vanilla/Thunderbird profile/a37pmm10.default-release-20231020-1742/: Backup.log
Only in .thunderbird/a37pmm10.default-release/: browser-extension-data
Files .thunderbird/a37pmm10.default-release/cookies.sqlite and Vanilla/Thunderbird profile/a37pmm10.default-release-20231020-1742/cookies.sqlite differ
Files .thunderbird/a37pmm10.default-release/cookies.sqlite-wal and Vanilla/Thunderbird profile/a37pmm10.default-release-20231020-1742/cookies.sqlite-wal differ
Only in .thunderbird/a37pmm10.default-release/crashes: events
Files .thunderbird/a37pmm10.default-release/datareporting/aborted-session-ping and Vanilla/Thunderbird profile/a37pmm10.default-release-20231020-1742/datareporting/aborted-session-ping differ
Only in .thunderbird/a37pmm10.default-release/: extension-store
Only in Vanilla/Thunderbird profile/a37pmm10.default-release-20231020-1742/: ExternalMailFolders
Only in .thunderbird/a37pmm10.default-release/: lock
Only in .thunderbird/a37pmm10.default-release/: minidumps
Only in .thunderbird/a37pmm10.default-release/: .parentlock
Files .thunderbird/a37pmm10.default-release/prefs.js and Vanilla/Thunderbird profile/a37pmm10.default-release-20231020-1742/prefs.js differ
Only in .thunderbird/a37pmm10.default-release/: security_state
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++securebroker.sharepointonline.com^userContextId=6/idb: 292949795Rgoiuftneo.C.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++securebroker.sharepointonline.com^userContextId=6/idb: 3215510899Sgiitfen.oC.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++securebroker.sharepointonline.com^userContextId=6/idb: 3217723701OBDDS_P.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++securebroker.sharepointonline.com^userContextId=6/idb: 584806114SgPiFfxn.oC.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1045306021T5eaa5mbs1%d3fActdfal.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1048336291T5eaa5mbs1%d3fAcadpap.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1082437761T5eaa5mbs1%d3fAcaddaa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1124557497T5eaa5mbs1%d3fActdeaa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1196175645T5eaa5mbs1%d3fAcsdcah.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1279308486T5eaa5mbs1%d3fAccdhaa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1471640880T5eaa5mbs1%d3fAcadpap.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1704054859T8e3a1m2s8%931A7sau4b.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 1988914326T5eaa5mbs1%d3fAcfdial.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2006596424T5eaa5mbs1%d3fAcudsar.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2098658814T5eaa5mbs1%d3fAcsdeat.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2116677722T5eaa5mbs1%d3fAccdaal.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2156841327s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2174469292s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2411800765T5eaa5mbs1%d3fAcrdeac.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2417401908T5eaa5mbs1%d3fAcrdeap.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2479535909s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2480248597T5eaa5mbs1%d3fAcsdean.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2484720885s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2523780369T5eaa5mbs1%d3fAccdoan.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2584263096T5eaa5mbs1%d3fAcadpap.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 272451107T5eaa5mbs1%d3fAcsdtao.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2839092317T5eaa5mbs1%d3fActdeaa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 2983746736T5eaa5mbs1%d3fAcmdean.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3013071611T8e3a1m2s8%931A7sae4a.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3042623907T5eaa5mbs1%d3fAcedxat.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3095011550T5eaa5mbs1%d3fAcadpap.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3194749698T5eaa5mbs1%d3fActdraa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3360134105T5eaa5mbs1%d3fAccdrao.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3392504872T5eaa5mbs1%d3fAcrdeap.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3442202408T5eaa5mbs1%d3fAcadpap.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3573123808tkodpsi-cs.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3696510348T5eaa5mbs1%d3fAcudsae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 380912697T5eaa5mbs1%d3fAccdhaa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3965123610T5eaa5mbs1%d3fActdean.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 3975754914s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 4185388797s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 4286370210s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 556567480T5eaa5mbs1%d3fAcpdlaa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 636817987T5eaa5mbs1%d3fAcsdyan.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 650062021T5eaa5mbs1%d3fActdean.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 680125907T5eaa5mbs1%d3fAcgduaa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 703000398T5eaa5mbs1%d3fAcudsae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 728895577T5eaa5mbs1%d3fAcadrat.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 795954315s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 847415646s5kay5pbe1xdsfpcadcae.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 913760025T5eaa5mbs1%d3fAccdhaa.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 921214205T5eaa5mbs1%d3fAcfdial.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 956930715T5eaa5mbs1%d3fAcedsap.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++teams.microsoft.com^userContextId=6/idb: 983358340T5eaa5mbs1%d3fAcodfaf.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++Vanilla.sharepoint.com^userContextId=6/idb: 276181416SyWr.tTeemle.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++Vanilla.sharepoint.com^userContextId=6/idb: 292949795Rgoiuftneo.C.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++Vanilla.sharepoint.com^userContextId=6/idb: 3160685058tbodp-isc.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++Vanilla.sharepoint.com^userContextId=6/idb: 3215510899Sgiitfen.oC.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++Vanilla.sharepoint.com^userContextId=6/idb: 3217723701OBDDS_P.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++Vanilla.sharepoint.com^userContextId=6/idb: 584806114SgPiFfxn.oC.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/cache: morgue
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/idb: 1481400832LCo7g%sCD7a%tda6b9a0s.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/idb: 1779279665LCo7g%sCD7a%tea8bdaes.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/idb: 2171031483YattIedMb.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/idb: 2841144653LCo7g%sCD7a%tfa3bca9s.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/idb: 3206358382LCo7g%sCD7a%tfa6b7a3s.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/idb: 3212077804LCo7g%sCD7a%t5aab4abs.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/idb: 3347212117LCo7g%sCD7a%taa7b1a6s.files
Only in .thunderbird/a37pmm10.default-release/storage/default/https+++www.youtube.com/idb: 641777354LCo7g%sCD7a%t7a6b4a5s.files
Only in .thunderbird/a37pmm10.default-release/storage/default/moz-extension+++1fbd0f18-e9d7-4054-9548-496f411259cc^userContextId=4294967295/idb: 3647222921wleabcEoxlt-eengsairo.files
Only in .thunderbird/a37pmm10.default-release/storage/default/moz-extension+++5c1b8d2a-9250-4bd3-afcc-250740610db0/idb/1671402671ueBglaorcokt0SCeahc.files: journals
Only in .thunderbird/a37pmm10.default-release/storage/default/moz-extension+++5c1b8d2a-9250-4bd3-afcc-250740610db0^userContextId=4294967295/idb: 3647222921wleabcEoxlt-eengsairo.files
Only in .thunderbird/a37pmm10.default-release/storage/default/moz-extension+++792336fc-0589-4686-b159-179379630e75^userContextId=4294967295/idb: 3647222921wleabcEoxlt-eengsairo.files
Only in .thunderbird/a37pmm10.default-release/storage/default/moz-extension+++9902e89e-a3b7-4a74-ac46-41cebb6d6c3c^userContextId=4294967295/idb: 3647222921wleabcEoxlt-eengsairo.files
Only in .thunderbird/a37pmm10.default-release/storage/default/moz-extension+++c38f45bf-c968-44eb-9ff9-3c3b6b5f6e12^userContextId=4294967295/idb: 3647222921wleabcEoxlt-eengsairo.files
Only in .thunderbird/a37pmm10.default-release/storage/permanent/chrome/idb: 3870112724rsegmnoittet-es.files
Only in .thunderbird/a37pmm10.default-release/storage: temporary
Files .thunderbird/a37pmm10.default-release/webaccountMail/outlook.office.com/Inbox.msf and Vanilla/Thunderbird profile/a37pmm10.default-release-20231020-1742/webaccountMail/outlook.office.com/Inbox.msf differ
Files .thunderbird/a37pmm10.default-release/webaccountMail/outlook.office.com.msf and Vanilla/Thunderbird profile/a37pmm10.default-release-20231020-1742/webaccountMail/outlook.office.com.msf differ

I have connected an Microsoft account, and I enabled the Teams bit in Thunderbird, even though I don't use it. You can skip everything that says Teams and Sharepoint.

As for the YouTube bit, I don't use it and I don't have a clue what it is doing there.

@cleidigh cleidigh unpinned this issue Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests