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 "Tellier Benoit (JIRA)" <se...@james.apache.org> on 2018/01/26 12:01:00 UTC

[jira] [Updated] (JAMES-2319) As an administrator I want to clear a mailQueue

     [ https://issues.apache.org/jira/browse/JAMES-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tellier Benoit updated JAMES-2319:
----------------------------------
    Description: 
{code:java}
DELETE /mailQueues/:name/messages/
{code}

Should purge (akka delete all mails from the queue)

You will submit a Task to the Task manager for this, as this might take time. Have a look to MailRepositoryRoute related tasks to see how to implement completion like additional information.


If you need more details to implement this feature, we are willing to provide support. Don't hesitate to ask on https://gitter.im/apache/james-project. We are willing to provide guidance.

  was:
{code:java}
DELETE /mailQueues/:name/messages/
{code}

Should purge (akka delete all mails from the queue)

You will submit a Task to the Task manager for this, as this might take time. Have a look to MailRepositoryRoute related tasks to see how to implement completion like additional information.


> As an administrator I want to clear a mailQueue
> -----------------------------------------------
>
>                 Key: JAMES-2319
>                 URL: https://issues.apache.org/jira/browse/JAMES-2319
>             Project: James Server
>          Issue Type: Improvement
>          Components: Queue, webadmin
>    Affects Versions: master
>            Reporter: Tellier Benoit
>            Priority: Major
>              Labels: feature, newbie
>
> {code:java}
> DELETE /mailQueues/:name/messages/
> {code}
> Should purge (akka delete all mails from the queue)
> You will submit a Task to the Task manager for this, as this might take time. Have a look to MailRepositoryRoute related tasks to see how to implement completion like additional information.
> If you need more details to implement this feature, we are willing to provide support. Don't hesitate to ask on https://gitter.im/apache/james-project. We are willing to provide guidance.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org