Repository: james-project Updated Branches: refs/heads/master 28cfa6d6f -> 6f2af02ba
JAMES-1789 Webadmin now supports quota Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e3ed1ec5 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e3ed1ec5 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/e3ed1ec5 Branch: refs/heads/master Commit: e3ed1ec52aa1ff18bcfbf12f99d53733144fe2bb Parents: 689ec5c Author: benwa <[email protected]> Authored: Thu Jun 8 20:17:02 2017 +0700 Committer: benwa <[email protected]> Committed: Wed Jun 14 14:55:17 2017 +0700 ---------------------------------------------------------------------- server/protocols/webadmin/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/e3ed1ec5/server/protocols/webadmin/README.adoc ---------------------------------------------------------------------- diff --git a/server/protocols/webadmin/README.adoc b/server/protocols/webadmin/README.adoc index 56d0032..34f69e3 100644 --- a/server/protocols/webadmin/README.adoc +++ b/server/protocols/webadmin/README.adoc @@ -1,6 +1,6 @@ = Web administration for JAMES -The web administration supports for now the CRUD operations on the domains, the users and the users mailboxes, as described in the following sections. +The web administration supports for now the CRUD operations on the domains, the users and the users mailboxes, and quotas, as described in the following sections. **WARNING**: This API allow authentication only via the use of JWT. It means that, otherwise, an administrator should ensure an attacker can not use this API. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
