Add decrypt() and verify() functions for decrypting and verifying Messages.
authorW. Trevor King <wking@drexel.edu>
Wed, 21 Mar 2012 21:55:30 +0000 (17:55 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 21 Mar 2012 22:37:32 +0000 (18:37 -0400)
commit1b2c53092f6157fa493bad00d1b64c2f3b833d35
treeb9a779f2a646f410deb0e77c132e5456e0d15425
parent0d4827ca5a04187d2d587c36bfc557caf1f5eacd
Add decrypt() and verify() functions for decrypting and verifying Messages.

I've made _thread_pipe() a bit more robust (now it will try several
times to write), but sometimes things still block.  Print statements
show thread_pipe() wrapping up, but the main thread hangs in
communicate()'s poll(), and gpg hangs after reading the full signature.
pgp_mime.py