I'm using:
$overview = imap_fetch_overview($inbox,$email_number,0);
to get emails and when I print out with print_r I'm getting:
[0] => stdClass Object
(
[subject] => FW: CRAFT FAIR
[from] => Bob Smith
the problem is the [from] is actually:
[from] => Bob Smith <bsmith@gmail.com>
how do I get the second part to show up?