Benoit Tellier created JAMES-3758:
-------------------------------------
Summary: Endpoint to delete emails older than X days/months/years
Key: JAMES-3758
URL: https://issues.apache.org/jira/browse/JAMES-3758
Project: James Server
Issue Type: Improvement
Components: mailbox, webadmin
Affects Versions: 3.7.0
Reporter: Benoit Tellier
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:
{code:java}
curl -XDELETE /messages?olderThan=1year
{code}
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.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]