rebuild folder structure list
This commit is contained in:
@@ -16,7 +16,7 @@ class Emailinbox extends Renderer {
|
||||
protected function readEmailHeaders(): array {
|
||||
$cleanedHeaders = [];
|
||||
try {
|
||||
$folders = $this->mbox->getListingFolders('ALL');
|
||||
$folders = $this->mbox->getListingFolders();
|
||||
} catch(PhpImap\Exceptions\ConnectionException $ex) {
|
||||
echo "IMAP connection failed: " . implode(",", $ex->getErrors('all'));
|
||||
die();
|
||||
|
||||
Reference in New Issue
Block a user