s/MIME or PGP signing on outgoing email
Would it be possible to have replies through an alias be sent with an s/MIME or PGP signature?
Replies can already be sent with a PGP signature, simply encrypt and/or sign your message when sending a reply and it will pass through AnonAddy to the intended destination.
Be careful when signing a reply though as you can inadvertently reveal your real email address in the identity of the signature.
s/MIME is not currently supported although I am currently migrating to Symfony mailer so may be able to add this - https://symfony.com/doc/current/mailer.html#s-mime-signer
i tried to send both an s/MIME signed email and a PGP signed email, it changed the content type from Content-Type: multipart/signed; to Content-Type: multipart/mixed; but left the signature attachment.
Are you sending encrypted and signed or just signed messages?
just sending signed
Ah I see, this won't be being picked up here in the code then - https://github.com/anonaddy/anonaddy/blob/master/app/Models/EmailData.php#L41=
Which is why the content-type is being changed. I'll try to sort it at some point soon.
I’m curious if you plan to enable S/MIME for receiving encrypted messages from Anonaddy. This feature would win over some paid users (myself included) from SimpleLogin.
@willbrowningme any update regarding the S/MIME feature?
No updates yet I'm afraid, I've got quite a lot on my plate working on the new user interface right now.
I will add this, but I cannot give a date right now.