email-configuration-bug-fix-patch

Installed "tedivm/fetch": "0.6.*" package to configure email fetcing.
This commit is contained in:
Manish Verma
2016-11-04 11:15:57 +05:30
parent 7fecdb1df9
commit 57efc24003
27 changed files with 2544 additions and 93 deletions

63
composer.lock generated
View File

@@ -4,21 +4,21 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "74863d52fcd4223ce972f755ac112a52",
"content-hash": "af38f59008695dff3ad2c6cf7571b35b",
"hash": "f0d25300aea06d3f8f01b956096ac641",
"content-hash": "0501535d018ba0aa2cd290c8be4bcb93",
"packages": [
{
"name": "aws/aws-sdk-php",
"version": "3.19.22",
"version": "3.19.23",
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "04d2a027cac94674b52dfb4d68667bfe225b0fb5"
"reference": "fbfb87734e5d298b40354ac7fb3f95d0f72ad16e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/04d2a027cac94674b52dfb4d68667bfe225b0fb5",
"reference": "04d2a027cac94674b52dfb4d68667bfe225b0fb5",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fbfb87734e5d298b40354ac7fb3f95d0f72ad16e",
"reference": "fbfb87734e5d298b40354ac7fb3f95d0f72ad16e",
"shasum": ""
},
"require": {
@@ -85,7 +85,7 @@
"s3",
"sdk"
],
"time": "2016-11-02 22:24:48"
"time": "2016-11-03 20:28:28"
},
{
"name": "barryvdh/laravel-debugbar",
@@ -4007,6 +4007,55 @@
],
"time": "2016-07-26 08:03:56"
},
{
"name": "tedivm/fetch",
"version": "v0.6.1",
"source": {
"type": "git",
"url": "https://github.com/tedious/Fetch.git",
"reference": "154a84fdfa0d045c2871dd9f8708362fb9ea4acf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tedious/Fetch/zipball/154a84fdfa0d045c2871dd9f8708362fb9ea4acf",
"reference": "154a84fdfa0d045c2871dd9f8708362fb9ea4acf",
"shasum": ""
},
"require": {
"ext-imap": "*",
"php": ">=5.3.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "0.5.*",
"phpunit/phpunit": "4.2.*",
"satooshi/php-coveralls": "dev-master",
"tedivm/dovecottesting": "1.2.3"
},
"type": "library",
"autoload": {
"psr-0": {
"Fetch": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Robert Hafner",
"email": "tedivm@tedivm.com"
}
],
"description": "A PHP IMAP Library",
"homepage": "http://github.com/tedious/Fetch",
"keywords": [
"email",
"imap",
"pop3"
],
"time": "2015-01-08 03:22:20"
},
{
"name": "thomaswelton/gravatarlib",
"version": "0.1.0",