RealRaven2000 / FiltaQuilla

Adds many new mail filter actions to Thunderbird
http://quickfilters.quickfolders.org/filtaquilla.html
GNU General Public License v3.0
88 stars 17 forks source link

"save message as file" always saves in "eml" format, regardless of |ext #296

Open shula opened 2 months ago

shula commented 2 months ago

(same explenation as here: https://github.com/RealRaven2000/FiltaQuilla/issues/270#issuecomment-2243483774 )

The documented save is: "path|ext",

I assumed this will also change the file format, but it's not declated behavior.

Can this feature be added?
e.g. "save message as file" = "/path/|txt" <- will save a converted TXT format, e.g. "save message as file" = "/path/|html" <- will save a converted HTML format ?

thanks.

RealRaven2000 commented 2 months ago

I will have to look into it, currently reading the contents of the mail is a can of worms, hoping that we can push this out to using the web extension API. I will try to discuss it on the next Add-on dev meeting next Thursday.