rebuild read out email

This commit is contained in:
Torsten Schulz
2023-07-03 12:39:46 +02:00
parent e176e60c21
commit 0b03a8722f

View File

@@ -17,7 +17,7 @@ class Mail extends Mailhandling {
} }
protected function generateContent(): void { protected function generateContent(): void {
$messageStructure = imap_fetchstructure($this->mbox, $this->uid); // $messageStructure = imap_fetchstructure($this->mbox, $this->uid);
$this->fetchEmailHeader($this->content); $this->fetchEmailHeader($this->content);
$this->fetchEmailBody($messageStructure, $this->content, 'INBOX', FT_PEEK); $this->fetchEmailBody($messageStructure, $this->content, 'INBOX', FT_PEEK);
$this->renderAttachments($messageStructure); $this->renderAttachments($messageStructure);