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

186 lines
4.9 KiB
JSON

{
"keywords": {
"$seen": true,
"$draft": true
},
"from": [
{
"name": "Joe Bloggs",
"email": "[email protected]"
}
],
"subject": "Headers test",
"receivedAt": "2018-07-10T01:03:11Z",
"sentAt": "2018-07-10T11:03:11+10:00",
"messageId": [
"my-message-id"
],
"inReplyTo": [
"other-message-id",
"yet-another-message-id"
],
"references": [
"first-message-id",
"second-message-id"
],
"sender": [
{
"name": "ハロー・ワールド",
"email": "[email protected]"
}
],
"to": [
{
"email": "[email protected]",
"name": "Greg Vaudreuil"
},
{
"email": "[email protected]",
"name": "Ned Freed"
},
{
"email": "[email protected]",
"name": "Keith Moore"
}
],
"cc": [
{
"name": "Привет, мир",
"email": "[email protected]"
}
],
"bcc": [
{
"name": "¡El ñandú comió ñoquis!",
"email": "[email protected]"
}
],
"replyTo": [
{
"name": "안녕하세요 세계",
"email": "[email protected]"
},
{
"name": "Antoine de Saint-Exupéry",
"email": "[email protected]"
}
],
"header:Resent-Date:asDate:all": [
"2005-07-02T11:52:37+02:00",
"2005-07-03T12:52:37+03:00",
"2005-07-04T13:52:37+04:00"
],
"header:X-Text:asText:all": [
"this is some text",
"a b"
],
"header:List-Owner:asURLs": [
"http://www.host.com/list.cgi?cmd=sub&lst=list",
"mailto:[email protected]?body=subscribe%20list"
],
"header:List-Subscribe:asURLs:all": [
[
"mailto:[email protected]?body=subscribe%20list"
],
[
"ftp://ftp.host.com/list.txt",
"mailto:[email protected]?subject=subscribe"
]
],
"header:X-References:asMessageIds:all": [
[
"[email protected]",
"[email protected]"
],
[
"[email protected]",
"[email protected]"
]
],
"header:X-AddressesGroup:asGroupedAddresses:all": [
[
{
"addresses": [
{
"email": "[email protected]",
"name": "Ed Jones"
},
{
"email": "[email protected]",
"name": null
},
{
"email": "[email protected]",
"name": "John"
}
],
"name": "A Group"
}
],
[
{
"addresses": [
{
"email": "[email protected]",
"name": null
},
{
"email": "[email protected]",
"name": null
}
],
"name": "List 1"
},
{
"addresses": [
{
"email": "[email protected]",
"name": null
},
{
"email": "[email protected]",
"name": null
}
],
"name": "List 2"
},
{
"addresses": [
{
"email": "[email protected]",
"name": null
},
{
"email": "[email protected]",
"name": null
}
],
"name": null
}
]
],
"textBody": [
{
"type": "text/plain",
"blobId": "I have the most brilliant plan. Let me tell you all about it. What we do is, we",
"charset": "us-ascii",
"header:Content-Language": "en",
"header:X-Header": "just a value",
"header:X-Text": "more text"
}
],
"htmlBody": [
{
"type": "text/html",
"partId": "a49d",
"location": "https://example.com/html-body.html",
"name": "html-body.html"
}
],
"bodyValues": {
"a49d": {
"value": "<!DOCTYPE html><html><head><title></title><style type=\"text/css\">div{font-size:16px}</style></head><body><div>I have the most <b>brilliant</b> plan. Let me tell you all about it. What we do is, we</div></body></html>",
"isTruncated": false
}
}
}