You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2021/06/03 23:06:23 UTC

[GitHub] [incubator-ponymail] sebbASF commented on issue #535: how can I download a particular message as plan text?

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/mbox.lua?list=builds@arrow.apache.org&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:
users@infra.apache.org