mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
if cot connected getQuotaRoots call for capabilities may not get the real capabilities of the server. so wake up the connection by querying for the currentMailbox
This commit is contained in:
parent
5d02099809
commit
f010c36efe
@ -887,6 +887,7 @@ class emailadmin_imapbase
|
|||||||
{
|
{
|
||||||
static $quota;
|
static $quota;
|
||||||
if (isset($quota)) return $quota;
|
if (isset($quota)) return $quota;
|
||||||
|
$this->icServer->getCurrentMailbox();
|
||||||
if(!$this->icServer->hasCapability('QUOTA')) {
|
if(!$this->icServer->hasCapability('QUOTA')) {
|
||||||
$quota = false;
|
$quota = false;
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user