roundcube / roundcubemail

The Roundcube Webmail suite
https://roundcube.net
GNU General Public License v3.0
5.79k stars 1.62k forks source link

Global browsing of attachments #9632

Open eveneme opened 1 week ago

eveneme commented 1 week ago

Prerequisites

Proposal

The ability to globally browse all attachments in the Roundcube email inbox, with the option to download, manually delete, or globally delete them to free up space in the mailbox. Currently, each message has to be reviewed individually to delete large attachments in order to free up some space.

Motivation and context

This change is needed to improve the efficiency of managing email storage in Roundcube. Currently, users must manually open each email and search for large attachments to delete them, which is time-consuming and inefficient, especially for those with a high volume of emails. By enabling global browsing and management of attachments, users can quickly identify and delete unnecessary files, freeing up space in their mailbox without the need to sift through individual messages. This feature would help solve storage issues, prevent inbox overflow, and enhance overall email organization.

alecpl commented 1 week ago

You can sort the list by size and Ctrl/Shift click to delete. So, it's not that hard. So, I think the reasoning needs to be better.

It will not be easy to implement this with good performance.

pabzm commented 3 days ago

I think that would be a really nice feature, but I also agree that it's not easy to do. It will take a considerable amount of work time, which we as a maintainer team probably won't be able to spend.

@eveneme Are you maybe able and interested in building that feature yourself?