mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +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);
|
$sExtentionName = \trim($sExtentionName);
|
||||||
return $sExtentionName && \in_array(\strtoupper($sExtentionName), $this->Capability() ?: []);
|
return $sExtentionName && \in_array(\strtoupper($sExtentionName), $this->Capability() ?: []);
|
||||||
}
|
}
|
||||||
public function IsSupported(string $sExtentionName) : bool
|
|
||||||
{
|
|
||||||
return $this->hasCapability($sExtentionName);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* RFC 5161
|
* RFC 5161
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue