EFForg / cryptobot-email

GNU Affero General Public License v3.0
61 stars 11 forks source link

When sending an encrypted response, send an extra plaintext one too #20

Open micahflee opened 10 years ago

micahflee commented 10 years ago

Just in case the user included the wrong public key, or doesn't know how to decrypt the email they received, the plaintext one should give them instructions on what to do.

micahflee commented 10 years ago

Or, possibly, this could be an extra MIME part in the encrypted message itself that isn't encrypted. Then it can all be sent in one email, however it's unclear how email clients will deal with this.