-
Notifications
You must be signed in to change notification settings - Fork 11
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
Hide the quoted email when display a reply #2902
Comments
I've found how you parse quotes Could you tell me how you hide/show quoted text? Do you use JavaScript? |
No, it's done natively - we toggle |
You have a separate view to show |
The When the user taps the |
One more question On Android, we sanitize received content. We have the following flowcrypt-android/FlowCrypt/src/main/java/com/flowcrypt/email/security/pgp/PgpMsg.kt Line 128 in 8349855
flowcrypt-android/FlowCrypt/src/main/java/com/flowcrypt/email/security/pgp/PgpMsg.kt Line 166 in 8349855
flowcrypt-android/FlowCrypt/src/main/java/com/flowcrypt/email/security/pgp/PgpMsg.kt Line 178 in 8349855
Do you have something similar? Why am I asking? I have to use |
We sanitize html in javascript side. |
@sosnovsky @ioanmo226 One more question. How do you identify quotes for encrypted messages? |
We have simple check for finding lines which start from |
Meanwhile, Gmail and the FlowCrypt browser extension hide the previous conversations/quoted emails and provide a triple-dot icon button that, when clicked, reveals the previous conversation. I just thought it might be something missing or an improvement for UX to help users focus on the important replies first.
Originally posted by @martgil in #2821 (comment)
The text was updated successfully, but these errors were encountered: