CherryDT / thunderbird-one-click-forward

Thunderbird add-on to forward emails directly through a dropdown of predefined recipients
MIT License
0 stars 1 forks source link

Feature Request: forward as attachment #2

Open mbaas2 opened 3 months ago

mbaas2 commented 3 months ago

It would be great if it was possible to forward an email as attachment!

CherryDT commented 3 months ago

In general it should be possible to implement this, as the beginForward API does accept a forwardType argument that could be set to forwardAsAttachment (docs).

But this as well as #3 would benefit most from refactoring the configuration of recipients to be a table with more options instead of a simple text field, where one could configure things like these for each entry.

I don't have time for this at the moment - PRs are welcome!

mbaas2 commented 3 months ago

Thanks! I must admit I have no experience writing TB plugins, but I want this so much that I am motivated to try. If only days could have more hours!😂