Using PHP, How to search through Gmail's archived emails
问题 ( First time programming in PHP. Had some help. Need a bit more. ) Goal: Pull the lastContactDate from a given email address from my gmail account. Hoping to answer the question, "When was the last time I contacted [Person]" What I've done so far: Connected to gmail using imap (inbox only) Grabbed the date and time Printed the person's name and timestamp. What I can't do: Scour emails for lastContactDate that have been archived (I'm an inbox=0 guy) Notes: The code is rough, but functional.