28 Mar
2012
28 Mar
'12
11:13 p.m.
On Mar 27, 2012, at 11:51 AM, Toshio Kuratomi wrote:
The searcher wouldn't be much use without an archiver. There is a sample archiver in mailman core -- if enabled, it stores the messages to lists in maildirs. It does not have a frontend for retrieving or otherwise displaying the archives.
Yet. :)
Probably a simplistic approach would be to extend the REST API to expose the IMessageStore as a top-level resource. At the simplest, it could provide a GET API which would accept Message-ID or X-Message-ID-Hash values and return the contents of the message, or a 404 if it doesn't exist in the store.
-Barry