Mail update

This commit is contained in:
Torsten Schulz
2023-07-10 12:01:30 +02:00
parent 0831d22a5d
commit 0dc9143e66

View File

@@ -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;
} }