Shikhar Singh

Results 5 issues of Shikhar Singh

https://github.com/dovecot/imaptest/blob/main/src/tests/esearch.mbox These emails have no headers, not even a date header. Any particular reason? [RFC 5322 clearly states that](https://datatracker.ietf.org/doc/html/rfc5322#section-3.6): > The only required header fields are the origination date field...

**Describe the bug** BitmapBatchIterator.hasNext() is implemented as: ```java public boolean hasNext() { return wordIndex < 1024; } ``` This will produce incorrect results (return true for hasNext) when their is...

These following tests have expectations nowhere defined in RFCs: [Test copy command 17/24 (line 32)](https://github.com/dovecot/imaptest/blob/main/src/tests/copy#L33) - This tests expect that UIDs assigned in the destination mailbox will be exactly in-order...

How can I use getAll with a key range and a limit? it only seems to allow `Key?` as input Trying to achieve the equivalent of: `Select * from table...

**Describe the bug** Have certain data classes which need to be de/serialised and contain JS types (primarily BigInt). Added a custom serializer but serialisation always throws a ClassCastException. Happy to...