python-smtp-gpg-proxy
python-smtp-gpg-proxy copied to clipboard
Implement encryption options
Possible options could be:
ENC_NONE # Never encrypt
ENC_SUB # Encrypt based on subject
ENC_OPP # Encrypt opportunistically
ENC_SUB_OPP # Encrypt based on subject and opportunistically
ENC_ALWAYS # Always encrypt with encrypt_to, regardless of recipient (dangerous)