mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
MODSEQ requires 64-bit int
This commit is contained in:
parent
dae15e26d8
commit
da2e56a8cb
1 changed files with 3 additions and 0 deletions
|
|
@ -315,6 +315,9 @@ class ImapClient extends \MailSo\Net\NetClient
|
||||||
if ($this->Settings->disable_list_status) {
|
if ($this->Settings->disable_list_status) {
|
||||||
$aList = \array_diff($aList, ['LIST-STATUS']);
|
$aList = \array_diff($aList, ['LIST-STATUS']);
|
||||||
}
|
}
|
||||||
|
if (8 > PHP_INT_SIZE) {
|
||||||
|
$aList = \array_diff($aList, ['CONDSTORE']);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
$this->aCapabilityItems = $aList;
|
$this->aCapabilityItems = $aList;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue