Script to rename to EML To: address?
Any ideas on how to get script to extract the To address from an EML?
My first attempt:
line = app.parseTags( '<File Line:'+j+'>' )
changes the classic RFC test address:
"Giant; \"Big\" Box" <[email protected]>
to:
~Giant; ~~Big~~ Box~ [email protected]~
(due to https://i.imgur.com/pmbrD6l.png ) which apart from being inaccurate as raw output, prangs parse and decode of the name part ("Giant; \"Big\" Box").
Thanks.
My first attempt:
line = app.parseTags( '<File Line:'+j+'>' )
changes the classic RFC test address:
"Giant; \"Big\" Box" <[email protected]>
to:
~Giant; ~~Big~~ Box~ [email protected]~
(due to https://i.imgur.com/pmbrD6l.png ) which apart from being inaccurate as raw output, prangs parse and decode of the name part ("Giant; \"Big\" Box").
Thanks.