friendica-addons/securemail/README.md

14 lines
488 B
Markdown
Raw Normal View History

2014-12-29 18:10:32 +01:00
Secure Mail
-----------
Send notification mails to user encrypted with GPG.
2015-11-07 00:06:17 +01:00
Each user can enable it and submit his public key under Settings-> Addon
2014-12-29 18:10:32 +01:00
-> "Secure Mail" Settings.
2015-11-07 00:06:17 +01:00
Use 'php-gpg' library, a pure PHP implementation of GPG/PGP, released
2014-12-29 18:10:32 +01:00
under GPL. See [project repo](https://github.com/jasonhinkle/php-gpg).
2015-11-07 00:06:17 +01:00
This plugin could have some problems with keys larger than 2048 ([see issue](https://github.com/jasonhinkle/php-gpg/issues/7))
Need Friendica version > 3.3.2 to work.