How can I export a list containing e-mail addresses for everyone that has sent me an e-mail? I have all of the messages archived.

link|improve this question
feedback

1 Answer

up vote 3 down vote accepted

The only way to do this is

  1. Export all as .txt (see: Export Gmail messages to text or HTML files)
  2. Loop through all of it and grep "From: " lines in a seperate database.

Note: if you use imapsize (free) for step 1 then save the backups as "%FROM - The sender of the email" and you have them in plain sight in your directory.

link|improve this answer
I was afraid of that. Thanks though! – Brad Dec 2 '10 at 4:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.