]> Sergey Matveev's repositories - public-inbox.git/commit
www: $MESSAGE_ID/raw endpoint supports "duplicates"
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 23 Mar 2018 01:54:16 +0000 (01:54 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Fri, 23 Mar 2018 01:58:40 +0000 (01:58 +0000)
commit41654a8cd9372c0640c4ca5339e5881927965e41
tree60f475bc00157cb124de54bfe63622e34219cb05
parentf6285ab9d73a4eae490dda325096e61eadc415cd
www: $MESSAGE_ID/raw endpoint supports "duplicates"

Since v2 supports duplicate messages, we need to support
looking up different messages with the same Message-Id.
Fortunately, our "raw" endpoint has always been mboxrd,
so users won't need to change their parsing tools.
MANIFEST
lib/PublicInbox/Mbox.pm
lib/PublicInbox/Search.pm
lib/PublicInbox/WWW.pm
t/psgi_v2.t [new file with mode: 0644]