summaryrefslogtreecommitdiff
path: root/src/mailman/rest/docs/queues.rst (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Complete the port to Falcon 1.0.Barry Warsaw2016-04-021-0/+2
|
* Don't hardcode the Python versionAurélien Bompard2015-02-111-1/+1
|
* * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-031-0/+174
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.