Files
inbuxa-server/tests/resources/jmap/email_parse/attachment.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

222 lines
5.7 KiB
JSON

{
"mailboxIds": null,
"size": 1979,
"messageId": [
"[email protected]"
],
"from": [
{
"name": "Bill Clinton",
"email": "[email protected]"
}
],
"to": [
{
"name": "A1 Gore (The Enforcer)",
"email": "[email protected]"
}
],
"subject": "Map of Argentina with Description",
"sentAt": "1998-08-13T07:42:41Z",
"bodyStructure": {
"headers": [
{
"name": "Return-Path",
"value": " <[email protected]>"
},
{
"name": "Received",
"value": " from mailhost.whitehouse.gov ([192.168.51.200])\n by heartbeat.whitehouse.gov (8.8.8/8.8.8) with ESMTP id SAA22453\n for <[email protected]>;\n Mon, 13 Aug 1998 l8:14:23 +1000"
},
{
"name": "Received",
"value": " from the_big_box.whitehouse.gov ([192.168.51.50])\n by mailhost.whitehouse.gov (8.8.8/8.8.7) with ESMTP id RAA20366\n for [email protected]; Mon, 13 Aug 1998 17:42:41 +1000"
},
{
"name": "Date",
"value": " Mon, 13 Aug 1998 17:42:41 +1000"
},
{
"name": "Message-ID",
"value": " <[email protected]>"
},
{
"name": "From",
"value": " Bill Clinton <[email protected]>"
},
{
"name": "To",
"value": " A1 (The Enforcer) Gore <[email protected]>"
},
{
"name": "Subject",
"value": " Map of Argentina with Description"
},
{
"name": "MIME-Version",
"value": " 1.0"
},
{
"name": "Content-Type",
"value": " multipart/mixed;\n boundary=\"DC8------------DC8638F443D87A7F0726DEF7\""
}
],
"type": "multipart/mixed",
"subParts": [
{
"partId": "1",
"blobId": "blob_0",
"size": 355,
"headers": [
{
"name": "Content-Type",
"value": " text/plain; charset=us-ascii"
},
{
"name": "Content-Transfer-Encoding",
"value": " 7bit"
}
],
"type": "text/plain",
"charset": "us-ascii"
},
{
"partId": "2",
"blobId": "blob_1",
"size": 288,
"headers": [
{
"name": "Content-Type",
"value": " image/gif; name=\"map_of_Argentina.gif\""
},
{
"name": "Content-Transfer-Encoding",
"value": " base64"
},
{
"name": "Content-Disposition",
"value": " inline; fi1ename=\"map_of_Argentina.gif\""
}
],
"name": "map_of_Argentina.gif",
"type": "image/gif",
"disposition": "inline"
}
]
},
"bodyValues": {
"1": {
"value": "Hi A1,\n\nI finally figured out this MIME thing. Pretty cool. I'll send you\nsome sax music in .au...",
"isEncodingProblem": false,
"isTruncated": true
}
},
"textBody": [
{
"partId": "1",
"blobId": "blob_0",
"size": 355,
"headers": [
{
"name": "Content-Type",
"value": " text/plain; charset=us-ascii"
},
{
"name": "Content-Transfer-Encoding",
"value": " 7bit"
}
],
"type": "text/plain",
"charset": "us-ascii"
},
{
"partId": "2",
"blobId": "blob_1",
"size": 288,
"headers": [
{
"name": "Content-Type",
"value": " image/gif; name=\"map_of_Argentina.gif\""
},
{
"name": "Content-Transfer-Encoding",
"value": " base64"
},
{
"name": "Content-Disposition",
"value": " inline; fi1ename=\"map_of_Argentina.gif\""
}
],
"name": "map_of_Argentina.gif",
"type": "image/gif",
"disposition": "inline"
}
],
"htmlBody": [
{
"partId": "1",
"blobId": "blob_0",
"size": 355,
"headers": [
{
"name": "Content-Type",
"value": " text/plain; charset=us-ascii"
},
{
"name": "Content-Transfer-Encoding",
"value": " 7bit"
}
],
"type": "text/plain",
"charset": "us-ascii"
},
{
"partId": "2",
"blobId": "blob_1",
"size": 288,
"headers": [
{
"name": "Content-Type",
"value": " image/gif; name=\"map_of_Argentina.gif\""
},
{
"name": "Content-Transfer-Encoding",
"value": " base64"
},
{
"name": "Content-Disposition",
"value": " inline; fi1ename=\"map_of_Argentina.gif\""
}
],
"name": "map_of_Argentina.gif",
"type": "image/gif",
"disposition": "inline"
}
],
"attachments": [
{
"partId": "2",
"blobId": "blob_1",
"size": 288,
"headers": [
{
"name": "Content-Type",
"value": " image/gif; name=\"map_of_Argentina.gif\""
},
{
"name": "Content-Transfer-Encoding",
"value": " base64"
},
{
"name": "Content-Disposition",
"value": " inline; fi1ename=\"map_of_Argentina.gif\""
}
],
"name": "map_of_Argentina.gif",
"type": "image/gif",
"disposition": "inline"
}
],
"hasAttachment": false,
"preview": "Hi A1,\n\nI finally figured out this MIME thing. Pretty cool. I'll send you\nsome sax music in .au files next week!\n\nAnyway, the attached image is really too small to get a good look at\nArgentina. Try this for a much better map:\n\n http://www.1one1yp..."
}