Bump to mail-parser 0.9
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user