Drop unused ImapClient::IsSupported()

This commit is contained in:
the-djmaze 2023-11-29 22:00:58 +01:00
parent 56a0fd63ce
commit b05e4f609c

View file

@ -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