2017 © Pedro Peláez
 

yii2-extension imap-to-yii2

Extended Imap agent component for Yii2 (camohob/yii2-imap)

image

lilicbush/imap-to-yii2

Extended Imap agent component for Yii2 (camohob/yii2-imap)

  • Tuesday, May 22, 2018
  • by lilicbush
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 150 % Grown

The README.md

Imap agent

Imap agent component for Yii2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist lilicbush/imap-to-yii2 "*"

or add, (*4)

"lilicbush/imap-to-yii2": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

$imap = new ImapAgent;
$imap->type = 'imap/ssl/novalidate-cert';
$imap->server = 'imap.mail.ru';
$imap->port = 993;
$imap->user = 'mailbox@mail.ru';
$imap->password = 'password';

foreach ($imap->messages as $message) {
     $message->move($folder);
     //$message->delete();
}

$imap->close();

The Versions

22/05 2018

dev-master

9999999-dev

Extended Imap agent component for Yii2 (camohob/yii2-imap)

  Sources   Download

MIT

The Requires

 

by Avatar lilicbush

extension yii2 imap

22/05 2018

v1.1-stable

1.1.0.0

Extended Imap agent component for Yii2 (camohob/yii2-imap)

  Sources   Download

MIT

The Requires

 

by Avatar lilicbush

extension yii2 imap