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 "Matthieu Baechler (JIRA)" <se...@james.apache.org> on 2017/09/06 08:30:00 UTC

[jira] [Updated] (JAMES-2138) Implement Groups WebAdmin API

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

Matthieu Baechler updated JAMES-2138:
-------------------------------------
    Description: 
James already has RRT feature that is very flexible but hard to use.
We would like to expose a simple feature : groups.
A group would be an email address that actually delivers any email received to all group members.
This task would expose this feature with WebAdmin API :
{code}GET /address/groups{code} for listing existing groups
{code}GET /address/groups/groupAddress{code} for listing group members
{code}PUT /address/groups/groupAddress/memberAddress{code} for adding a member to the group
{code}DELETE /address/groups/groupAddress/memberAddress{code} for removing a member from the group


  was:
James already has RRT feature that is very flexible but hard to use.
We would like to expose a simple feature : groups.
A group would be an email address that actually delivers any email received to all group members.
This task would expose this feature with WebAdmin API :
`GET /address/groups` for listing existing groups
`GET /address/groups/groupAddress` for listing group members
`PUT /address/groups/groupAddress/memberAddress` for adding a member to the group
`DELETE /address/groups/groupAddress/memberAddress` for removing a member from the group



> Implement Groups WebAdmin API
> -----------------------------
>
>                 Key: JAMES-2138
>                 URL: https://issues.apache.org/jira/browse/JAMES-2138
>             Project: James Server
>          Issue Type: Improvement
>            Reporter: Matthieu Baechler
>
> James already has RRT feature that is very flexible but hard to use.
> We would like to expose a simple feature : groups.
> A group would be an email address that actually delivers any email received to all group members.
> This task would expose this feature with WebAdmin API :
> {code}GET /address/groups{code} for listing existing groups
> {code}GET /address/groups/groupAddress{code} for listing group members
> {code}PUT /address/groups/groupAddress/memberAddress{code} for adding a member to the group
> {code}DELETE /address/groups/groupAddress/memberAddress{code} for removing a member from the group



--
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