Mail update

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

View File

@@ -13,7 +13,7 @@ class Mailhandling extends Renderer {
protected function fetchEmail(): PhpImap\IncomingMail {
$mailsIds = $this->mbox->searchMailbox('ALL');
if (!in_array($this->uid, $mailsId) {
if (!in_array($this->uid, $mailsId)) {
echo 'nicht auffindbar';
die;
}