From 9ff3932d5f815cc6cd24791de04efee3b6477afd Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Fri, 16 Jun 2023 16:09:48 +0200 Subject: [PATCH] Mailbox update --- include/emailinbox.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/emailinbox.php b/include/emailinbox.php index eb3ce96..65cb92b 100644 --- a/include/emailinbox.php +++ b/include/emailinbox.php @@ -68,12 +68,11 @@ class Emailinbox extends Renderer { } protected function generateFolders(): void { - // var_dump($this->folder); $this->connectToImap(); $folders = $this->mbox->getMailboxes("*"); $folderItems = []; - // var_dump($this->folder); foreach ($folders as $folder) { + var_dump($folder); $item = '
  • folder ? ' class="active-folder"' : '') . '>' . utf8_encode($folder['shortpath']) . '
  • ';