mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #221] Don't add plaintext if original email didn't have it #765
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#765
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 @ypsu on GitHub (Oct 23, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/221
Sometimes I send HTML only email without the plaintext alternative. However anonaddy force-adds a plaintext attachment with empty contents if I do that. That looks weird in plaintext clients that prefer the plaintext version. This happens both when receiving and when sending emails.
Would it be possible for anonaddy to detect the lack of plaintext attachment and omit adding its own plaintext attachment in that case? Thanks! Awesome product!
@willbrowningme commented on GitHub (Oct 26, 2021):
Good spot, will look into this and try to sort it.
@willbrowningme commented on GitHub (Nov 1, 2021):
Just sorted this, thanks again!