mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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
|
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))
|
if (\strlen($sCharset))
|
||||||
{
|
{
|
||||||
$aRequest[] = 'CHARSET';
|
$aRequest[] = 'CHARSET';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue