News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Downloading and Parsing Gmail Messages in PHP
September 01, 2010 @ 09:21:04

New on PHPBuilder.com today there's a tutorial showing you how to download and parse messages from Google Mail. In their case it's grabbing and parsing submissions from a form.

Some friends of mine publish a literary journal that accepts submissions via email. At their request I wrote a script to download messages from the journal's Gmail account and do some simple parsing tasks. Most of the submissions are made using an HTML form and a corresponding mailer script on their website, so I knew the precise format of the incoming messages (see Figure 1). What I didn't know was how to access Gmail in PHP.

He tried out the libgmailer script first, but ran into roadblocks until he realized he could use something PHP already had - the imap functions. With these he shows how to make a connection to the Gmail servers, get the listing of messages and pull out the body for the one you want to parse.

1 comment voice your opinion now!
gmail google mail parse imap tutorial


blog comments powered by Disqus

Similar Posts

Brandon Savage's Blog: How To Write A Function In PHP

DevShed: File Security and Resources with PHP

Zend Developer Zone: Building Template-Driven Web Applications with Dwoo (part 1)

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP, Part 3

PHPBuilder.com: AJAX and PHP Part 3 - Post vs. Get Requests


Community Events











Don't see your event here?
Let us know!


zendframework2 series language podcast object framework unittest composer opinion community tool interview testing introduction example functional code conference development release

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework