Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use dogpile.cache for caching instead of the database | Aurélien Bompard | 2013-12-18 | 1 | -0/+12 |
| | |||||
* | Improve caching and cache more values | Aurélien Bompard | 2013-11-14 | 1 | -5/+0 |
| | |||||
* | Cache some values in the database | Aurélien Bompard | 2013-11-08 | 1 | -0/+4 |
| | |||||
* | Handle emails with no From header | Aurélien Bompard | 2013-10-09 | 1 | -0/+2 |
| | |||||
* | Protect against extremely long Message-Ids | Aurélien Bompard | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Handle badly encoded non-ascii headers | Aurélien Bompard | 2013-10-08 | 1 | -3/+6 |
| | |||||
* | Minor pylint-detected cleanup | Aurélien Bompard | 2013-03-21 | 1 | -2/+1 |
| | |||||
* | Split reference detection out of get_ref_and_thread_id | Aurélien Bompard | 2012-12-14 | 1 | -8/+18 |
| | |||||
* | Change the reply detection system | Aurélien Bompard | 2012-12-14 | 1 | -6/+6 |
| | | | | | | - The In-Reply-To header has the priority - The last message-id in the Reference header is used, not the first one | ||||
* | Handle empty References tag | Aurélien Bompard | 2012-12-12 | 1 | -2/+3 |
| | |||||
* | Pylint pass | Aurélien Bompard | 2012-10-26 | 1 | -2/+1 |
| | |||||
* | Fix a few licenses | Aurélien Bompard | 2012-10-25 | 1 | -8/+17 |
| | |||||
* | First PyLint pass | Aurélien Bompard | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | Use the email.utils.unquote function | Aurélien Bompard | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Handle dates without timezone | Aurélien Bompard | 2012-10-02 | 1 | -1/+2 |
| | |||||
* | Improve charset handling | Aurélien Bompard | 2012-10-02 | 1 | -5/+10 |
| | | | | And store attachment encoding in the database. | ||||
* | Fix header decoding and associated tests | Aurélien Bompard | 2012-10-02 | 1 | -5/+2 |
| | |||||
* | Fix some SQL queries | Aurélien Bompard | 2012-09-26 | 1 | -0/+2 |
| | |||||
* | Integrate the scrubber into the store | Aurélien Bompard | 2012-09-26 | 1 | -28/+0 |
| | |||||
* | Fix payload extraction on plain text messages | Aurélien Bompard | 2012-09-13 | 1 | -3/+6 |
| | |||||
* | Improve date and header parsing | Aurélien Bompard | 2012-09-10 | 1 | -4/+14 |
| | |||||
* | Handle unparseable reference headers | Aurélien Bompard | 2012-09-10 | 1 | -1/+5 |
| | |||||
* | Add a Storm-based backend | Aurélien Bompard | 2012-09-07 | 1 | -3/+3 |
| | | | | This backend will be the primary SQL backend, SQLAlchemy is deprecated. | ||||
* | Handle non-ascii payloads better | Aurélien Bompard | 2012-09-07 | 1 | -1/+27 |
| | |||||
* | Handle non-ascii subject | Aurélien Bompard | 2012-09-07 | 1 | -7/+12 |
| | |||||
* | Handle non-ascii 'From' headers | Aurélien Bompard | 2012-09-07 | 1 | -1/+10 |
| | |||||
* | Fix some bugs in the import code | Aurélien Bompard | 2012-09-07 | 1 | -6/+10 |
| | | | | and add unit tests for these cases. | ||||
* | Implement the Mailman interface | Aurélien Bompard | 2012-09-07 | 1 | -0/+86 |