linagora / james-project

Mirror of Apache James Project
Apache License 2.0
72 stars 62 forks source link

[MU] Webadmin endpoint to list all mailbox size #5227

Closed chibenwa closed 3 months ago

chibenwa commented 3 months ago
curl http://ip:port/quota/users/size

{
   "user1@domain.tld": 42523786923,
   "user2@domain.tld": 768567,
   "user3@domain.tld": 324634645626,
   "user4@domain.tld": 78979786856
}
chibenwa commented 3 months ago

curl 127.0.0.1:8000/quota/users allows to do this.

No need to implement anything.