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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to