rebuild read out email
This commit is contained in:
@@ -12,7 +12,6 @@ class Mailhandling extends Renderer {
|
||||
}
|
||||
|
||||
protected function fetchEmailHeader(array &$content): void {
|
||||
var_dump($this->uid);die;
|
||||
$mail = $this->mbox->getMail($this->uid, false);
|
||||
var_dump($mail);die;
|
||||
$content['sender'] = imap_utf8($header->fromaddress);
|
||||
|
||||
Reference in New Issue
Block a user