views:

115

answers:

2

I 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

+2  A: 

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.

Ismail
Only one account but how do i do it with imap
Dasa
I've updated my answer.
Ismail
+1  A: 

please have a look at this link click here

SAK