Vote #74583
未完了Encrypt email notifications and accept encrypted incoming mail
0%
説明
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
journals
Our colleague Jens here at "Planio":https://plan.io 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":https://github.com/jkraemer/mail-gpg. For the interested, there's a lengthy "blog article":https://jkraemer.net/openpgp-mail-encryption-with-ruby about it.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
+1
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
Hello Alexander, I created an issue for installing on 4.x -> https://github.com/C3S/redmine_openpgp/issues/23
--------------------------------------------------------------------------------
I found a forked updated version: https://github.com/freedomofpress/redmine_openpgp
--------------------------------------------------------------------------------