Message caching improvements

This commit is contained in:
mdecimus
2025-05-06 16:00:16 +02:00
parent b8329afeba
commit e69b5ec2b7
87 changed files with 2835 additions and 2536 deletions

View File

@@ -21,11 +21,11 @@ Subject: Headers test
To: "Greg Vaudreuil" <gvaudre@NRI.Reston.VA.US>,
"Ned Freed" <ned@innosoft.com>, "Keith Moore" <moore@cs.utk.edu>
X-AddressesGroup: "A Group": "Ed Jones" <c@a.test>,
<joe@where.test>, "John" <jdoe@one.test>
<joe@where.test>, "John" <jdoe@one.test>;
X-AddressesGroup: "List 1": <addr1@test.com>,
<addr2@test.com>; "List 2": <addr3@test.com>,
<addr4@test.com>; <addr5@test.com>,
<addr6@test.com>
<addr2@test.com>;"List 2": <addr3@test.com>,
<addr4@test.com>;<addr5@test.com>,
<addr6@test.com>;
X-References: <1234@local.machine.example> <3456@example.net>
X-References: <789@local.machine.example> <abcd@example.net>
X-Text: a b

View File

@@ -140,11 +140,11 @@
},
{
"name": "X-AddressesGroup",
"value": " \"A Group\": \"Ed Jones\" <c@a.test>, \r\n\t<joe@where.test>, \"John\" <jdoe@one.test>"
"value": " \"A Group\": \"Ed Jones\" <c@a.test>, \r\n\t<joe@where.test>, \"John\" <jdoe@one.test>;"
},
{
"name": "X-AddressesGroup",
"value": " \"List 1\": <addr1@test.com>, \r\n\t<addr2@test.com>; \"List 2\": <addr3@test.com>, \r\n\t<addr4@test.com>; <addr5@test.com>, \r\n\t<addr6@test.com>"
"value": " \"List 1\": <addr1@test.com>, \r\n\t<addr2@test.com>;\"List 2\": <addr3@test.com>, \r\n\t<addr4@test.com>;<addr5@test.com>, \r\n\t<addr6@test.com>;"
},
{
"name": "X-References",

View File

@@ -2,9 +2,9 @@ Date: Sat, 20 Nov 2021 22:22:01 +0000
From: "Art Vandelay (Vandelay Industries)" <art@vandelay.com>
Message-ID: <my-message-id>
Subject: =?utf-8?Q?Why_not_both_importing_AND_exporting=3F_=E2=98=BA?=
To: "Colleagues": "James Smythe" <james@vandelay.com>;
To: "Colleagues": "James Smythe" <james@vandelay.com>;
"Friends": <jane@example.com>,
"=?utf-8?Q?John_Sm=C3=AEth?=" <john@example.com>
"=?utf-8?Q?John_Sm=C3=AEth?=" <john@example.com>;
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="boundary_0"

View File

@@ -53,7 +53,7 @@
},
{
"name": "To",
"value": " \"Colleagues\": \"James Smythe\" <james@vandelay.com>; \r\n\t\"Friends\": <jane@example.com>, \r\n\t\"=?utf-8?Q?John_Sm=C3=AEth?=\" <john@example.com>"
"value": " \"Colleagues\": \"James Smythe\" <james@vandelay.com>;\r\n\t\"Friends\": <jane@example.com>, \r\n\t\"=?utf-8?Q?John_Sm=C3=AEth?=\" <john@example.com>;"
},
{
"name": "MIME-Version",