From 4e85f8c881f016a3208e74f8f81a15027dd8a2db Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 3 Jul 2023 12:46: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 f9ff96b..229f8c7 100644 --- a/include/mailhandling.php +++ b/include/mailhandling.php @@ -12,7 +12,6 @@ class Mailhandling extends Renderer { } protected function fetchEmailHeader(array &$content): void { - var_dump($this->uid);die; $mail = $this->mbox->getMail($this->uid, false); var_dump($mail);die; $content['sender'] = imap_utf8($header->fromaddress);