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

File export broken after a filename containing '#' is processed #6

Open
Sesu8642 opened this issue Nov 28, 2021 · 1 comment
Open

Comments

@Sesu8642
Copy link
Contributor

After doing an export, I noticed that many attachments were not actually saved to disk. I figured out that everything worked fine until a specific file containing a '#' in the original filename was processed. The target filename does not seem to matter. I determined the messenger.saveAllAttachments function to cause the problem. After it encounters a problematic file, it stops and does not continue with the next file. This might be a bug in the saveAllAttachments function or possibly incorrect usage. Unfortunately, I am unable to find proper documentation on this function call.

@thestonehead
Copy link
Owner

Yeah, I had to wrangle that one out of Thunderbird source code. I'll try and look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants