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 "Sameera Kannangara (JIRA)" <se...@james.apache.org> on 2018/02/26 10:53:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=16376663#comment-16376663 ] 

Sameera Kannangara commented on JAMES-2319:
-------------------------------------------

Hi,

I started implementing a task following the structure of org.apache.james.webadmin.routes.MailRepositoriesRoutes to clear a mail queue. My implementation is committed at [1]. Relating to JAMES-2320 can this task be extended to support mail deletion from queues with sender email, name or recipient email?.

Thanks,

Sameera.

 [1] https://github.com/sameerak/james-project/commit/0511c546ae51320de9abe369a8085e8d60b721ee

> 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
>
> The goal of this ticket is to implement an additional webadmin mailqueue management endpoint.
> {code:java}
> DELETE /mailQueues/:name/messages/
> {code}
> This should purge the mail queue (akka delete all mails from the queue).
> You need to enhance the behaviour of MailQueueRoutes (deleteMails). You need a DELETE without query parameters to call ManageableMailQueue::clear.
> You will need tests in *MailQueueRoutesTest* to show:
>  - The status corresponds to 204
>  - The mail queue is purged: all enqueued mails are removed
>  - Purging an empty queue is allowed.
> This task is related to JAMES-2320 which should add a task for this.
> 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