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
I want to find my biggest message in order to delete them and eventually cleanup my account.
Add a sort option in the search result page: Size
Size
JMAP request:
{ "using": [ "urn:ietf:params:jmap:core", "urn:ietf:params:jmap:mail", "urn:apache:james:params:jmap:mail:shares" ], "methodCalls": [ [ "Email/query", { "accountId": "50fb9073ba109901291988b0d78e8a602a6fcd96fbde033eb46ca308779f8fac", "position": 0, "sort": [ { "isAscending": false, "property": "size" } ], "limit": 20 }, "c0" ] ] }
The text was updated successfully, but these errors were encountered:
Will apply to master and patch to CNB branch
Sorry, something went wrong.
No need to patch CNB branch
2HD
dab246
No branches or pull requests
Why
I want to find my biggest message in order to delete them and eventually cleanup my account.
What
Add a sort option in the search result page:
Size
How
JMAP request:
The text was updated successfully, but these errors were encountered: