This commit is contained in:
the-djmaze 2023-06-05 15:12:22 +02:00
parent 14edb6c18e
commit 15eaf18ec3
2 changed files with 13 additions and 7 deletions

View file

@ -17,10 +17,6 @@ class ChangePasswordPoppassdDriver extends \MailSo\Net\NetClient
$this->oLogger = $oLogger;
}
public static function isSupported() : bool
{
return true;
}
public static function configMapping() : array
{
@ -99,6 +95,16 @@ class ChangePasswordPoppassdDriver extends \MailSo\Net\NetClient
$this->validateResponse();
}
public function supportsAuthType(string $sasl_type) : bool
{
return true;
}
public static function isSupported() : bool
{
return true;
}
public function Logout() : void
{
if ($this->bIsLoggined) {