tmail-flutter
tmail-flutter copied to clipboard
[Story] As a sender, I want to ask the Recipient to send me a read receipt.
Summary
- Related EPIC
- Definition
- Screenshots
- Misc
Related EPIC
- TODO: {link}
Definition
- Given that I am a Tmail user
- After logged-in successfully, I click button to create a new email
- On the composer, I can see an option: Request a read receipt
- I can select or un-select this option
- If I enable the setting: "Always request read receipts with outgoing messages", then the option Request a read receipt is selected by default for any new message
- If I disabled that setting, the option equest a read receipt is un-selected by default for any new message.
- I can continue composing email as normally then click button Send
- The read receipt request is sent to the receiver with the email. Depending on the mail system the receiver uses, the request can be displayed with the email content.
Back to Summary
Screenshots
Back to Summary
Misc
None
Back to Summary
DoD
- Add
Disposition-Notification-To: Sender <[email protected]>toheaderof email before sent email. - Example:
[
[
"Email/set",
{
"accountId": "ue150411c",
"create": {
"k2657": {
"mailboxIds": {
"2ea1ca41b38e": true
},
"keywords": {
"$seen": true,
"$draft": true
},
"from": [
{
"name": "Joe Bloggs",
"email": "[email protected]"
}
],
"to": [
{
"name": "John",
"email": "[email protected]"
}
],
"header:Disposition-Notification-To:asText": "[email protected]",
"subject": "World domination"
}
}
},
"0"
]
]
Refers
- Docs RFC9007
Hey team! Please add your planning poker estimate with Zenhub @hoangdat @ManhNTX
1 HD
2 HD