From 1c622e969360d01272d62277494fedbb9ba698e9 Mon Sep 17 00:00:00 2001 From: Diep Tran Date: Fri, 23 Dec 2022 12:44:16 +0700 Subject: [PATCH] Create README.md --- docs/stories/read-mails/README.md | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 docs/stories/read-mails/README.md diff --git a/docs/stories/read-mails/README.md b/docs/stories/read-mails/README.md new file mode 100644 index 000000000..efdb0bd0e --- /dev/null +++ b/docs/stories/read-mails/README.md @@ -0,0 +1,47 @@ +# Summary + +* [Context](#context) +* [Definition](#definition) +* [Stories](#stories) +* [Misc](#misc) + +## Context + +Team Mail is a cross-platform, interoperable email application relying on the JMAP protocol. + + +[Back to Summary](#summary) + +## Definition + +Reading email is one of the most basic functions, which allows user to follow up their messages and arrange them. This EPIC will include: +- Listing mailbox, thread, emails, ... +- Receiving mail and open email content +- Preview and download attacments in email content +- Synchronize, refresh +- Receiving push notification +- Search email +- Filter email +- Mark message as star/spam + +[Back to Summary](#summary) + +## Stories + +TODO + +> A list of all the story documentation in the epic, must format as a list of links to corresponding user story files inside epic folder + +1. [As a user, i can do something](./link-to-the-file.md) + +[Back to Summary](#summary) + +## Misc + +> Link references, UI mockup, link to gitlab issye or any extra documents related to the EPIC + +* [Gitlab issue]() +* [UI Mockup]() + +[Back to Summary](#summary) +