We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using Zoho Mail (web client) Planer does not omit part of quoted text, which usualy says "wrote ----".
Here's the result HTML. It seems that the content is easy to catch with zmail_extra CSS class.
zmail_extra
<html><body><div style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;color:#00000;"> <div> Replying to a message :)<br> </div> <div> <br>This may be fun </div> <div> <br> </div> <div class="zmail_extra"> <div id="Zm-_Id_-Sgn1"> <div> <br> </div> <div> wrote ----<br> </div> </div> <div> <br> </div> </div> </div> <br></body></html>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using Zoho Mail (web client) Planer does not omit part of quoted text, which usualy says "wrote ----".
Here's the result HTML. It seems that the content is easy to catch with
zmail_extra
CSS class.The text was updated successfully, but these errors were encountered: