rebuild read out email

This commit is contained in:
Torsten Schulz
2023-07-03 12:50:58 +02:00
parent 4e85f8c881
commit 7abdd5940d
3 changed files with 6 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ class Mailhandling extends Renderer {
public function __construct() {
parent::__construct();
if (!$this->connectToImap()) {
if (!$this->connectToImap($this->folder)) {
$this->templateName = 'imaperror';
return;
}