Add mailbox restriction code

This commit is contained in:
Johannes Zellner
2020-07-16 18:51:29 +02:00
parent 4cb5e66ccb
commit 6dd414fe7e
3 changed files with 29 additions and 2 deletions

View File

@@ -425,8 +425,8 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
// this._config.features.branding = true;
// this._config.features.support = true;
// this._config.features.directoryConfig = true;
this._config.features.mailboxMaxCount = 5;
this._config.features.emailPremium = false;
// this._config.features.mailboxMaxCount = 5;
// this._config.features.emailPremium = false;
this._configListener.forEach(function (callback) {
callback(that._config);