-
Notifications
You must be signed in to change notification settings - Fork 192
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
Add download all attachments to messages. #2928
base: unstable
Are you sure you want to change the base?
Conversation
docs: Document additional packages needed in ubuntu fix: Changes to save multiple attachments in same message with a different name.
* fix: yarn ready fixes
Hey, could we instead of relying on those chrome experimental features,
|
The last part I don't know how to do. |
ok, I'll mark this PR as draft until then |
v25.8.4 still needs the request for experimental features. |
To ensure I understand correctly, this feature allows users to download all attachments of a message by selecting an option from the context menu that appears when clicking on a message with multiple attachments. Does this action prompt the user to choose a save location via a file picker, or are the attachments automatically saved to a default location? Does this still rely on Chrome experimental features? |
It asks the user to select a directory. |
docs: Document additional packages needed in ubuntu
fix: Changes to save multiple attachments in same message with a different name.
First time contributor checklist:
Contributor checklist:
clearnet
branchyarn ready
run passes successfully (more about tests here)Description
This merge request builds on
#2917
(#2743)
and adds the possibility to download all attachments to a directory in one go.