execut/yii2-imap
Composer 安装命令:
composer require execut/yii2-imap
包简介
yii2 extension to read and process mails from IMAP and PHP
README 文档
README
This library can be used to read mails from IMAP server using PHP and Yii2.
Installation by composer
{
"require": {
"roopz/yii2-imap": "dev-master"
}
}
Or
$ composer require roopz/yii2-imap "dev-master"
Documentation
Config example
'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 ] ]
Donate
[Send me a beer] (https://donorbox.org/yii2-imap)
Contribute
Feel free to contribute. If you have ideas for examples, add them to the repo and send in a pull request.
Apreciate
Dont forgett o Leave me a "star" if you like it. Enjoy coding!
统计信息
- 总下载量: 107
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 5
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-07-31