Files
inbuxa-server/tests/resources/jmap/email_set/mixed.json
T
jcoffey-dev 7dae9b29fd Import upstream v0.16.22, stripped
Upstream commit: 474dd0229cb20cf513036619781ed97bd8073c3f
Enterprise-only files removed or emptied: 63
Enterprise-only snippets removed: 117 in 50 files
Dangling module declarations removed: 5
Cargo edits turning enterprise off: 14
Verification: clean
Enterprise feature gates left for rebuilt features: 19 in 18 files

Produced by tools/fork/strip.py. The full report is in docs/fork/strip-reports/ on main.
2026-09-18 10:21:56 -07:00

70 lines
2.1 KiB
JSON

{
"keywords": {
"$seen": true,
"$draft": true,
"my-tag": true,
"ignore-me": false
},
"from": [
{
"name": "Art Vandelay (Vandelay Industries)",
"email": "[email protected]"
}
],
"header:To:asGroupedAddresses": [
{
"name": "Colleagues",
"addresses": [
{
"name": "James Smythe",
"email": "[email protected]"
}
]
},
{
"name": "Friends",
"addresses": [
{
"email": "[email protected]"
},
{
"name": "John Smîth",
"email": "[email protected]"
}
]
}
],
"subject": "Why not both importing AND exporting? ☺",
"receivedAt": "2021-11-20T14:22:01-08:00",
"sentAt": "2021-11-20T14:22:01-08:00",
"messageId": [
"my-message-id"
],
"textBody": [
{
"type": "text/plain",
"blobId": "I was thinking about quitting the “exporting” to focus just on the “importing”,\nbut then I thought, why not do both? ☺\n",
"header:Content-Language": "en"
}
],
"htmlBody": [
{
"type": "text/html",
"blobId": "<html><p>I was thinking about quitting the &ldquo;exporting&rdquo; to focus just on the &ldquo;importing&rdquo;,</p><p>but then I thought, why not do both? &#x263A;</p></html>",
"header:Content-Language": "en_US"
}
],
"attachments": [
{
"type": "image/png",
"blobId": "here are the embedded image contents!",
"cid": "cid:1234-5678-9012-3456"
},
{
"type": "x-document/pdf",
"blobId": "<html><body>ℌ𝔢𝔩𝔭 𝔪𝔢 𝔢𝔵𝔭𝔬𝔯𝔱 𝔪𝔶 𝔟𝔬𝔬𝔨 𝔭𝔩𝔢𝔞𝔰𝔢!</body></html>",
"disposition": "attachment",
"name": "Book about ☕ tables.pdf"
}
]
}