Experimental project
This is a sandbox project, which contains experimental code for developer use only.
This is experimental code for a 7.x version of the https://drupal.org/project/openpgp module. I hope this sandbox will be somewhat short-lived as I would much rather see this rolled into the main module.
The code is mostly untested, and I can personally only take credit for a few tweaks. This 7.x port is based on the code that Jeriatrix posted to github and announced here: https://drupal.org/node/1155042#comment-6583806
In addition to the work that was done before I found it, I've made modifications to fix one of the admin pages (see #1967426: Configuration Error) cleaned up some queries to be compatible with Drupal 7, and added support for signing outgoing mail with PGP signatures if encryption is used (see #682452: Support for PGP signatures).
Ideas for future modifications:
- #2088941: Support PGP signatures for non-encrypted outgoing emails
- Reliance on the PHP GPG library rather than the command-line version
- Support for decryption (for use with Mailhandler module, perhaps?) Also see: #1118278: add decryption support
I am actively seeking mentorship for module development. I was theoretically a co-maintainer of a module once before, and that was a long time ago and I never committed anything to that project as its function became redundant with the ease of creating something identical with CCK. It should be assumed that I have no experience with project maintenance but I would like to learn, and not just by muddling along doing everything wrong until I get yelled at.