From 675a212572556622dbb4ed80545c7334b156c798 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 3 Jul 2023 12:42:16 +0200 Subject: [PATCH] rebuild read out email --- include/mailhandling.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mailhandling.php b/include/mailhandling.php index 2dfb76e..b7999d9 100644 --- a/include/mailhandling.php +++ b/include/mailhandling.php @@ -12,7 +12,8 @@ class Mailhandling extends Renderer { } protected function fetchEmailHeader(array &$content): void { - $mail = $this->mbox->getMail($this->uid); + var_dump($this-uid); + $mail = $this->mbox->getMail($this->uid, false); var_dump($mail);die; $content['sender'] = imap_utf8($header->fromaddress); $content['receiver'] = imap_utf8($header->toaddress);