aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/mta
Commit message (Collapse)AuthorAgeFilesLines
* Make Wrappers modify.feature/wrappers-modifyJ08nY2017-08-234-40/+27
|
* Cleanup test imports.J08nY2017-08-211-2/+2
|
* Basic `key sign` command implementation.J08nY2017-08-101-2/+0
|
* Make MIMEWrapper encrypt signed messages by combining.J08nY2017-08-092-0/+6
|
* Only use the PGP delivery on messages that are a list posting.J08nY2017-08-042-3/+5
|
* Move PGP test base to `testing` subpackage. Fix exceptions in wrappers.J08nY2017-07-283-3/+3
|
* Add tests for custom deliver callable.J08nY2017-07-281-0/+85
|
* Add retries to both Personalized and Bulk delivery.J08nY2017-07-194-17/+53
|
* Simplify outgoing encryption in BulkDelivery.J08nY2017-07-191-5/+5
|
* Simplify outgoing encryption in PersonalizedDelivery.J08nY2017-07-191-5/+5
|
* Add more PersonalizedDelivery tests.J08nY2017-07-192-3/+25
|
* More tests for pgp enabled Personalized delivery.J08nY2017-07-192-8/+29
|
* Add outgoing signing and encryption via custom Delivery classes.J08nY2017-07-187-0/+637