FlowCrypt / flowcrypt-ios

FlowCrypt iOS App
https://flowcrypt.com
Other
33 stars 10 forks source link

Add "only encrypted emails" filter #2574

Open sosnovsky opened 5 months ago

sosnovsky commented 5 months ago

There was a customer request to have ability to show only encrypted emails.

Let's add show only encrypted messages filter to the search screen, tapping on it will show only encrypted messages on search results screen.

Earlier similar functionality was implemented on Android, but was disabled as there were some issues - https://github.com/FlowCrypt/flowcrypt-android/issues/715

I think we can use users.message.list endpoint with q parameter for filtering encrypted messages.