Mailbox update

This commit is contained in:
Torsten Schulz
2023-06-16 14:27:26 +02:00
parent 0d4898be3d
commit bb8b7c66ef

View File

@@ -452,6 +452,7 @@ 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}' . $folder, '{' . $this->imapServer . ':' . $this->imapPort . '/imap/ssl}' . $folder,
$this->emailUser, $this->emailUser,