On Thu, January 2, 2014 8:24 pm, [email protected] wrote:
> On Thu, January 2, 2014 8:01 pm, Tim Ruehsen wrote:
>
>
>> But you can use the tool 'munpack' from the package 'mpack' to split
>> RFC-822
>> emails into single parts and then process the HTML part(s) with wget.
>>
>> Example:
>> 1. Save your email as xxx.mbox
>> 2. Extract the contents
>> $ munpack -t xxx.mbox
>> part1 (text/plain) part2 (text/html) 3. Process 'part2' with wget $ wget
>> --force-html -i part2
>> ...

> thanks
>
> the email contains 3 links, I need to click 1st link ONLY, is there any
> such trick ?

Tim,

thumbs UP

the first of 3 wgets returned what I need !!!

just need to stop other 2...?



Reply via email to