Add mailboxes view

This commit is contained in:
Johannes Zellner
2025-03-13 16:16:07 +01:00
parent 8f6656d657
commit 24ed0fd479
4 changed files with 111 additions and 0 deletions
+3
View File
@@ -85,6 +85,9 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/emails-eventlog', {
// controller: 'EmailsEventlogController',
// templateUrl: 'views/emails-eventlog.html?' + window.VITE_CACHE_ID
}).when('/emails-mailboxes', {
// controller: 'EmailsEventlogController',
// templateUrl: 'views/emails-eventlog.html?' + window.VITE_CACHE_ID
}).when('/emails-queue', {
// controller: 'EmailsQueueController',
// templateUrl: 'views/emails-queue.html?' + window.VITE_CACHE_ID