this repo has no description
1{
2 "id": "sub3",
3 "identityId": "ident1",
4 "emailId": "e2",
5 "threadId": "t2",
6 "envelope": {
7 "mailFrom": {"email": "sender@example.com"},
8 "rcptTo": [{"email": "recipient@example.com"}]
9 },
10 "sendAt": "2024-01-15T12:00:00Z",
11 "undoStatus": "final",
12 "deliveryStatus": {
13 "recipient@example.com": {
14 "smtpReply": "250 2.0.0 OK",
15 "delivered": "yes",
16 "displayed": "unknown"
17 }
18 },
19 "dsnBlobIds": [],
20 "mdnBlobIds": []
21}