Files
MagnumOpus/backend/test/fixtures/notmuch-show-output.json
T
2026-03-10 11:28:21 +01:00

62 lines
1.4 KiB
JSON

[
[
[
{
"id": "msg001@example.com",
"match": true,
"excluded": false,
"filename": ["/home/user/Mail/personal/Inbox/cur/1709884532.M1P99.host:2,S"],
"timestamp": 1709884532,
"date_relative": "2024-03-08",
"tags": ["inbox", "unread"],
"headers": {
"Subject": "Q1 Planning",
"From": "Alice <alice@example.com>",
"To": "user@example.com",
"Date": "Fri, 08 Mar 2024 10:15:32 +0100",
"Message-ID": "msg001@example.com",
"In-Reply-To": "",
"References": ""
},
"body": [
{
"id": 1,
"content-type": "text/plain",
"content": "Hey, let's plan Q1.\n"
}
]
},
[
[
{
"id": "msg003@example.com",
"match": true,
"excluded": false,
"filename": ["/home/user/Mail/personal/Inbox/cur/1709884600.M2P99.host:2,RS"],
"timestamp": 1709884600,
"date_relative": "2024-03-08",
"tags": ["inbox"],
"headers": {
"Subject": "Re: Q1 Planning",
"From": "Bob <bob@example.com>",
"To": "alice@example.com, user@example.com",
"Date": "Fri, 08 Mar 2024 10:16:40 +0100",
"Message-ID": "msg003@example.com",
"In-Reply-To": "msg001@example.com",
"References": "msg001@example.com"
},
"body": [
{
"id": 1,
"content-type": "text/plain",
"content": "Sounds good. Tuesday work?\n"
}
]
},
[]
]
]
]
]
]