Fix #1373 (sorting broken)

This commit is contained in:
ruliane 2023-12-26 23:23:14 +01:00 committed by GitHub
parent b2477f2ce3
commit 06fe15015b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -289,7 +289,7 @@ class ImapClient extends \MailSo\Net\NetClient
/*
$this->aCapa[] = 'X-DOVECOT';
*/
return $this->aCapa;
return $this->aCapaRaw;
}
public function Capabilities() : ?array