thecodingcompany/googlemail

Google Mail client class for PHP 5.6

1.0.0 2016-04-12 06:54 UTC

This package is not auto-updated.

Last update: 2024-04-24 21:38:04 UTC


README

Google Mail class for PHP5.6+ to download all attachments. Easy extendable to download complete emails.

Made available by The Coding Company

https://thecodingcompany.se

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();