thecodingcompany / googlemail
PHP 5.6 的 Google Mail 客户端类
1.0.0
2016-04-12 06:54 UTC
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2024-09-25 23:39:17 UTC
README
PHP5.6+ 的 Google Mail 类,用于下载所有附件。易于扩展以下载完整电子邮件。
由 The Coding Company 提供
构建者:Victor Angelier <vangelier @ hotmail.com>
##安装/Composer
简单:composer require thecodingcompany/googlemail
##示例
chmod 0777 public/data
require_once("GoogleMail.php");
$mail = new CodingCompany\GoogleMail("my@gmail.com", "Very$ecretPassword");
$mail->read_mailbox();