Will this work for #124?

This commit is contained in:
djmaze
2021-10-29 11:52:59 +02:00
parent 3184f22d6c
commit 1cdbf2b944

View File

@@ -363,8 +363,12 @@ class ImapClient extends \MailSo\Net\NetClient
*/
public function FolderDelete(string $sFolderName) : self
{
// Uncomment will work issue #124 ?
// $this->selectOrExamineFolder($sFolderName, true);
$this->SendRequestGetResponse('DELETE',
array($this->EscapeString($sFolderName)));
// $this->FolderCheck();
// $this->FolderUnSelect();
return $this;
}