Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement necessary methods for pipermail compatibility | Aurélien Bompard | 2012-10-22 | 1 | -5/+3 |
| | |||||
* | First PyLint pass | Aurélien Bompard | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | Remove unused imports in the scrub module | Aurélien Bompard | 2012-10-12 | 1 | -17/+2 |
| | |||||
* | Adapt to the i18n filename bug | Aurélien Bompard | 2012-10-03 | 1 | -2/+9 |
| | | | | See: https://bugs.launchpad.net/mailman/+bug/1060951 | ||||
* | Fix text attachment handling | Aurélien Bompard | 2012-10-03 | 1 | -0/+1 |
| | |||||
* | Use the email.utils.unquote function | Aurélien Bompard | 2012-10-02 | 1 | -2/+2 |
| | |||||
* | Handle non-ascii chars in filename | Aurélien Bompard | 2012-10-02 | 1 | -3/+4 |
| | |||||
* | Improve charset handling | Aurélien Bompard | 2012-10-02 | 1 | -48/+39 |
| | | | | And store attachment encoding in the database. | ||||
* | Fix header decoding and associated tests | Aurélien Bompard | 2012-10-02 | 1 | -0/+15 |
| | |||||
* | Improve scrubbing | Aurélien Bompard | 2012-10-01 | 1 | -20/+24 |
| | | | | | - don't escape HTML contents, it's the frontend's job - don't insert placeholder text when scrubbing attachments. | ||||
* | Add some basic unit tests for the scrubber | Aurélien Bompard | 2012-09-28 | 1 | -91/+6 |
| | |||||
* | Integrate the scrubber into the store | Aurélien Bompard | 2012-09-26 | 1 | -3/+8 |
| | |||||
* | Refactor the scrubbing function | Aurélien Bompard | 2012-09-25 | 1 | -449/+288 |
| | |||||
* | Port the scrubbing function from Mailman 2.1 | Aurélien Bompard | 2012-09-24 | 1 | -0/+530 |
The function works without crashing, I still need to implement save_attachment(), add the required DB tables and wire everything together. |