friendica-addons/securemail
2021-10-26 21:44:28 +02:00
..
lang
templates
vendor
composer.json
composer.lock
README.md
securemail.php "log" is replaced with the corresponding logging functions 2021-10-21 06:04:27 +00:00
SecureTestEmail.php Refactoring Core class structures ... 2021-10-26 21:44:28 +02:00

Secure Mail

Send notification mails to user encrypted with GPG. Each user can enable it and submit his public key under Settings-> Addon -> "Secure Mail" Settings.

Use 'openpgp-php' library, a pure PHP implementation of GPG/PGP. See project repo.

Need Friendica version > 3.3.2 to work.