Fetch emails from Gmail via OAuth2 Fetch emails from Gmail via OAuth2 codeigniter codeigniter

Fetch emails from Gmail via OAuth2


Using a REST-based interface you can currently only get the unread messages feed. If you want to access all emails of a user, you have to use IMAP. Google developed a method to do IMAP/SMTP authentication using OAuth2 that you can use.