key: add pgp_mime.key wrapping gpgme-tool's KEYLIST command.
[pgp-mime.git] / pgp_mime /
2012-09-20 W. Trevor Kingkey: add pgp_mime.key wrapping gpgme-tool's KEYLIST...
2012-09-20 W. Trevor Kingsignature: we don't need to import pprint in pgp_mime...
2012-09-20 W. Trevor Kingcrypt: add encryption/verification doctests using the...
2012-09-20 W. Trevor KingRun update-copyright.py.
2012-09-20 W. Trevor Kingsignature: add Signature class for more Pythonic verifi...
2012-09-20 W. Trevor Kingcrypt: Use a sublogger of pgp_mime.LOG not pyassuan...
2012-08-31 W. Trevor KingRun update-copyright.py.
2012-08-31 W. Trevor Kingpgp: test a Mutt-generated email in pgp.verify.
2012-08-31 W. Trevor Kingemail: use absolute imports in the pgp_mime.email module.
2012-04-25 W. Trevor KingForce \r\n line endings when performing PGP cryptography.
2012-04-24 W. Trevor KingAlways return a new Message instance from pgp.verify().
2012-04-23 W. Trevor KingUse configured pgp_mime.LOG.level for crypt client...
2012-04-21 W. Trevor KingAdd `allow_default_signer` to `sign_and_encrypt_bytes`.
2012-04-21 W. Trevor KingPass file-descriptors when spawning gpgme-tool to avoid...
2012-04-20 W. Trevor KingAdjust to use gpgme-tool (from the gpgme package).