summaryrefslogtreecommitdiffstats
path: root/kittystore/test/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Split reference detection out of get_ref_and_thread_idAurélien Bompard2012-12-141-23/+7
|
* Change the reply detection systemAurélien Bompard2012-12-141-1/+25
| | | | | | - 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-0/+35
|
* Pylint passAurélien Bompard2012-10-261-4/+4
|
* First PyLint passAurélien Bompard2012-10-121-0/+1
|
* Adapt to the i18n filename bugAurélien Bompard2012-10-031-2/+4
| | | | See: https://bugs.launchpad.net/mailman/+bug/1060951
* Handle dates without timezoneAurélien Bompard2012-10-021-0/+5
|
* Fix header decoding and associated testsAurélien Bompard2012-10-021-12/+1
|
* Improve date and header parsingAurélien Bompard2012-09-101-1/+28
|
* Handle unparseable reference headersAurélien Bompard2012-09-101-0/+9
|
* Handle non-ascii payloads betterAurélien Bompard2012-09-071-0/+29
|
* Fix some bugs in the import codeAurélien Bompard2012-09-071-0/+19
and add unit tests for these cases.