mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Bugfix: check should be APPENDLIMIT not HIGHESTMODSEQ
This commit is contained in:
parent
9e4edd8843
commit
f4e5b8730a
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class FolderInformation implements \JsonSerializable
|
|||
if (isset($this->HIGHESTMODSEQ)) {
|
||||
$result['Highestmodseq'] = $this->HIGHESTMODSEQ;
|
||||
}
|
||||
if (isset($this->HIGHESTMODSEQ)) {
|
||||
if (isset($this->APPENDLIMIT)) {
|
||||
$result['Appendlimit'] = $this->APPENDLIMIT;
|
||||
}
|
||||
if (isset($this->SIZE)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue