summaryrefslogtreecommitdiffstats
path: root/kittystore/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Use dogpile.cache for caching instead of the databaseAurélien Bompard2013-12-181-0/+12
|
* Improve caching and cache more valuesAurélien Bompard2013-11-141-5/+0
|
* Cache some values in the databaseAurélien Bompard2013-11-081-0/+4
|
* Handle emails with no From headerAurélien Bompard2013-10-091-0/+2
|
* Protect against extremely long Message-IdsAurélien Bompard2013-10-091-1/+1
|
* Handle badly encoded non-ascii headersAurélien Bompard2013-10-081-3/+6
|
* Minor pylint-detected cleanupAurélien Bompard2013-03-211-2/+1
|
* Split reference detection out of get_ref_and_thread_idAurélien Bompard2012-12-141-8/+18
|
* Change the reply detection systemAurélien Bompard2012-12-141-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 tagAurélien Bompard2012-12-121-2/+3
|
* Pylint passAurélien Bompard2012-10-261-2/+1
|
* Fix a few licensesAurélien Bompard2012-10-251-8/+17
|
* First PyLint passAurélien Bompard2012-10-121-1/+1
|
* Use the email.utils.unquote functionAurélien Bompard2012-10-021-1/+1
|
* Handle dates without timezoneAurélien Bompard2012-10-021-1/+2
|
* Improve charset handlingAurélien Bompard2012-10-021-5/+10
| | | | And store attachment encoding in the database.
* Fix header decoding and associated testsAurélien Bompard2012-10-021-5/+2
|
* Fix some SQL queriesAurélien Bompard2012-09-261-0/+2
|
* Integrate the scrubber into the storeAurélien Bompard2012-09-261-28/+0
|
* Fix payload extraction on plain text messagesAurélien Bompard2012-09-131-3/+6
|
* Improve date and header parsingAurélien Bompard2012-09-101-4/+14
|
* Handle unparseable reference headersAurélien Bompard2012-09-101-1/+5
|
* Add a Storm-based backendAurélien Bompard2012-09-071-3/+3
| | | | This backend will be the primary SQL backend, SQLAlchemy is deprecated.
* Handle non-ascii payloads betterAurélien Bompard2012-09-071-1/+27
|
* Handle non-ascii subjectAurélien Bompard2012-09-071-7/+12
|
* Handle non-ascii 'From' headersAurélien Bompard2012-09-071-1/+10
|
* Fix some bugs in the import codeAurélien Bompard2012-09-071-6/+10
| | | | and add unit tests for these cases.
* Implement the Mailman interfaceAurélien Bompard2012-09-071-0/+86