-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stripping Quotes from plain text email replies #697
Comments
I am pretty much sure you edited the reply while sending from gmail |
I simply hit the reply and wrote some text. 2024-08-15.19-24-43.mov |
Also that part is not metadata, its part of email, we have mechanism which strip out that part, but if your email is not formatted properly it fails |
ok So I think I got the issue. When sending email we can either set a plain text or rich text. In case of rich text it works but in case of plain text it doesnt. see both these types os senidng one with '>' and other with '|': the output: I think somehow we should handle this internally becuase I checked some of the emails provide palin text as default or maybe manually somebody might have put. Apart from these two cases I didn't find anything else. |
There is nothing we can do with plain text, the internal library cant handle every edge case as there is no standard to follow Still I will keep this issue open for tracking to see if we can do anything |
@SySagar this is what we use to strip: https://github.com/un/packages/tree/main/packages/mailtools |
sure will look into this. |
So I was using the latest app to have a kind of conversation and I found that if sender is sending message as a reply it is exactly appearing someting like this. Considering this is a conversation I think it would be better if we can only put the message only rather than the separate metadata.
The text was updated successfully, but these errors were encountered: