Mail update
This commit is contained in:
@@ -13,7 +13,7 @@ class Mailhandling extends Renderer {
|
|||||||
|
|
||||||
protected function fetchEmail(): PhpImap\IncomingMail {
|
protected function fetchEmail(): PhpImap\IncomingMail {
|
||||||
$mailsIds = $this->mbox->searchMailbox('ALL');
|
$mailsIds = $this->mbox->searchMailbox('ALL');
|
||||||
if (!in_array($this->uid, $mailsId)) {
|
if (!in_array($this->uid, $mailsIds)) {
|
||||||
echo 'nicht auffindbar';
|
echo 'nicht auffindbar';
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user