[Web] Adjust mailbox format

[Web] Include IMAP lib for future use
[Web] Fix default exception handler
[Web] Fix sync job edit forms
[Web] Other minor fixes
This commit is contained in:
andryyy
2018-11-12 10:03:50 +01:00
parent f9bfac4d27
commit d82c2bfdb7
90 changed files with 5671 additions and 56 deletions

View File

@@ -4,8 +4,67 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3edeec2e3fa875d4f9d5e7f22a8179be",
"content-hash": "baad410246ce54c06f9bbc7761e02a76",
"packages": [
{
"name": "ddeboer/imap",
"version": "1.5.5",
"source": {
"type": "git",
"url": "https://github.com/ddeboer/imap.git",
"reference": "acf56f54375babb27a245338a13f4e8246975268"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ddeboer/imap/zipball/acf56f54375babb27a245338a13f4e8246975268",
"reference": "acf56f54375babb27a245338a13f4e8246975268",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-imap": "*",
"ext-mbstring": "*",
"php": "^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.10",
"phpstan/phpstan": "^0.9.1",
"phpstan/phpstan-phpunit": "^0.9.3",
"phpunit/phpunit": "^6.5 || ^7.0",
"zendframework/zend-mail": "^2.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Ddeboer\\Imap\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David de Boer",
"email": "david@ddeboer.nl"
},
{
"name": "Community contributors",
"homepage": "https://github.com/ddeboer/imap/graphs/contributors"
},
{
"name": "Filippo Tessarotto",
"email": "zoeslam@gmail.com"
}
],
"description": "Object-oriented IMAP for PHP",
"keywords": [
"email",
"imap",
"mail"
],
"time": "2018-08-21T07:30:59+00:00"
},
{
"name": "php-mime-mail-parser/php-mime-mail-parser",
"version": "2.11.1",