We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a6f31b + 0738f13 commit 3939264Copy full SHA for 3939264
lib/Horde/Imap/Client/Data/Format/Mailbox.php
@@ -44,7 +44,7 @@ public function __construct($data)
44
{
45
$this->_mailbox = Horde_Imap_Client_Mailbox::get($data);
46
47
- parent::__construct($this->_mailbox->{$this->_encoding});
+ parent::__construct($this->_mailbox->utf8);
48
}
49
50
/**
0 commit comments