mailbox: storage quota slider
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user