Hi, I have used "mime parser" class which you developed and seems I found some issue. When I try to parse mail with sender (from) address like
{{{ A Miraculous Invention - Slash Your Electric Bill by 100% }}} <
[email protected]>
I get wrong result:
Parsed address: {{{ A Miraculous Invention - Slash Your Electric Bill by 100% }}}
array(2) {
[0]=>
array(1) {
["name"]=>
string(60) "{{{ A Miraculous Invention - Slash Your Electric Bill by 100"
}
[1]=>
array(2) {
["address"]=>
string(22) "
[email protected]"
["name"]=>
string(3) "}}}"
}
}
Have you any ideas to help me? Thank's