2017 © Pedro Peláez
 

yii2-extension yii2-imap

yii2 extension to read and process mails from IMAP and PHP

image

roopz/yii2-imap

yii2 extension to read and process mails from IMAP and PHP

  • Friday, February 16, 2018
  • by yiioverflow
  • Repository
  • 4 Watchers
  • 30 Stars
  • 13,029 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 15 Forks
  • 2 Open issues
  • 2 Versions
  • 10 % Grown

The README.md

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

yii2 Imap

This library can be used to read mails from IMAP server using PHP and Yii2., (*2)

Installation by composer

{
    "require": {
       "roopz/yii2-imap": "dev-master"
    }
}

Or, (*3)

$ 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., (*4)

Apreciate

Dont forget to Leave me a "star" if you like it. Enjoy coding!, (*5)

The Versions

16/02 2018

dev-master

9999999-dev https://github.com/yiioverflow/yii2-imap.git

yii2 extension to read and process mails from IMAP and PHP

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

mail extension yii2 widget imap cron inbox

24/01 2018

dev-revert-14-decode_mimetpe

dev-revert-14-decode_mimetpe https://github.com/yiioverflow/yii2-imap.git

yii2 extension to read and process mails from IMAP and PHP

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

mail extension yii2 widget imap cron inbox