mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 07:16:21 +08:00
TODO Comment for #154
This commit is contained in:
parent
8fae760bb8
commit
d2e69d7459
1 changed files with 9 additions and 0 deletions
|
@ -757,6 +757,15 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
}
|
||||
else
|
||||
{
|
||||
/*
|
||||
TODO: https://github.com/the-djmaze/snappymail/issues/154
|
||||
https://datatracker.ietf.org/doc/html/rfc6237
|
||||
$sCmd = 'ESEARCH';
|
||||
$aReques[] = 'IN';
|
||||
$aReques[] = ['mailboxes', '"folder1"', 'subtree', '"folder2"'];
|
||||
$aReques[] = ['mailboxes', '"folder1"', 'subtree-one', '"folder2"'];
|
||||
*/
|
||||
|
||||
if (\strlen($sCharset))
|
||||
{
|
||||
$aRequest[] = 'CHARSET';
|
||||
|
|
Loading…
Reference in a new issue