Mail update

This commit is contained in:
Torsten Schulz
2023-07-10 13:08:54 +02:00
parent bcfe9853ca
commit 5de879cddc

View File

@@ -18,7 +18,6 @@ class Mailhandling extends Renderer {
die; die;
} }
$mail = $this->mbox->getMail($this->uid); $mail = $this->mbox->getMail($this->uid);
var_dump($mail);
return $mail; return $mail;
} }