I'm trying to get a list of email addresses based off of a gmail search result.
My idea is this:
- Logon to gmail, perform search
- A Miracle Happens
- I have a list of the 'from' address for each email
I've tried using the javascript console / jquery etc. to try to get them but gmail's cryptic markup and classes is hard to traverse.
Any ideas / suggestions / miracles?