This library can be used to read mails from IMAP server using PHP and Yii2.
{
"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
]
]
[Send me a beer] (https://donorbox.org/yii2-imap)
Feel free to contribute. If you have ideas for examples, add them to the repo and send in a pull request.
Dont forgett o Leave me a "star" if you like it. Enjoy coding!