sebbASF commented on issue #535: URL: https://github.com/apache/incubator-ponymail/issues/535#issuecomment-854242182
It looks like all the NIGHTLY build emails go to the builds@arrow list, and there are few/no other emails sent to it. So one approach would be to download the monthly mbox files, e.g. https://lists.apache.org/api/[email protected]&date=2021-5 Otherwise, you will need to use the documented API [1] to do a search, something like https://lists.apache.org/api/stats.lua?list=builds&domain=arrow.apache.org&emailsOnly&header_subject=NIGHTLY Adjust the subject and add timespan restrictions as needed. Then parse the JSON response to extract the id entries to use in the download. [1] -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
