
Sergey - 2014-08-19 14:15:47
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% }}} <mail@example.com>
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) "mail@example.com"
["name"]=>
string(3) "}}}"
}
}
Have you any ideas to help me? Thank's