Adjust to use gpgme-tool (from the gpgme package).
authorW. Trevor King <wking@tremily.us>
Fri, 20 Apr 2012 09:03:06 +0000 (05:03 -0400)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Apr 2012 09:03:06 +0000 (05:03 -0400)
commit4f18b946232843dda3600da7cef9770f7169077f
treeaed65a083ff3aab4e4fa1c0280c0d0e6be518869
parent8f7721db3ae11e2d2a3a534aaa9c4bd8f41d893a
Adjust to use gpgme-tool (from the gpgme package).

Also convert the module into a package for a cleaner structure.

At the moment, I'm still using tempfiles to pass the data into
gpgme-tool.
pgp_mime.py [deleted file]
pgp_mime/__init__.py [new file with mode: 0644]
pgp_mime/crypt.py [new file with mode: 0644]
pgp_mime/email.py [new file with mode: 0644]
pgp_mime/pgp.py [new file with mode: 0644]
pgp_mime/smtp.py [new file with mode: 0644]
setup.py