Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like a php script, i imagine it will need sql for storage, that logs in to my gmail goes through all my emails and extracts the to from and cc and the email addresses within the text of the email, from forwarded and multiply forwarded emails, and tags them as where the came from ie to from cc and inline.

whats the best way to go about it i have no idea where to start

share|improve this question
2  
I'd start with <?php. – ceejayoz May 4 '11 at 15:21

closed as not a real question by ceejayoz, kjy112, Richard H, John Saunders, bmargulies May 8 '11 at 16:26

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

Here's a pseudocode using PHP - each step should be simple enough to implement on its own.

share|improve this answer
1  
It's a good answer, but not sure we should be encouraging such poor questions. – Richard H May 4 '11 at 15:34
1  
@Richard: IMHO it's borderline (apart from the grammar); IMAP and e-mail handling can be quite confusing. Note that I have provided pointers, not a complete solution. – Piskvor May 4 '11 at 15:49
your both correct its a poor question, but imap and email handling do have a steep learning curve, the grammar however is inexcusable – Dasa May 5 '11 at 13:39

This should be a good place to start:

http://code.google.com/apis/gmail/

share|improve this answer

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