From c03662d301e2f5c2ea065776a2d46668f57fa4ce Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Fri, 16 Jun 2023 16:05:00 +0200 Subject: [PATCH] Mailbox update --- include/emailinbox.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/emailinbox.php b/include/emailinbox.php index cfa165f..45c9a97 100644 --- a/include/emailinbox.php +++ b/include/emailinbox.php @@ -71,6 +71,7 @@ class Emailinbox extends Renderer { $this->connectToImap(); $folders = $this->mbox->getMailboxes("*"); $folderItems = []; + var_dump($this->folder); foreach ($folders as $folder) { $item = '
  • folder ? ' class="active-folder"' : '') . '>' . utf8_encode($folder['shortpath']) . '
  • '; $folderItems[] = $item;