mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +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) {
|
||||
$aList = \array_diff($aList, ['LIST-STATUS']);
|
||||
}
|
||||
if (8 > PHP_INT_SIZE) {
|
||||
$aList = \array_diff($aList, ['CONDSTORE']);
|
||||
}
|
||||
}
|
||||
$this->aCapabilityItems = $aList;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue