JohannesBuchner / thunderbird-ai-grammar-mailextension

Corrects grammar mistakes in your draft email, powered by AI.
Apache License 2.0
5 stars 2 forks source link

grammar correction on reply emails #5

Closed jgato closed 1 month ago

jgato commented 2 months ago

is there any way that, when replying, to only propose correction on the replied text only?

JohannesBuchner commented 2 months ago

Are you asking for html emails or text emails? I think this works for text emails if you have double newlines.

For html emails, you would have to help implement some logic here: https://github.com/JohannesBuchner/thunderbird-ai-grammar-mailextension/blob/main/popup.js#L126 which detects the reply chunks.

jgato commented 2 months ago

you are right.. I was using html emails :)