mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-23 15:18:00 +08:00
IMAP LIST also fetch SPECIAL-USE
This commit is contained in:
parent
7b600bc77a
commit
378ba93100
1 changed files with 4 additions and 0 deletions
|
@ -492,6 +492,10 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
} else {
|
||||
// $aParameters[0] = '()';
|
||||
}
|
||||
// RFC 6154
|
||||
if ($this->IsSupported('SPECIAL-USE')) {
|
||||
$aReturnParams[] = 'SPECIAL-USE';
|
||||
}
|
||||
}
|
||||
|
||||
$aParameters[] = $this->EscapeString($sParentFolderName);
|
||||
|
|
Loading…
Reference in a new issue