-
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 |
#2933 covered only the We need to cover the Message-ID: <[email protected]>
Subject: Re: quotes
To: Den <[email protected]>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Reply from Android
Regards,
Den at FlowCrypt
On 2025-02-20 at 13:13, Den<[email protected]> wrote:
> rrr
>
> =D1=87=D1=82, 20 =D0=BB=D1=8E=D1=82. 2025=E2=80=AF=D1=80. =D0=BE 13:12 De=
n at FlowCrypt <[email protected]> =D0=BF=D0=B8=D1=88=D0=B5:
> >
> > Reply 1
> >
> >
> > On Thu, Feb 20, 2025 at 1:10=E2=80=AFPM Den<denbond7@flowcrypt=
l.test> wrote:
> > >
> > > eee
> > >
> > > --
> > > Regards,
> > > Den
> >
> >
> >
> > --
> > Regards,
> > Den at FlowCrypt
>
>
>
> --
> Regards,
> Den for a separate PR |
All cases are covered. I'm closing this issue. |
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: