rebuild read out email
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user