diff --git a/include/mailhandling.php b/include/mailhandling.php index 545efbf..147d8e8 100644 --- a/include/mailhandling.php +++ b/include/mailhandling.php @@ -13,6 +13,7 @@ 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);