News Feed
Jobs Feed
Sections




News Archive
Sameer Borate's Blog:
Downloading Gmail attachments using PHP
May 08, 2012 @ 09:08:40

Sameer Borate has a quick tutorial posted to his site today about using PHP, specifically the IMAP functionality, to grab attachments off of emails from Gmail.

Automatically extracting attachments from Gmail can be important for reasons where you need to process the attached files periodically with a CRON job. Also it can be useful for automatically archiving important attachments. Below is a simple proof-of-concept plain PHP code, devoid of any object-oriented features that extracts attachments from your Gmail account. It uses PHPs imap extension to access the inbox.

His simple script opens an IMAP connection to the Gmail server and loops through your current emails (max of 16) and tries to find any that have attachments. It then extracts this part of the message, base64_decodes it, and saves the set of them to the local file system. You can download the source here.

0 comments voice your opinion now!
gmail attachment tutorial download imap


blog comments powered by Disqus

Similar Posts

DevShed: Developing a Recursive Loading Class for Loader Applications in PHP

AnyExample.com: Bar chart HTML generator

NETTUTS.com: Creating a Crypter Class with PHP

PHPro.org: PHP Security

IBM developerWorks: MVC with Agavi - Add forms and database support with Agavi and Doctrine


Community Events











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


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

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