roopz / yii2-imap
yii2 扩展,用于从 IMAP 和 PHP 中读取和处理邮件
0.1.0
2019-07-07 06:35 UTC
Requires
- php: >=7.1.3
This package is auto-updated.
Last update: 2024-08-29 03:48:07 UTC
README
Yii2-Imap 的作者正在寻找全职工作(远程)。更多关于我的资料 - 点击这里
yii2 Imap
这个库可以使用 PHP 和 Yii2 从 IMAP 服务器读取邮件。
使用 composer 安装
{
"require": {
"roopz/yii2-imap": "dev-master"
}
}
或者
$ 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 ] ]
Yii2-Imap 的作者正在寻找全职工作(远程)。更多关于我的资料 - 点击这里
贡献
欢迎贡献。如果您有示例想法,请将其添加到仓库并提交一个拉取请求。
赞赏
如果您喜欢它,别忘了给我一个“星标”。享受编码!