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);