HighestModSeq vs Highestmodseq (camel-case)

This commit is contained in:
the-djmaze 2022-11-30 17:12:14 +01:00
parent f4b9501388
commit 2f4e17da51

View file

@ -76,7 +76,7 @@ class FolderInformation implements \JsonSerializable
$result['unreadEmails'] = $this->UNSEEN;
}
if (isset($this->HIGHESTMODSEQ)) {
$result['Highestmodseq'] = $this->HIGHESTMODSEQ;
$result['HighestModSeq'] = $this->HIGHESTMODSEQ;
}
if (isset($this->APPENDLIMIT)) {
$result['Appendlimit'] = $this->APPENDLIMIT;