summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_digest.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Closes: #259Barry Warsaw2016-10-311-1/+1
| | | | | Remove the digest mbox files after the digests are sent. Given by Aurélien Bompard.
* Implment review suggestionsAurélien Bompard2016-10-311-3/+3
|
* Remove digest mbox after sending itAurélien Bompard2016-10-311-0/+3
| | | | Fixes #259
* New template system. Closes #249Barry Warsaw2016-07-161-0/+27
| | | | | The new template system is introduced for API 3.1. See ``src/mailman/rest/docs/templates.rst`` for details.
* Minor cleanups.Barry Warsaw2016-05-151-2/+2
|
* Fixed mailman/issue#234.Mark Sapiro2016-05-151-14/+22
| | | | | | | Wraps the message/rfc822 parts in a MIME digest in a multipart/digest part. Updated the tests and the doc test.
* Clean up the runners directory.Barry Warsaw2016-03-251-23/+10
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* For now, treat `DeliveryMode.summary_digests` the same as `.mime_digests`.Barry Warsaw2015-09-061-1/+77
| | | | | (Closes #141). Also, don't enqueue a particular digest if there are no recipients for that digest.
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
|
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-3/+0
|
* Trunk merge.Barry Warsaw2014-12-221-36/+67
|\
| * LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-101-37/+67
| |\
| | * Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-091-35/+10
| |/ | | | | | | Fixes bug #1130696 (differently)
* | Move internationalized digest tests to unittests.Barry Warsaw2014-12-201-0/+75
| |
* | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-2/+2
|/ | | | | | load_external() now always opens in utf-8 mode. More test repair.
* * Fixed Unicode errors in the digest runner and when sending messages to theBarry Warsaw2014-11-291-21/+37
| | | | | | | | | | | site owner as a fallback. Given by Aurélien Bompard. (LP: #1130957). Also: * Convert some uses of the unicode() built-in to bytes.decode() in preparation for Python 3 and to eliminate some pyflakes errors. * Added LogFileMark.read() as a convenience method.
* Fix some unicode issuesAurélien Bompard2014-11-271-0/+96
Fixes: 1130957