summaryrefslogtreecommitdiff
path: root/src/mailman/email/tests/test_message.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Starting to clean up the branch.Barry Warsaw2016-11-281-2/+1
|
* Fix the email senders list when there's a Header instanceAurélien Bompard2016-11-281-0/+10
| | | | | The mailman.email.Message.senders property would fail when one of the headers was an email.header.Header instance.
* Clean up the email directory.Barry Warsaw2016-03-241-11/+2
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-6/+3
|
* Trunk merge.Barry Warsaw2014-12-221-2/+35
|\
| * * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-081-2/+35
|/| | | | | | | Aurélien Bompard. (LP: #1060951)
| * Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-041-2/+1
| |
| * Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-021-1/+34
|/ | | | Fixes: bug #1060951
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
|
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
|
* Add a test for a corner case of UserNotification.send() as suggested by Mark.Barry Warsaw2012-03-151-0/+60
Fix a test failure found by Toshio, along with an XXX about how we should fix this problem long term.