Skip to content

Commit 6fad1b9

Browse files
committed
Add CONDSTORE extension support
1 parent 6a55c78 commit 6fad1b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

imapserver/imapmemserver/mailbox.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ func (mbox *Mailbox) statusDataLocked(options *imap.StatusOptions) *imap.StatusD
102102
num := uint32(0)
103103
data.NumRecent = &num
104104
}
105+
if options.HighestModSeq {
106+
data.HighestModSeq = mbox.highestModSeq
107+
}
105108
return &data
106109
}
107110

0 commit comments

Comments
 (0)