Skip to content
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

Add warning for suspicious messages #2548

Closed
sosnovsky opened this issue Apr 4, 2024 · 2 comments · Fixed by #2626
Closed

Add warning for suspicious messages #2548

sosnovsky opened this issue Apr 4, 2024 · 2 comments · Fixed by #2626
Assignees
Milestone

Comments

@sosnovsky
Copy link
Collaborator

sosnovsky commented Apr 4, 2024

Suspicious messages has Received-SPF: softfail header, for such messages we need to show warning before message body:

Potentially suspicious message

It wasn't properly verified by the sender, so its authenticity can't be confirmed.
Be careful - avoid clicking links and downloading attachments, or sharing personal info.

ref: https://github.com/FlowCrypt/flowcrypt-security/issues/270
android: FlowCrypt/flowcrypt-android#2670

@ioanmo226
Copy link
Collaborator

@sosnovsky Current implementation looks like below(Gmail app style).
Let me know if you want our Android app style which has yellow left border instead of background.

image

@sosnovsky
Copy link
Collaborator Author

Current implementation looks great, let's use it 👍

sosnovsky pushed a commit that referenced this issue Nov 4, 2024
* feat: added warning for suspicious message

* fix: machine type

* fix: fastlane file

* fix: fastlane file

* fix: fastlane file

* fix: semaphoreci

* fix: use xcode 15 image

* fix: pr reviews

* fix: removed unused test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants