mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +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;
|
||||
}
|
||||
if (isset($this->HIGHESTMODSEQ)) {
|
||||
$result['Highestmodseq'] = $this->HIGHESTMODSEQ;
|
||||
$result['HighestModSeq'] = $this->HIGHESTMODSEQ;
|
||||
}
|
||||
if (isset($this->APPENDLIMIT)) {
|
||||
$result['Appendlimit'] = $this->APPENDLIMIT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue