Pages: 1
RSS
Retrieve all addresses from inbox folder mails, ...from the mails text - not the senders!
 
I would like to get all the email addresses from the INBOX mails and save them to an address book group.
(NOT the sender addresses - the adresses in mail's text!)
Is there a good method for this?

Thank you for your support,
-tzoll-
Edited: Toth Zoltan - 02 March 2009 13:53:17
 
The only way I can think of is doing that manually.
View the message, right click the address in the text, select 'Add to address book' from the pop-up menu and select the proper address book group.

Automatic actions to add addresses to the address book can only be performed upon the From, To, Reply-To, CC and BCC headers.
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
it can't be done with theBat, but addresses can be retrieved directly from the .TBB file (in case you don't use msg base encryption) - just search it with some tool that supports regular expressions, and get addresses not preceded by : colon (as these likely belong to headers).

Another way could be, search TBB with UltraEdit using the option 'List lines containing string' where string is @ - you can copy the result and then cleanup useless stuff.
Pages: 1