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/10 07:17:00 UTC

[jira] [Created] (JAMES-2292) Webadmin mail queue management

Tellier Benoit created JAMES-2292:
-------------------------------------

             Summary: Webadmin mail queue management
                 Key: JAMES-2292
                 URL: https://issues.apache.org/jira/browse/JAMES-2292
             Project: James Server
          Issue Type: New Feature
          Components: Queue, webadmin
    Affects Versions: master
            Reporter: Tellier Benoit
             Fix For: master


We need to be able to manage the mail queue over webAdmin.

 - Here are the proposed endpoints : 

{code}
 GET    /mailQueues -> list all mailQueues names
 GET    /mailQueues/:name -> retrieve mailqueues properties, including size
 GET    /mailQueues/:name/messages/ -> list messages in the queue (a message is set of property like sender, name, recipients, delayed), should handle limit, delayed and position parameters (with limit defaulting to a sensible value, delayed defaulted to no value and position defaulting to 0). Delayed would have 3 states : true, false, and no value (with means both)
 PATCH  /mailQueues/:name/messages/?delayed with data = {"delayed": false}
 DELETE /mailQueues/:name/messages/ ?sender ?name ?recipient 
{code}

clear and flush would create tasks.

 - We will write unit tests based on Memory mail queue ( JAMES-2288 )

 - We will provide a webAdmin integration test demonstrating the routes can be used on the launched James instance.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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