Bump to mail-parser 0.9

This commit is contained in:
mdecimus
2023-09-05 18:23:52 +02:00
parent 6939603932
commit 833db92ded
34 changed files with 513 additions and 580 deletions

View File

@@ -1123,6 +1123,10 @@
{
"name": "John (my dear friend)",
"email": "jdoe@one.test"
},
{
"name": "the end of the group",
"email": ""
}
],
"header:X-AddressesGroup-Single:asAddresses:all": [
@@ -1138,6 +1142,10 @@
{
"name": "John (my dear friend)",
"email": "jdoe@one.test"
},
{
"name": "the end of the group",
"email": ""
}
]
],
@@ -1161,7 +1169,12 @@
},
{
"name": null,
"addresses": []
"addresses": [
{
"name": "the end of the group",
"email": ""
}
]
}
],
"header:X-AddressesGroup-Single:asGroupedAddresses:all": [
@@ -1185,7 +1198,12 @@
},
{
"name": null,
"addresses": []
"addresses": [
{
"name": "the end of the group",
"email": ""
}
]
}
]
],