Files
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

153 lines
3.4 KiB
JSON

{
"mailboxIds": {
"a": true
},
"keywords": {
"tag": true
},
"size": 616,
"receivedAt": "1989-07-09T15:06:40Z",
"from": [
{
"name": null,
"email": "[email protected]"
}
],
"to": [
{
"name": null,
"email": "[email protected]"
}
],
"subject": "Multipart Email Example",
"bodyStructure": {
"headers": [
{
"name": "From",
"value": " [email protected]"
},
{
"name": "To",
"value": " [email protected]"
},
{
"name": "Subject",
"value": " Multipart Email Example"
},
{
"name": "Content-Type",
"value": " multipart/alternative; boundary=\"boundary-string\""
}
],
"type": "multipart/alternative",
"subParts": [
{
"partId": "1",
"blobId": "blob_0",
"size": 87,
"headers": [
{
"name": "Content-Type",
"value": " text/plain; charset=\"utf-8\""
},
{
"name": "Content-Transfer-Encoding",
"value": " quoted-printable"
},
{
"name": "Content-Disposition",
"value": " inline"
}
],
"type": "text/plain",
"charset": "utf-8",
"disposition": "inline"
},
{
"partId": "2",
"blobId": "blob_1",
"size": 93,
"headers": [
{
"name": "Content-Type",
"value": " text/html; charset=\"utf-8\""
},
{
"name": "Content-Transfer-Encoding",
"value": " quoted-printable"
},
{
"name": "Content-Disposition",
"value": " inline"
}
],
"type": "text/html",
"charset": "utf-8",
"disposition": "inline"
}
]
},
"bodyValues": {
"1": {
"value": "Plain text email goes here!\nThis is the fallback if email client does not support HTML\n",
"isEncodingProblem": false,
"isTruncated": false
},
"2": {
"value": "<h1>This is the HTML Section!</h1>\n<p>This is what displays in most modern email clients</p>\n",
"isEncodingProblem": false,
"isTruncated": false
}
},
"textBody": [
{
"partId": "1",
"blobId": "blob_0",
"size": 87,
"headers": [
{
"name": "Content-Type",
"value": " text/plain; charset=\"utf-8\""
},
{
"name": "Content-Transfer-Encoding",
"value": " quoted-printable"
},
{
"name": "Content-Disposition",
"value": " inline"
}
],
"type": "text/plain",
"charset": "utf-8",
"disposition": "inline"
}
],
"htmlBody": [
{
"partId": "2",
"blobId": "blob_1",
"size": 93,
"headers": [
{
"name": "Content-Type",
"value": " text/html; charset=\"utf-8\""
},
{
"name": "Content-Transfer-Encoding",
"value": " quoted-printable"
},
{
"name": "Content-Disposition",
"value": " inline"
}
],
"type": "text/html",
"charset": "utf-8",
"disposition": "inline"
}
],
"attachments": [],
"hasAttachment": false,
"preview": "Plain text email goes here!\nThis is the fallback if email client does not support HTML\n"
}