mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Will this work for #124?
This commit is contained in:
parent
3184f22d6c
commit
1cdbf2b944
1 changed files with 4 additions and 0 deletions
|
|
@ -363,8 +363,12 @@ class ImapClient extends \MailSo\Net\NetClient
|
||||||
*/
|
*/
|
||||||
public function FolderDelete(string $sFolderName) : self
|
public function FolderDelete(string $sFolderName) : self
|
||||||
{
|
{
|
||||||
|
// Uncomment will work issue #124 ?
|
||||||
|
// $this->selectOrExamineFolder($sFolderName, true);
|
||||||
$this->SendRequestGetResponse('DELETE',
|
$this->SendRequestGetResponse('DELETE',
|
||||||
array($this->EscapeString($sFolderName)));
|
array($this->EscapeString($sFolderName)));
|
||||||
|
// $this->FolderCheck();
|
||||||
|
// $this->FolderUnSelect();
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue