Feature #15309
openEncrypt email notifications and accept encrypted incoming mail
0%
Description
When Redmine sends e-mails due to ticket updates the emails may contain sensitive information.
Thus it would be great if the user could upload his S/MIME certificate to redmine (next to where he enters his e-mail address)
All mails sent to the user will then be encrypted.
Instead of SMIME other encryptions standards could be used but my favorite one is SMIME
Updated by Jan from Planio www.plan.io almost 11 years ago
- Subject changed from Encrypt emails with SMIME to Encrypt email notifications and accept encrypted incoming mail
- Assignee set to Jan from Planio www.plan.io
Our colleague Jens here at Planio has something in the works using PGP/MIME which is IMHO a much better option than S/MIME, especially for an open source project like Redmine.
I will submit it here for discussion once it's ready. It is based on his open source Mail::Gpg gem. For the interested, there's a lengthy blog article about it.
Updated by VaibhaV Sharma about 10 years ago
Any update on this feature? We would love to have SMIME enabled on at least email notifications. Incoming email SMIME processing can be handled later.
Updated by Alexander Blum about 9 years ago
I implemented PGP encrytion: https://www.redmine.org/plugins/openpgp
It's tested using redmine 3.1.0, although it may work with other versions as well. Feedback is appreciated, especially regarding compatibility.
Updated by Lu Pon over 4 years ago
Hello Alexander, I created an issue for installing on 4.x -> https://github.com/C3S/redmine_openpgp/issues/23
Updated by Lu Pon over 4 years ago
I found a forked updated version: https://github.com/freedomofpress/redmine_openpgp