aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/mta
Commit message (Expand)AuthorAgeFilesLines
* 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