2017 © Pedro Peláez
 

library laravel-imap

Laravel 5 IMAP client.

image

zalazdi/laravel-imap

Laravel 5 IMAP client.

  • Saturday, April 15, 2017
  • by zalazdi
  • Repository
  • 9 Watchers
  • 44 Stars
  • 4,984 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 26 Forks
  • 11 Open issues
  • 6 Versions
  • 5 % Grown

The README.md

laravel-imap

Latest Version on Packagist ![Total Downloads][ico-downloads] ![Software License][ico-license], (*1)

Install

  1. In your terminal via composer:

``` bash composer require zalazdi/laravel-imap, (*2)


2. Add this provider to your config/app.php :

Zalazdi\LaravelImap\Providers\LaravelServiceProvider::class,, (*3)


3. Publish config file

php artisan vendor:publish --provider="Zalazdi\LaravelImap\Providers\LaravelServiceProvider", (*4)

then Define host, username, password, etc in your ``` config/imap.php ```.




## Usage

Example usage: 

```php
use Zalazdi\LaravelImap\Client;
use Zalazdi\LaravelImap\Mailbox;

// ...

$client = new Client();
$client->connect();

$mailboxes = $client->getMailboxes();
foreach($mailboxes as $mailbox) {
    dump($mailbox->getMessages());
}

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Security

If you discover any security related issues, please email zalazdi@gmail.com instead of using the issue tracker., (*6)

Credits

License

The MIT License (MIT). Please see License File for more information., (*7)

The Versions

15/04 2017

dev-master

9999999-dev https://github.com/Zalazdi/LaravelImap

Laravel 5 IMAP client.

  Sources   Download

MIT

The Requires

 

by Krzysztof Graman

laravel mail imap

08/02 2017

1.0.4

1.0.4.0 https://github.com/Zalazdi/LaravelImap

Laravel 5 IMAP client.

  Sources   Download

MIT

The Requires

 

by Krzysztof Graman

laravel mail imap

06/10 2015

1.0.3

1.0.3.0 https://github.com/Zalazdi/LaravelImap

Laravel 5 IMAP client.

  Sources   Download

MIT

The Requires

 

by Krzysztof Graman

laravel mail imap

22/08 2015

1.0.2

1.0.2.0 https://github.com/Zalazdi/LaravelImap

Laravel 5 IMAP client.

  Sources   Download

MIT

The Requires

 

by Krzysztof Graman

laravel mail imap

22/08 2015

1.0.1

1.0.1.0 https://github.com/Zalazdi/LaravelImap

Laravel 5 IMAP client.

  Sources   Download

MIT

The Requires

 

by Krzysztof Graman

laravel mail imap

21/08 2015

1.0.0

1.0.0.0 https://github.com/Zalazdi/LaravelImap

Laravel 5 IMAP client.

  Sources   Download

MIT

The Requires

 

by Krzysztof Graman

laravel mail imap