From 43f2e6ab538c0f0ef19fea17b238c1557c6a1f56 Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Mon, 3 Jul 2023 12:46:01 +0200 Subject: [PATCH] rebuild read out email --- include/mail.php | 1 - include/mailhandling.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/mail.php b/include/mail.php index 3d45239..ae91dbf 100644 --- a/include/mail.php +++ b/include/mail.php @@ -13,7 +13,6 @@ class Mail extends Mailhandling { return; } $this->uid = $this->getUriParams()['uid']; - var_dump($this->uid); $this->content['uid'] = $this->uid; } diff --git a/include/mailhandling.php b/include/mailhandling.php index 44d0fb4..f9ff96b 100644 --- a/include/mailhandling.php +++ b/include/mailhandling.php @@ -12,7 +12,7 @@ class Mailhandling extends Renderer { } protected function fetchEmailHeader(array &$content): void { - var_dump($this-uid);die; + var_dump($this->uid);die; $mail = $this->mbox->getMail($this->uid, false); var_dump($mail);die; $content['sender'] = imap_utf8($header->fromaddress);