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