use the new mailbox API that has aliases

part of cloudron/box#738
This commit is contained in:
Girish Ramakrishnan
2021-01-07 21:40:51 -08:00
parent f594abaa71
commit d7a2732dc6
2 changed files with 11 additions and 21 deletions

View File

@@ -2374,7 +2374,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
});
};
Client.prototype.getMailboxes = function (domain, search, page, perPage, callback) {
Client.prototype.listMailboxes = function (domain, search, page, perPage, callback) {
var config = {
params: {
search: search,