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
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
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.