Mail update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user