execut / yii2-imap
用于从 IMAP 和 PHP 读取和处理邮件的 yii2 扩展
0.1.0
2019-07-31 07:35 UTC
Requires
- php: >=7.1.3
This package is auto-updated.
Last update: 2024-08-29 05:22:58 UTC
README
此库可用于使用 PHP 和 Yii2 从 IMAP 服务器读取邮件。
通过 composer 安装
{
"require": {
"roopz/yii2-imap": "dev-master"
}
}
Or
$ composer require roopz/yii2-imap "dev-master"
文档
配置示例
'imap' => [ 'class' => '', 'connection' => [ 'imapPath' => '', 'imapLogin' => '', 'imapPassword' => '', 'serverEncoding' => 'utf-8', 'searchEncoding' => 'US-ASCII',//MIME character set to use when searching strings. Not mandatory 'attachmentsDir' => '/tmp', 'decodeMimeStr' => false ] ]
捐赠
[送我一杯啤酒] (https://donorbox.org/yii2-imap)
贡献
请随意贡献。如果您有任何示例的想法,请将其添加到仓库并提交一个拉取请求。
赞赏
喜欢它的话,别忘了给我一个“星星”。享受编码!