Search code examples
apigmailemail-client

creating a email client using google api


Consider me as a complete newbie on web development and please answer my question. My boss recently handed me a project. it was to make an web based email client to get CVs from people.this should have a GUI which can receive e-mails, read emails, send emails,access folders from the gmail account we have.i searched everywhere and found out that Google API is the way to do this.is it correct? if so how do i do that? i don't have any prior knowledge about how to use the APIs. but I'm willing to learn.please help me thanks


Solution

  • i have made my question possible by using php with imap.accessing emails based on folders and getting necessary data such as email address, senders name, email id, etc was pretty simple use the php commands that starts with imap_funcName...hope this helps someone..:)