Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make at least unittests running with Python 2.7 | Matěj Cepl | 2014-01-04 | 2 | -2/+4 |
| | | | | | Add support for Travis-CI Fixes #283 | ||||
* | Unmangle mbox according to the configuration file. | Matěj Cepl | 2014-01-02 | 3 | -0/+269 |
| | | | | Fixes #273, #276 | ||||
* | For each group generate also a list of all mangled addresses. | Matěj Cepl | 2014-01-02 | 4 | -17/+36 |
| | | | | | | | | | | Google Groups (rightly) protects addresses against spammers. There is (obviously) no way how to find true value of these addresses programmatically, so we just generate list of all affected ones, which could be later completed with true values (collected somehow) and fixed by some other script. Fixes #275 | ||||
* | Creating raw MBOX fixed (tests included) | Matěj Cepl | 2014-01-02 | 4 | -11/+422 |
| | | | | Fix #278 and #271 | ||||
* | General structure of operation and MBOX writing. | Matěj Cepl | 2013-12-30 | 1 | -0/+16 |
| | | | | So far, only unit test for the latter. | ||||
* | Collect raw article | Matěj Cepl | 2013-12-30 | 2 | -0/+112 |
| | |||||
* | Collect articles for one topic. | Matěj Cepl | 2013-12-29 | 4 | -0/+104 |