Create TF-1719-User-can-restore-deleted-messages.md (#1828)
(cherry picked from commit b76a829bfb7de906f8e34f18ff163196ea9d0510)
This commit is contained in:
+57
@@ -0,0 +1,57 @@
|
||||
# Summary
|
||||
|
||||
* [Related EPIC](#related-epic)
|
||||
* [Definition](#definition)
|
||||
* [Screenshots](#screenshots)
|
||||
* [Misc](#misc)
|
||||
|
||||
## Related EPIC
|
||||
https://github.com/linagora/tmail-flutter/issues/1719
|
||||
|
||||
## Definition
|
||||
|
||||
- Given that I am a Tmail user and I have logged in successfully
|
||||
- When I click on three-dot button of folder Trash, I can see a new option in context menu: Recover deleted messages
|
||||
- I select this option, a popup will be opened:
|
||||
- In the popup, I can input fields:
|
||||
- Deletion date:
|
||||
+ Default option is "Last 1 year"
|
||||
+ I can select other options: Last 7 days, Last 30 days, Last 6 months, Custom range
|
||||
+ When I select Custom range, a Date picker will be displayed that allow me to select From date and To date.
|
||||
+ The date range is limited between today to one year ago.
|
||||
- Reception date:
|
||||
+ Default option is "All time"
|
||||
+ I can select other options: Last 7 days, Last 30 days, Last 6 months, Last year, Custom range
|
||||
+ When I select Custom range, a Date picker will be displayed that allow me to select From date and To date.
|
||||
+ The date range is not limited
|
||||
- Subject: a text field
|
||||
- Recipients: I can input name/email address, the system will display a suggestion list of matched emails. I can select from the list or input the recipients mannually. I can input multiple recipients.
|
||||
- Sender: I can input name/email address, the system will display a suggestion list of matched emails. I can select from the list or input the sender mannually. I can input only 1 sender.
|
||||
- Has attachment: a Checkbox. If it is checked, the system will find and restore email which contains attachments
|
||||
- After input conditions, I click button Restore, the system will search for matched messages in in deleted vault.
|
||||
- When the recovery is in progress, there will be a progess bar running at top of screen that does not block user's actions. User can continue using Tmail while the recovery process is runing.
|
||||
- When the recovery is completed, the system will restore 5 (configurable by system) first messages in the result to a new system folder:"Recovered messages". There will be a toast message: "Recover deleted messages successfully". And an Open button. When I click this button, I am redirected to the folder Restored message
|
||||
- In this new system folder, I can see the list of recovered deleted messages:
|
||||
- With the folder, I can do actions :"Open in new tab"/"Mark as read"
|
||||
- With the emails, I can do actions: Spam/Unspam, Star/Unstar, Read/Unread, Move, Delete, Open in a new tab, Create a new rule with this email .
|
||||
|
||||
[Back to Summary](#summary)
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
[Back to Summary](#summary)
|
||||
|
||||
## Misc
|
||||
|
||||
None
|
||||
|
||||
[Back to Summary](#summary)
|
||||
Reference in New Issue
Block a user