mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-29 07:16:07 +00:00
Will this work for #124?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user