We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 a new Email action: download all attachments as ZIP
Indicative design proposal from the PO:
Calls GET /jmap/downloadAll/{accountId}/{emailId}?name={name}
GET /jmap/downloadAll/{accountId}/{emailId}?name={name}
The text was updated successfully, but these errors were encountered:
Design done by Bob https://www.figma.com/design/XqLqMINlZw09BdEHI8yLb9/Teammail---1.1?node-id=3865-92184&t=WhPbW424gjhDLKlw-4
Sorry, something went wrong.
Please note that the download all button shall be displayed if, and only if `` capability is present in the session.
download all
It by the way expose the URL temlpate to be used...
"com:linagora:params:downloadAll": { "endpoint":"http://localhost/jmap/downloadAll/{accountId}/{emailId}?name={name}", }
User story: https://www.notion.so/linagora/Download-all-files-as-arcvhive-18b62718bad180608a3ded1432f02a36
tddang-linagora
No branches or pull requests
What
Add a new Email action: download all attachments as ZIP
Indicative design proposal from the PO:
How
Calls
GET /jmap/downloadAll/{accountId}/{emailId}?name={name}
The text was updated successfully, but these errors were encountered: