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