Gmail e-mail address extractor [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
开发者_运维知识库 Improve this questionI am looking for a way to extract all the email addresses of all the recipients from my gmail account... I have never worked with the Gmail API so any beginning directions are welcome\
preferably php
Rather than looking at Gmail API, I would recommend to enable IMAP and then do it using IMAP. But this is not a good option if you need to do this on many accounts on enterprise level.
UPDATE
Hope "Using PHP IMAP functions to download email from Gmail" will help you.
GME Have a gmail email extractor, it scans the To, from etc... and saves them on your PC as a CSV file.
I also monitored my LAN and it does NOT send anything it shouldn't, so no sneeky harvesting like you find on some.
Overall happy with the results. Simple and does the job.
You should also check out MineMyMail
It is configurable and extracts email addresses not only from the headers but from the message body as well.
ReverseApps having outlook email extractor, if you already configured your gmail account on outlook then using this application you can scan your TO, From, Body of email etc. and easily export to excel.
I hope this will helps you.
精彩评论