mailbox: storage quota slider

This commit is contained in:
Girish Ramakrishnan
2022-08-18 09:11:15 +02:00
parent 63812748ba
commit 3bef8103cb
6 changed files with 38 additions and 7 deletions

View File

@@ -2842,7 +2842,9 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
name: name,
ownerId: ownerId,
ownerType: ownerType,
active: true
active: true,
storageQuota: 0,
messagesQuota: 0
};
post('/api/v1/mail/' + domain + '/mailboxes', data, null, function (error, data, status) {