rebuild read out email
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user