tmail-flutter icon indicating copy to clipboard operation
tmail-flutter copied to clipboard

[Story] As a sender, I want to ask the Recipient to send me a read receipt.

Open dieptran88 opened this issue 3 years ago • 4 comments

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

image.png

Back to Summary

Misc

None

Back to Summary

dieptran88 avatar Jun 15 '22 04:06 dieptran88

DoD

  • Add Disposition-Notification-To: Sender <[email protected]> to header of 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

dab246 avatar Aug 24 '22 08:08 dab246

Hey team! Please add your planning poker estimate with Zenhub @hoangdat @ManhNTX

dab246 avatar Oct 03 '22 07:10 dab246

1 HD

dab246 avatar Oct 13 '22 02:10 dab246

2 HD

dab246 avatar Oct 13 '22 02:10 dab246