mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08: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…
Reference in a new issue