summaryrefslogtreecommitdiffstats
path: root/kittystore/scrub.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement necessary methods for pipermail compatibilityAurélien Bompard2012-10-221-5/+3
|
* First PyLint passAurélien Bompard2012-10-121-2/+2
|
* Remove unused imports in the scrub moduleAurélien Bompard2012-10-121-17/+2
|
* Adapt to the i18n filename bugAurélien Bompard2012-10-031-2/+9
| | | | See: https://bugs.launchpad.net/mailman/+bug/1060951
* Fix text attachment handlingAurélien Bompard2012-10-031-0/+1
|
* Use the email.utils.unquote functionAurélien Bompard2012-10-021-2/+2
|
* Handle non-ascii chars in filenameAurélien Bompard2012-10-021-3/+4
|
* Improve charset handlingAurélien Bompard2012-10-021-48/+39
| | | | And store attachment encoding in the database.
* Fix header decoding and associated testsAurélien Bompard2012-10-021-0/+15
|
* Improve scrubbingAurélien Bompard2012-10-011-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 scrubberAurélien Bompard2012-09-281-91/+6
|
* Integrate the scrubber into the storeAurélien Bompard2012-09-261-3/+8
|
* Refactor the scrubbing functionAurélien Bompard2012-09-251-449/+288
|
* Port the scrubbing function from Mailman 2.1Aurélien Bompard2012-09-241-0/+530
The function works without crashing, I still need to implement save_attachment(), add the required DB tables and wire everything together.