function name has changed

This commit is contained in:
Girish Ramakrishnan
2021-01-12 19:22:18 -08:00
parent 1b6e157525
commit b28fb72670
+1 -1
View File
@@ -60,7 +60,7 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
},
refresh: function () {
Client.getMailboxes($scope.domain.domain, '', 1, 1000, function (error, result) {
Client.listMailboxes($scope.domain.domain, '', 1, 1000, function (error, result) {
if (error) return console.error(error);
$scope.catchall.availableMailboxes = result;