apache / incubator-ponymail

Apache Pony Mail (Incubating) - Email for Ponies & People
http://ponymail.incubator.apache.org/
Other
80 stars 30 forks source link

mbox export via API not behaving as expected #514

Closed rhenwood-arm closed 4 years ago

rhenwood-arm commented 4 years ago

Hi,

I'm trying to get an MBOX via the API and the file returned is zero bytes. Here is an example of the request I'm trying:

https://lists.apache.org/api/mbox.lua?list=dev&domain=accumulo.apache.org&date=2020-01

Humbedooh commented 4 years ago

For that specific list, you would need https://lists.apache.org/api/mbox.lua?list=dev@accumulo.apache.org&date=2020-01 That is, the domain and list part is one combined argument.

rhenwood-arm commented 4 years ago

ah! Thanks!