mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-17 20:21:18 +01: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;
|
||||
if (isset($quota)) return $quota;
|
||||
$this->icServer->getCurrentMailbox();
|
||||
if(!$this->icServer->hasCapability('QUOTA')) {
|
||||
$quota = false;
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user