Hi
I have implemented three legged auth to gmail using the Zend framework. I am wondering what the best way of finding emails once authenticated is (for example by a mix of title regex, sender, date range) - which is efficient?
Thanks!
Hi
I have implemented three legged auth to gmail using the Zend framework. I am wondering what the best way of finding emails once authenticated is (for example by a mix of title regex, sender, date range) - which is efficient?
Thanks!
I'd go with indexing it into DB and then use any search you would seem fit (WHERE, LIKE, FULLTEXT).