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
On WEB:
GIVEN I type a message AND stop typing for 15 seconds THEN twake mail saves the email locally (not on the JMAP server)
That way if the broswer crash (eg power failure) then the email is not lost.
When reopening the browser the composer should be reopened with user input.
Ref: https://github.com/Yash18-hub/CISD-GES/issues/88
Let's not save on the back as it might create a massive surge in requests
The text was updated successfully, but these errors were encountered:
tddang-linagora
No branches or pull requests
Description
On WEB:
GIVEN I type a message
AND stop typing for 15 seconds
THEN twake mail saves the email locally (not on the JMAP server)
That way if the broswer crash (eg power failure) then the email is not lost.
When reopening the browser the composer should be reopened with user input.
Ref: https://github.com/Yash18-hub/CISD-GES/issues/88
Let's not save on the back as it might create a massive surge in requests
The text was updated successfully, but these errors were encountered: