mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #291] s/MIME or PGP signing on outgoing email #810
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#810
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShawnTheShadow on GitHub (May 24, 2022).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/291
Would it be possible to have replies through an alias be sent with an s/MIME or PGP signature?
@willbrowningme commented on GitHub (Jun 16, 2022):
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
@ShawnTheShadow commented on GitHub (Jun 16, 2022):
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.
@willbrowningme commented on GitHub (Jun 17, 2022):
Are you sending encrypted and signed or just signed messages?
@ShawnTheShadow commented on GitHub (Jun 17, 2022):
just sending signed
@willbrowningme commented on GitHub (Jun 17, 2022):
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.
@gitrahab commented on GitHub (Sep 3, 2022):
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.
@KevinRoebert commented on GitHub (Oct 25, 2022):
@willbrowningme any update regarding the S/MIME feature?
@willbrowningme commented on GitHub (Oct 26, 2022):
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.