execut/yii2-imap

yii2 extension to read and process mails from IMAP and PHP

Maintainers

👁 execut

Package info

github.com/execut/yii2-imap

Homepage

Type:yii2-extension

pkg:composer/execut/yii2-imap

Statistics

Installs: 107

Dependents: 0

Suggesters: 0

Stars: 0

0.1.0 2019-07-31 07:35 UTC

Requires

  • php: >=7.1.3

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 1a27b517757d332dcb03ed699fb8a36fe9cfa374

mailcronextensionimapwidgetyii2inbox

This package is auto-updated.

Last update: 2026-06-29 01:57:58 UTC


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

Documentation, Usage and Demo

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!