python-smtp-gpg-proxy icon indicating copy to clipboard operation
python-smtp-gpg-proxy copied to clipboard

Implement encryption options

Open malexmave opened this issue 11 years ago • 0 comments

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)

malexmave avatar Mar 19 '14 10:03 malexmave