]> git.mxchange.org Git - friendica-addons.git/blob - securemail/README.md
Clean up the code
[friendica-addons.git] / securemail / README.md
1 Secure Mail
2 -----------
3
4 Send notification mails to user encrypted with GPG.
5 Each user can enable it and submit his public key under Settings-> Addon
6 -> "Secure Mail" Settings.
7
8 Use 'php-gpg' library, a pure PHP implementation of GPG/PGP, released
9 under GPL. See [project repo](https://github.com/jasonhinkle/php-gpg).
10
11 This plugin could have some problems with keys larger than 2048 ([see issue](https://github.com/jasonhinkle/php-gpg/issues/7))
12
13 Need Friendica version > 3.3.2 to work.