roopz/yii2-imap

yii2 extension to read and process mails from IMAP and PHP

Installs: 78 836

Dependents: 0

Suggesters: 0

Security: 0

Stars: 40

Watchers: 6

Forks: 33

Open Issues: 1

Type:yii2-extension

0.1.0 2019-07-07 06:35 UTC

This package is auto-updated.

Last update: 2024-03-29 02:47:35 UTC


README

Authour of Yii2-Imap is looking for a full-time job (Remote). More about my profile - https://roopz.club

yii2 Imap

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"

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
    ]
]

#Authour of Yii2-Imap is looking for a full-time job (Remote). More about my profile - Click here

Contribute

Feel free to contribute. If you have ideas for examples, add them to the repo and send in a pull request.

Apreciate

Dont forget to Leave me a "star" if you like it. Enjoy coding!