thecodingcompany / googlemail
Google Mail client class for PHP 5.6
1.0.0
2016-04-12 06:54 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2024-11-21 00:24:40 UTC
README
Google Mail class for PHP5.6+ to download all attachments. Easy extendable to download complete emails.
Made available by The Coding Company
Build by: Victor Angelier <vangelier \u0040 hotmail.com>
#Install/Composer
Easy: composer require thecodingcompany/googlemail
#Example
chmod 0777 public/data
require_once("GoogleMail.php");
$mail = new CodingCompany\GoogleMail("my@gmail.com", "Very$ecretPassword");
$mail->read_mailbox();