You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2022/04/27 04:12:00 UTC

[jira] [Created] (JAMES-3758) Endpoint to delete emails older than X days/months/years

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org