Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up pipermail attachments from email.content | Aslak Knutsen | 2013-03-20 | 1 | -0/+7 |
| | | | | | | | | | | 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 | -65/+46 |
| | | | | | Or they will be added before the email is in the database, violating foreign-key constraints. | ||||
* | First PyLint pass | Aurélien Bompard | 2012-10-12 | 1 | -0/+3 |
| | |||||
* | Adapt to the i18n filename bug | Aurélien Bompard | 2012-10-03 | 1 | -8/+29 |
| | | | | See: https://bugs.launchpad.net/mailman/+bug/1060951 | ||||
* | Fix text attachment handling | Aurélien Bompard | 2012-10-03 | 1 | -1/+3 |
| | |||||
* | Handle non-ascii chars in filename | Aurélien Bompard | 2012-10-02 | 1 | -0/+21 |
| | |||||
* | Improve charset handling | Aurélien Bompard | 2012-10-02 | 1 | -11/+11 |
| | | | | And store attachment encoding in the database. | ||||
* | Fix header decoding and associated tests | Aurélien Bompard | 2012-10-02 | 1 | -0/+12 |
| | |||||
* | Improve scrubbing | Aurélien Bompard | 2012-10-01 | 1 | -22/+7 |
| | | | | | - 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 | -0/+106 |