Hi,
I found this part of code but cannot find 'Email Meta-Data' in other sources:
static $match_types = array(
/ @trans / 'User Information' => array(
array('name' => / @trans / 'Name',
'email' => / @trans / 'Email',
),
900
),
/ @trans / 'Email Meta-Data' => array(
array('reply-to' => / @trans / 'Reply-To Email',
'reply-to-name' => / @trans / 'Reply-To Name',
'addressee' => / @trans / 'Addressee (To and Cc)',
),
200
),
);
Do you know which should be the next file to look at?
Is it "class.mailparse"?
Thanks!
Marco