> characters are not allowed in domains, so it is odd that those programs considered that character as part of the e-mail address domain.
Multiple addresses must be separated by comma. But I can make the class tolarate that case ignoring the > character. In that case the parser returns two addresses like this. If it is OK for you, I can publish the fix to handle that case. Just let me know.
array(2) {
[0]=>
array(1) {
["address"]=>
string(55) "Lx-Office
[email protected]"
}
[1]=>
array(2) {
["address"]=>
string(17) "
[email protected]"
["name"]=>
string(16) "User helfen User"
}
}