I want to look for mails in my Google mail account that match a certain search term. The plan is to give it a search term and search any mails subject, sender and body. I know how to browse through all the mail and I am sure I can get the data I want and match that with my search term using some regex, but is there a better way?
Maybe there is an API or something better I could use? I am doing this with PHP.