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
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.
show only encrypted messages
Earlier similar functionality was implemented on Android, but was disabled as there were some issues - FlowCrypt/flowcrypt-android#715
I think we can use users.message.list endpoint with q parameter for filtering encrypted messages.
q
The text was updated successfully, but these errors were encountered:
ioanmo226
No branches or pull requests
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 - FlowCrypt/flowcrypt-android#715
I think we can use users.message.list endpoint with
q
parameter for filtering encrypted messages.The text was updated successfully, but these errors were encountered: