mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
HighestModSeq vs Highestmodseq (camel-case)
This commit is contained in:
parent
f4b9501388
commit
2f4e17da51
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class FolderInformation implements \JsonSerializable
|
||||||
$result['unreadEmails'] = $this->UNSEEN;
|
$result['unreadEmails'] = $this->UNSEEN;
|
||||||
}
|
}
|
||||||
if (isset($this->HIGHESTMODSEQ)) {
|
if (isset($this->HIGHESTMODSEQ)) {
|
||||||
$result['Highestmodseq'] = $this->HIGHESTMODSEQ;
|
$result['HighestModSeq'] = $this->HIGHESTMODSEQ;
|
||||||
}
|
}
|
||||||
if (isset($this->APPENDLIMIT)) {
|
if (isset($this->APPENDLIMIT)) {
|
||||||
$result['Appendlimit'] = $this->APPENDLIMIT;
|
$result['Appendlimit'] = $this->APPENDLIMIT;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue