function name has changed
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user