Closed
Description
Description
Because I needed PGP mail encryption in one of my projects and didn't found a compatible solution for the Symfony Mailer, I implemented one myself. It's not finished yet, but maybe a good starting point, if you consider a PGPEncrypter besides the SMimeEncypter.
Currently I have still issues in some mail clients with the sign only part of a message due to the line ending encoding. Maybe you guys can help me out here. I would be happy to help with a co-authored pull-request, if you like what you're seeing.
Let me know, what you think 🙃
Example
Can be found here:
https://github.com/the-pulli/pgp-mailer/blob/main/example.php
The repository lies here: