Mailbox update

This commit is contained in:
Torsten Schulz
2023-06-16 14:37:17 +02:00
parent 6c5e94ec12
commit e2248c605a

View File

@@ -452,7 +452,6 @@ class Renderer {
} }
protected function connectToImap($folder = ''): bool { protected function connectToImap($folder = ''): bool {
var_dump($folder);
$this->mbox = new PhpImap\Mailbox( $this->mbox = new PhpImap\Mailbox(
'{' . $this->imapServer . ':' . $this->imapPort . '/imap/ssl}' . imap_utf7_encode($folder), '{' . $this->imapServer . ':' . $this->imapPort . '/imap/ssl}' . imap_utf7_encode($folder),
$this->emailUser, $this->emailUser,