You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a PGP encrypted mail, Postal does not add the tracking pixel. This is also true for PGP signed (not encrypted) mails, probably to keep the signature intact. When signing the message with S/MIME however, the tracking pixel is added, breaking the signature.
To Reproduce
Enable email tracking
Send PGP encrypted mail --> tracking pixel is not added
Send PGP signed mail --> tracking pixel is not added
Send S/MIME signed mail --> tracking pixel is added
Expected behaviour
Nothing should change the mail body when mail is signed with S/MIME.
Screenshots
S/MIME signed mail with the added tracking pixel and the signature
Environment details
OS: Manjaro Linux
Mail Client: Thunderbird, current version
Browser: Brave, current version
Postal Version: 3.3.4
Additional information/context
It would be interesting if Postal would have S/MIME support by itself, so it can add the tracking pixel and sign the mail afterward. This would also make it possible for transactional senders that do not support S/MIME to sign with S/MIME. However this is not part of this issue, just a proposal.
The text was updated successfully, but these errors were encountered:
MexHigh
changed the title
Tracking pixel is added to S/MINE mails breaking the signature
Tracking pixel is added to S/MIME mails breaking the signature
Nov 25, 2024
I mean nothings impossible, I don't know much about S/MIME so I guess it depends how willing you are to muddle through the message_parser.rb and figure out how the message parts work in each situation.
Describe the bug
When sending a PGP encrypted mail, Postal does not add the tracking pixel. This is also true for PGP signed (not encrypted) mails, probably to keep the signature intact. When signing the message with S/MIME however, the tracking pixel is added, breaking the signature.
To Reproduce
Expected behaviour
Nothing should change the mail body when mail is signed with S/MIME.
Screenshots
S/MIME signed mail with the added tracking pixel and the signature
Environment details
Additional information/context
It would be interesting if Postal would have S/MIME support by itself, so it can add the tracking pixel and sign the mail afterward. This would also make it possible for transactional senders that do not support S/MIME to sign with S/MIME. However this is not part of this issue, just a proposal.
The text was updated successfully, but these errors were encountered: