mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
Resolve #387 Non-ascii folder name isn't displayed correctly
This commit is contained in:
parent
68a1fe64bb
commit
0672a73c0b
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ class ImapClient extends \MailSo\Net\NetClient
|
||||||
// RFC 6855 || RFC 5738
|
// RFC 6855 || RFC 5738
|
||||||
$this->UTF8 = $this->IsSupported('UTF8=ONLY') || $this->IsSupported('UTF8=ACCEPT');
|
$this->UTF8 = $this->IsSupported('UTF8=ONLY') || $this->IsSupported('UTF8=ACCEPT');
|
||||||
if ($this->UTF8) {
|
if ($this->UTF8) {
|
||||||
$this->Enable('ENABLE', 'UTF8=ACCEPT');
|
$this->Enable('UTF8=ACCEPT');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exceptions\NegativeResponseException $oException)
|
catch (Exceptions\NegativeResponseException $oException)
|
||||||
|
|
Loading…
Reference in a new issue