Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protect against badly encoded attachment names | Aurélien Bompard | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Guard against unknown charsets in plain-text messages | Aurélien Bompard | 2013-09-09 | 1 | -2/+6 |
| | |||||
* | The scrubber should always return unicode | Aurélien Bompard | 2013-09-09 | 1 | -1/+1 |
| | |||||
* | Clean up pipermail attachments from email.content | Aslak Knutsen | 2013-03-20 | 1 | -3/+8 |
| | | | | | | | | | | When loading an archive from pipermail, attachments are described in the email body as "-- next part --" pr attachment. This is noise for the reader and should not be part of the email.content displayed to the user. The complete original message can still be seen in the raw view. | ||||
* | Don't let the message scrubber add attachments | Aurélien Bompard | 2012-11-17 | 1 | -15/+12 |
| | | | | | Or they will be added before the email is in the database, violating foreign-key constraints. | ||||
* | Pylint pass | Aurélien Bompard | 2012-10-26 | 1 | -7/+3 |
| | |||||
* | Fix a few licenses | Aurélien Bompard | 2012-10-25 | 1 | -1/+1 |
| | |||||
* | 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. |