summaryrefslogtreecommitdiffstats
path: root/kittystore/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* 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