From 0bd00d552ffd8ab80e9ebc75d0ff833b9a243ebc Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Fri, 16 Jun 2023 13:46:27 +0200 Subject: [PATCH] Mailbox update --- include/emailinbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/emailinbox.php b/include/emailinbox.php index 053a380..a4f82bc 100644 --- a/include/emailinbox.php +++ b/include/emailinbox.php @@ -65,7 +65,7 @@ class Emailinbox extends Renderer { $folders = $this->mbox->getMailboxes("*"); $folderItems = []; foreach ($folders as $folder) { - $folderItems[] = '
  • ' . utf8_encode($folder['shortpath']) . '
  • '; + $folderItems[] = '
  • ' . utf8_encode($folder['shortpath']) . '
  • '; } $this->content['folders'] = implode('', $folderItems); // var_dump($folders);