rebuild read out email
This commit is contained in:
@@ -13,7 +13,6 @@ class Mail extends Mailhandling {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$this->uid = $this->getUriParams()['uid'];
|
$this->uid = $this->getUriParams()['uid'];
|
||||||
var_dump($this->uid);
|
|
||||||
$this->content['uid'] = $this->uid;
|
$this->content['uid'] = $this->uid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ class Mailhandling extends Renderer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected function fetchEmailHeader(array &$content): void {
|
protected function fetchEmailHeader(array &$content): void {
|
||||||
var_dump($this-uid);die;
|
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