summaryrefslogtreecommitdiff
path: root/src/mailman/rest/tests/test_queues.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the dependency on httplib2.Barry Warsaw2017-02-061-4/+4
| | | | Closes #42
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
|
* Clean up the rest directory.Barry Warsaw2016-03-251-6/+0
|
* Happy New Year.Barry Warsaw2016-01-021-1/+1
|
* * Messages now include a `Message-ID-Hash` as the replacement forBarry Warsaw2015-06-141-1/+2
| | | | | | `X-Message-ID-Hash` although the latter is still included for backward compatibility. Also be sure that all places which add the header use the same algorithm.
* We don't need the 'six' package any more.Barry Warsaw2015-01-041-1/+1
|
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-031-0/+107
file's ``[paths.*]`` sections. A new ``[paths.here]`` section is added, which puts the ``var_dir`` in ``$cwd``. It is made the default layout. * You can now view the contents of, inject messages into, and delete messages from the various queue directories via the ``<api>/queues`` resource. Also: inject_message() and inject_text() now return the filebase of the file injected into the queue directory.