Mailbox update

This commit is contained in:
Torsten Schulz
2023-06-16 13:55:21 +02:00
parent dd42804cd9
commit 13c24b1fbc

View File

@@ -64,6 +64,7 @@ class Emailinbox extends Renderer {
}
protected function generateFolders(): void {
$this->connectToImap();
$folders = $this->mbox->getMailboxes("*");
$folderItems = [];
foreach ($folders as $folder) {