Sort mails by size and show size of whole mail
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 348
- Avg merge
- 12h 28m
- Merged PRs (30d)
- 91
Description
Is your feature request related to a problem? Please describe.
At the moment a user can only sort his mails by date (asc/desc) but in some situations sorting by for example mail size is needed. If a user can not sort the mails by size and also can't see the actual size of an email there is no possibility to cleanup a mailbox if the quota is hit.
Describe the solution you'd like
- The option to sort by size (asc / desc) should be added beside to the possibility to sort by date.
- The size of the whole mail (mail itself and attachments) should be shown at some point.
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the mail list currently receives and sorts messages by date. Identify where message size and attachment information are available, then determine how the list can expose total mail size and sort it in both directions. Done means users can see the whole-mail size and sort the mailbox by size ascending or descending.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- backend, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100