Description
An often requested feature is to have a data cleaup mechanism to delete old emails.
We can easily implement such a task in webadmin-mailbox.
For instance:
curl -XDELETE /messages?olderThan=1year
Would plan a task to delete emails older than a year accross all accounts. It will return the count of deleted emails.
As one of my customer is interested by this feature I might work on this.