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

@@ -1089,6 +1089,10 @@
{
"name": "John (my dear friend)",
"email": "jdoe@one.test"
},
{
"name": "the end of the group",
"email": ""
}
],
"header:X-AddressesGroup-Single:asAddresses:all": [
@@ -1104,6 +1108,10 @@
{
"name": "John (my dear friend)",
"email": "jdoe@one.test"
},
{
"name": "the end of the group",
"email": ""
}
]
],
@@ -1127,7 +1135,12 @@
},
{
"name": null,
"addresses": []
"addresses": [
{
"name": "the end of the group",
"email": ""
}
]
}
],
"header:X-AddressesGroup-Single:asGroupedAddresses:all": [
@@ -1151,7 +1164,12 @@
},
{
"name": null,
"addresses": []
"addresses": [
{
"name": "the end of the group",
"email": ""
}
]
}
]
],