pgp-mime.git
2012-10-21 W. Trevor Kingpgp: force protocol/micalg ordering in doctest output. master
2012-10-21 W. Trevor Kingpgp: pass signers from sign() to sign_and_encrypt_bytes().
2012-10-21 W. Trevor Kingpgp: use always_trust for encrypting to pgp-mime-text...
2012-10-20 W. Trevor Kingcrypt: fix get_smtp_params -> get_client_params in...
2012-10-20 W. Trevor Kingcrypt: import configparser for get_client_params().
2012-10-20 W. Trevor Kingcrypt: fix socket_path fallback (to SOCKET_PATH) in...
2012-10-20 W. Trevor KingREADME: update nosetests-3.2 -> nosetests-3.3.
2012-10-20 W. Trevor King.update-copyright.conf: update to pipe separators.
2012-10-10 W. Trevor Kingpgp: use BytesGenerator and policy.SMTP to convert...
2012-10-10 W. Trevor KingAdd gpgme-tool.socket-path configuration to smtplib...
2012-10-10 W. Trevor Kingsend-pgp-mime: make `--version` a stand alone argument...
2012-10-09 W. Trevor Kingcrypt: use AssuanClient.send_fds() to send file descrip...
2012-10-08 W. Trevor Kingcrypt: mention that a recipient-less signature is detac...
2012-10-06 W. Trevor Kingkey: add a UserID.uid doctest to ensure proper XML...
2012-10-06 W. Trevor Kingkey: flesh out to use KEYLIST's output XML.
2012-10-06 W. Trevor Kingsignature: use proper tag in failed-integer-value-conve...
2012-10-06 W. Trevor Kingpgp: expect subkey signing in `verify` doctests.
2012-09-26 W. Trevor Kingsignature: add 0:'none' to _public_key_algorithm_enum.
2012-09-26 W. Trevor Kingsignature: fix inverse dictionary name typo in get_publ...
2012-09-20 W. Trevor Kingkey: don't pass args to RESULT in lookup_keys().
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 Kingtest:key: add a subkey to the testing key.
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 Kingdoc: explain need for Python 3.2 in the README.
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 KingUpdate the README with gpgme-tool, pyassuan, and pygrad... v0.3
2012-04-21 W. Trevor KingUpdate send-pgp-mime.py to use the new signer-specifica...
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).
2012-04-20 W. Trevor KingFix pgp-mime -> pgp_mime in README nosetest examples.
2012-04-20 W. Trevor KingChange my email address from drexel.edu to tremily.us.
2012-03-22 W. Trevor KingAdd 'tools' to first line in README.
2012-03-21 W. Trevor KingAdd decrypt() and verify() functions for decrypting...
2012-03-21 W. Trevor KingAdd decrypt_bytes() and verify_bytes().
2012-03-21 W. Trevor KingAdjust doctests to use the new pgp-mime@invalid.com...
2012-03-21 W. Trevor KingAdd a test key (and creation scripts) so others can...
2012-03-21 W. Trevor KingRun update-copyright.py.
2012-03-21 W. Trevor KingAdd trailing slash to Gentoo overlay link in README.
2012-03-21 W. Trevor KingRestructure and cleanup pgp-mime now that it's a stand... v0.2
2012-03-20 W. Trevor KingRaise an exception for unrecognized errors in send_pgp_...
2012-03-20 W. Trevor KingFixed email.Parser typo in send_pgp_mime.py imports...
2012-03-20 W. Trevor KingTypo EncryptedMessageFactory -> PGPMimeMessageFactory...
2012-03-20 W. Trevor KingCleaned up be-handle-mail's subscriber notification...
2012-03-20 W. Trevor KingBroke encodedMIMEText out of send-pgp-mime.PGPMimeMessa...
2012-03-20 W. Trevor KingAssorted bugfixes to get reworked be-handle-mail working.
2012-03-20 W. Trevor KingMajor be-handle-mail rewrite to make things more modular.
2012-03-20 W. Trevor KingOops, forgot to reset from/to_addr in send_pgp_mime...
2012-03-20 W. Trevor KingMajor send_pgp_mime.py reorganization to better integra...
2012-03-20 W. Trevor KingNormalized whitespace in be-handle-mail and send_pgp_mi...
2012-03-20 W. Trevor KingAdded "to_unicode" to send_pgp_mime.flatten()
2012-03-20 W. Trevor Kingsend_pgp_mime.py attempts to avoid UTF-8 for MIMEText...
2012-03-20 W. Trevor KingAdded send_pgp_mime.Mail.encodedMIMEText() for unicode...
2012-03-20 W. Trevor KingAdd unicode-header handling to send_pgp_mime.py
2012-03-20 W. Trevor KingMinor tweaks in send_pgp_mime.py
2012-03-20 W. Trevor KingAdded --mode=plain option to send_pgp_mime.
2012-03-20 W. Trevor KingAdded some comments to send_pgp_mime
2012-03-20 W. Trevor KingAdded my send_pgp_mime module to the project.