]> Sergey Matveev's repositories - public-inbox.git/commit
imap: allow UID range search on timestamps
authorEric Wong <e@yhbt.net>
Wed, 10 Jun 2020 07:04:50 +0000 (07:04 +0000)
committerEric Wong <e@yhbt.net>
Sat, 13 Jun 2020 07:55:45 +0000 (07:55 +0000)
commit95da261efcf7c15b5e522344e207a3a04a374961
tree34616e111e84d8bbbd1d5f75f2e683e225c7cb1d
parentde4084d8f5d9765db61c446fc03b80dbb163ee1b
imap: allow UID range search on timestamps

Since it seems somewhat common for IMAP clients to limit
searches by sent Date: or INTERNALDATE, we can rely on
the NNTP/WWW-optimized overview DB.

For other queries, we'll have to depend on the Xapian DB.
lib/PublicInbox/DummyInbox.pm
lib/PublicInbox/IMAP.pm
lib/PublicInbox/Over.pm
t/imapd.t