From 905fb5d681e478d30c462ae2f06e083b3dcff87c Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Thu, 6 Jul 2023 12:30:48 +0200 Subject: [PATCH] rebuild read out email --- include/mailhandling.php | 1 - 1 file changed, 1 deletion(-) diff --git a/include/mailhandling.php b/include/mailhandling.php index 147d8e8..545efbf 100644 --- a/include/mailhandling.php +++ b/include/mailhandling.php @@ -13,7 +13,6 @@ class Mailhandling extends Renderer { protected function fetchEmailHeader(array &$content): void { $mailsIds = $this->mbox->searchMailbox('ALL'); - var_dump($mailsIds, $this->uid);die; $mail = $this->mbox->getMail($mailsIds[0]); //$this->uid, false); var_dump($mail);die; $content['sender'] = imap_utf8($header->fromaddress);