summaryrefslogtreecommitdiff
path: root/src/mailman/runners/tests/test_confirm.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2017-01-041-1/+1
* Simplify the implementation.Barry Warsaw2016-10-171-3/+2
* IWorkflowManager -> ISubscriptionManagerBarry Warsaw2016-09-011-2/+2
* CheckpointingBarry Warsaw2016-09-011-1/+1
* Intermediate CommitAbhilash Raj2016-09-011-3/+4
* Clean up the runners directory.Barry Warsaw2016-03-251-30/+20
* Happy New Year.Barry Warsaw2016-01-021-1/+1
* Plumb the subscription policy through the REST API.Barry Warsaw2015-04-151-1/+2
* Checkpointing.Barry Warsaw2015-04-141-2/+2
* Bump copyright years.Barry Warsaw2015-01-041-1/+1
* Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-221-7/+2
* Use listid instead of (fqdn) listname in the metadata pickle.Barry Warsaw2014-12-151-7/+7
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-1/+1
* Two more module modernizations and transaction context manager uses.Barry Warsaw2012-04-221-5/+6
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-221-1/+2
* * The LMTP server now requires that the incoming message have a `Message-ID`,Barry Warsaw2012-03-131-3/+3
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-041-0/+30
* Prevent the `confirm` command from running more than once on the same token.Barry Warsaw2012-03-011-2/+47
* Remove test turd.Barry Warsaw2012-02-291-3/+0
* Don't try to double join someone via a single email command.Barry Warsaw2012-02-291-0/+3
* Greatly improve handling non-ascii in email commands.Barry Warsaw2012-02-281-0/+92
* * The `confirm` email command now properly handles `Re:`-like prefixes, evenBarry Warsaw2012-02-261-0/+96