friendica-addons/securemail/README.md

12 lines
347 B
Markdown
Raw Permalink Normal View History

2014-12-29 12:10:32 -05:00
Secure Mail
-----------
Send notification mails to user encrypted with GPG.
2015-11-06 18:06:17 -05:00
Each user can enable it and submit his public key under Settings-> Addon
2014-12-29 12:10:32 -05:00
-> "Secure Mail" Settings.
Use 'openpgp-php' library, a pure PHP implementation of GPG/PGP.
See [project repo](https://github.com/singpolyma/openpgp-php).
2015-11-06 18:06:17 -05:00
Need Friendica version > 3.3.2 to work.