mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 06:05:55 +03:00
[GH-ISSUE #203] [Feature Request] Add Subject to Body #750
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#750
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 @ldpg-dev on GitHub (Sep 28, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/203
Would it be possible to have an option to add the email subject to the top of the body before encrypting and then another one to strip the subject out of the forwarded email completely?
Perhaps the options can look something like:
This can be useful as subjects aren't really encrypted. Removing the email subject is a nice to have but at the same time, I could just add a dot to the Replace Email Subject option, but some times I do want to see what the subject says, that's why having the subject within the encrypted body can be so useful.
@willbrowningme commented on GitHub (Sep 29, 2021):
This already happens if you set a subject in the settings page under "Replace Email Subject". It is added to the email banner information. Now if you have the banner information turned off you won't see this. I'll try to think of a better more flexible solution.
@ldpg-dev commented on GitHub (Sep 29, 2021):
Thanks for getting back. This solution works for me, thank you!
@ldpg-dev commented on GitHub (Oct 2, 2021):
@willbrowningme Would it be possible for me as the user to edit the content of the Email Banner from the settings menu? That might be a flexible solution that could be easy to implement.
@willbrowningme commented on GitHub (Oct 6, 2021):
@BethelConsultingDev yes I do like that idea, I'll see if I can add placeholders e.g. {subject} etc. so you can write your own.
@ldpg-dev commented on GitHub (Oct 14, 2021):
@willbrowningme You're the best!