summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-22305-1378/+338
* Update the setup.py, tox.ini, template.py and documentation for the switch toBarry Warsaw2014-12-224-36/+30
* Trunk merge.Barry Warsaw2014-12-2225-137/+750
|\
| * * Fixed `AttributeError` on MIME digest messages. Given by Aurélien Bompard.Barry Warsaw2014-12-107-44/+196
| |\
| | * LP: #1130696 - AttributeError on .senderBarry Warsaw2014-12-106-43/+193
| |/|
| | * Make the MIMEDigester generate a subclass of MIMEMultipart with our additionsAurélien Bompard2014-12-098-60/+65
| | * Handle the MIMEMultipart created by the DigestRunner properlyAurélien Bompard2014-11-304-3/+76
| * | /user sub-resource of the address documented by Aurélien Bompard.Barry Warsaw2014-12-091-11/+124
| |\ \
| | * | Document the new /addresses/<email>/user resourceAurélien Bompard2014-12-091-10/+120
| |/ /
| * | * Fixed getting non-ASCII filenames from RFC 2231 i18n'd messages. Given byBarry Warsaw2014-12-0814-43/+73
| |\ \
| | * | Convert unicode instance testing to bytes instance testingAurélien Bompard2014-12-0412-14/+13
| | * | Do not auto-convert Message headers to unicodeAurélien Bompard2014-12-0213-41/+68
| | |/
| * | Updated a credit.Barry Warsaw2014-12-081-1/+1
| * | * The address resource now has an additional '/user' sub-resource which canBarry Warsaw2014-12-086-22/+329
| |\ \
| | * | REST feature: create a user from an existing addressAurélien Bompard2014-12-085-21/+274
| |/ /
| * | * Fixed messages without a `text/plain` part crashing the `Approved` rule.Barry Warsaw2014-12-033-2/+37
| |\ \ | | |/ | |/|
| | * Emails without a text/plain part crash the Approved ruleAurélien Bompard2014-11-302-1/+35
| |/
* | Another test cleansing.Barry Warsaw2014-12-211-6/+6
* | Don't propagate flufl.lock logger to its root, which prevents test suite spewBarry Warsaw2014-12-211-0/+3
* | Clean up a SA warning.Barry Warsaw2014-12-211-2/+2
* | Refactor subject-prefix handler out of cook-headers handler and make all testsBarry Warsaw2014-12-217-177/+356
* | Move internationalized digest tests to unittests.Barry Warsaw2014-12-203-199/+101
* | Only convert payload if it's bytes.Barry Warsaw2014-12-181-11/+10
* | Fix the digest.rst doctest.Barry Warsaw2014-12-181-2/+4
* | One more test fixed.Barry Warsaw2014-12-181-2/+2
* | Use universal_newlines in Python 3 to get unicode output. Fixes common.rstBarry Warsaw2014-12-171-1/+1
* | Fix subject-munging.rstBarry Warsaw2014-12-171-14/+12
* | Fix test_bounces.Barry Warsaw2014-12-171-1/+1
* | Fix test_bounces.Barry Warsaw2014-12-171-2/+2
* | Fix the administrivia rule.Barry Warsaw2014-12-171-1/+1
* | Fix the NNTP errorsBarry Warsaw2014-12-172-4/+5
* | Fix LMTP runner tests.Barry Warsaw2014-12-172-47/+44
* | Fix mta and lmtp tests.Barry Warsaw2014-12-177-45/+78
* | test_import passes.Barry Warsaw2014-12-162-12/+17
* | Fix some of the import tests. Python 2 str types seem to always unpickle asBarry Warsaw2014-12-162-38/+45
* | Make sure that TestConfigurationErrors doesn't break global state.Barry Warsaw2014-12-162-4/+19
* | Pass all command tests.Barry Warsaw2014-12-154-9/+4
* | app/docs and app.tests all pass now.Barry Warsaw2014-12-155-9/+14
* | More test repair.Barry Warsaw2014-12-158-21/+21
* | Core tests pass.Barry Warsaw2014-12-156-11/+11
* | All the REST tests pass.Barry Warsaw2014-12-1515-71/+109
* | Lots of REST test fixes.Barry Warsaw2014-12-156-20/+20
* | Two more REST tests passing.Barry Warsaw2014-12-153-9/+9
* | Better, but not perfect handler test passing.Barry Warsaw2014-12-1515-72/+182
* | Fix pipelines tests.Barry Warsaw2014-12-152-5/+5
* | Merge parentBarry Warsaw2014-12-152-28/+16
|\ \
| * | Fix pending.rst.Barry Warsaw2014-12-142-28/+16
* | | Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-1531-142/+131
* | | * Read the .cfg files not as bytes any more, but as UTF-8 encoding files.Barry Warsaw2014-12-156-28/+24
|/ /
* | Add test module.Barry Warsaw2014-12-131-0/+74