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
Is your feature request related to a problem? Please describe.
For the OpenPGP middleware we are currently working on, we need more ways to interact with mail parts. For PGP/Inline for example, we can only support Plain text mails. Therefore we need a way to delete alternative body parts (like text/html).
This ticket does not yet provide what is all needed, so it will be used as collective issue for all enhancements that are going to be developed.
Describe the solution you'd like
We need ways to interact with/modify body parts.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
This PR introduces a new struct field for the message parts: `del`
If the del flag is set to `true`, the msgWriter will ignore this part during the writing process.
Additionally, the `part` has now a `Delete` method that lets the user mark the part as deleted
This allows middleware to take further control of the Msg and is part of #107
Is your feature request related to a problem? Please describe.
For the OpenPGP middleware we are currently working on, we need more ways to interact with mail parts. For
PGP/Inline
for example, we can only support Plain text mails. Therefore we need a way to delete alternative body parts (liketext/html
).This ticket does not yet provide what is all needed, so it will be used as collective issue for all enhancements that are going to be developed.
Describe the solution you'd like
We need ways to interact with/modify body parts.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: