How to use downloader.py - lmichel/vo-grimoire GitHub Wiki
How to use downloader.py
This module will allow you to download the .mbox archive of the mailing list you specify in parameter.
Method
downloadMails(mailList) : [mbox_path,mailList]
Inputs
You will need to call the method with one parameter : the mailing list. For example : [email protected] or just dm.
Output
The method will print the progress of the download and the mbox will be downloaded at : /sandbox/data/mbox/__.mbox
How to use it
Just call the method downloadMails with a mailingList parameter.