mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Drop unused ImapClient::IsSupported()
This commit is contained in:
parent
56a0fd63ce
commit
b05e4f609c
1 changed files with 0 additions and 4 deletions
|
|
@ -355,10 +355,6 @@ class ImapClient extends \MailSo\Net\NetClient
|
|||
$sExtentionName = \trim($sExtentionName);
|
||||
return $sExtentionName && \in_array(\strtoupper($sExtentionName), $this->Capability() ?: []);
|
||||
}
|
||||
public function IsSupported(string $sExtentionName) : bool
|
||||
{
|
||||
return $this->hasCapability($sExtentionName);
|
||||
}
|
||||
|
||||
/**
|
||||
* RFC 5161
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue