* Mail: fixed problem with space in folder names under current PHP 5.5.22 or 5.6.6 by updating to newest Horde and PEAR versions

This commit is contained in:
Ralf Becker 2015-03-10 09:21:45 +00:00
parent 428a3ab8fe
commit 602deb4f8f

119
composer.lock generated
View File

@ -8,21 +8,22 @@
"packages": [
{
"name": "pear-pear.horde.org/Horde_Compress",
"version": "2.0.8",
"version": "2.1.0",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Compress-2.0.8.tgz",
"url": "http://pear.horde.org/get/Horde_Compress-2.1.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
"pear-pear.horde.org/horde_mime": "<3.0.0.0",
"pear-pear.horde.org/horde_translation": "<3.0.0.0",
"pear-pear.horde.org/horde_util": "<3.0.0.0",
"php": "<6.0.0.0"
},
"replace": {
"pear-horde/horde_compress": "== 2.0.8.0"
"pear-horde/horde_compress": "== 2.1.0.0"
},
"type": "pear-library",
"autoload": {
@ -33,6 +34,9 @@
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "An API for various compression techniques."
},
{
@ -180,10 +184,10 @@
},
{
"name": "pear-pear.horde.org/Horde_Imap_Client",
"version": "2.26.0",
"version": "2.27.0",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Imap_Client-2.26.0.tgz",
"url": "http://pear.horde.org/get/Horde_Imap_Client-2.27.0.tgz",
"reference": null,
"shasum": null
},
@ -194,7 +198,7 @@
"pear-pear.horde.org/horde_mail": "<3.0.0.0",
"pear-pear.horde.org/horde_mime": "<3.0.0.0",
"pear-pear.horde.org/horde_secret": "<3.0.0.0",
"pear-pear.horde.org/horde_socket_client": "<2.0.0.0",
"pear-pear.horde.org/horde_socket_client": "<3.0.0.0",
"pear-pear.horde.org/horde_stream": "<2.0.0.0",
"pear-pear.horde.org/horde_stream_filter": "<3.0.0.0",
"pear-pear.horde.org/horde_translation": "<3.0.0.0",
@ -202,7 +206,7 @@
"php": "<6.0.0.0"
},
"replace": {
"pear-horde/horde_imap_client": "== 2.26.0.0"
"pear-horde/horde_imap_client": "== 2.27.0.0"
},
"type": "pear-library",
"autoload": {
@ -213,6 +217,9 @@
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Interface to access IMAP4rev1 (RFC 3501) mail servers. Also supports connections to POP3 (STD 53/RFC 1939)."
},
{
@ -304,10 +311,10 @@
},
{
"name": "pear-pear.horde.org/Horde_Mime",
"version": "2.6.1",
"version": "2.8.0",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Mime-2.6.1.tgz",
"url": "http://pear.horde.org/get/Horde_Mime-2.8.0.tgz",
"reference": null,
"shasum": null
},
@ -324,7 +331,7 @@
"php": "<6.0.0.0"
},
"replace": {
"pear-horde/horde_mime": "== 2.6.1.0"
"pear-horde/horde_mime": "== 2.8.0.0"
},
"type": "pear-library",
"autoload": {
@ -335,6 +342,9 @@
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Provides methods for dealing with Multipurpose Internet Mail Extensions (MIME) features (RFC 2045/2046/2047)."
},
{
@ -397,23 +407,23 @@
},
{
"name": "pear-pear.horde.org/Horde_Smtp",
"version": "1.8.0",
"version": "1.9.0",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Smtp-1.8.0.tgz",
"url": "http://pear.horde.org/get/Horde_Smtp-1.9.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"pear-pear.horde.org/horde_exception": "<3.0.0.0",
"pear-pear.horde.org/horde_mail": "<3.0.0.0",
"pear-pear.horde.org/horde_socket_client": "<2.0.0.0",
"pear-pear.horde.org/horde_socket_client": "<3.0.0.0",
"pear-pear.horde.org/horde_support": "<3.0.0.0",
"pear-pear.horde.org/horde_translation": "<3.0.0.0",
"php": "<6.0.0.0"
},
"replace": {
"pear-horde/horde_smtp": "== 1.8.0.0"
"pear-horde/horde_smtp": "== 1.9.0.0"
},
"type": "pear-library",
"autoload": {
@ -424,14 +434,17 @@
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Provides interfaces for connecting to a SMTP (RFC 5321) server to send e-mail messages."
},
{
"name": "pear-pear.horde.org/Horde_Socket_Client",
"version": "1.1.2",
"version": "2.0.0",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Socket_Client-1.1.2.tgz",
"url": "http://pear.horde.org/get/Horde_Socket_Client-2.0.0.tgz",
"reference": null,
"shasum": null
},
@ -440,7 +453,7 @@
"php": "<6.0.0.0"
},
"replace": {
"pear-horde/horde_socket_client": "== 1.1.2.0"
"pear-horde/horde_socket_client": "== 2.0.0.0"
},
"type": "pear-library",
"autoload": {
@ -451,6 +464,9 @@
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "Provides abstract class for use in creating PHP network socket clients."
},
{
@ -508,10 +524,10 @@
},
{
"name": "pear-pear.horde.org/Horde_Stream_Wrapper",
"version": "2.1.1",
"version": "2.1.2",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Stream_Wrapper-2.1.1.tgz",
"url": "http://pear.horde.org/get/Horde_Stream_Wrapper-2.1.2.tgz",
"reference": null,
"shasum": null
},
@ -519,7 +535,7 @@
"php": "<6.0.0.0"
},
"replace": {
"pear-horde/horde_stream_wrapper": "== 2.1.1.0"
"pear-horde/horde_stream_wrapper": "== 2.1.2.0"
},
"type": "pear-library",
"autoload": {
@ -530,6 +546,9 @@
"include-path": [
"/"
],
"license": [
"BSD-2-Clause"
],
"description": "A collection of stream wrappers."
},
{
@ -615,10 +634,10 @@
},
{
"name": "pear-pear.horde.org/Horde_Util",
"version": "2.5.2",
"version": "2.5.4",
"dist": {
"type": "file",
"url": "http://pear.horde.org/get/Horde_Util-2.5.2.tgz",
"url": "http://pear.horde.org/get/Horde_Util-2.5.4.tgz",
"reference": null,
"shasum": null
},
@ -627,7 +646,7 @@
"php": "<6.0.0.0"
},
"replace": {
"pear-horde/horde_util": "== 2.5.2.0"
"pear-horde/horde_util": "== 2.5.4.0"
},
"type": "pear-library",
"autoload": {
@ -638,14 +657,17 @@
"include-path": [
"/"
],
"license": [
"LGPL-2.1"
],
"description": "These classes provide functionality useful for all kind of applications."
},
{
"name": "pear-pear.php.net/Archive_Tar",
"version": "1.3.13",
"version": "1.3.15",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Archive_Tar-1.3.13.tgz",
"url": "http://pear.php.net/get/Archive_Tar-1.3.15.tgz",
"reference": null,
"shasum": null
},
@ -653,7 +675,7 @@
"php": ">=4.3.0.0"
},
"replace": {
"pear-pear/archive_tar": "== 1.3.13.0"
"pear-pear/archive_tar": "== 1.3.15.0"
},
"type": "pear-library",
"autoload": {
@ -664,22 +686,25 @@
"include-path": [
"/"
],
"license": [
"New BSD\n License"
],
"description": "This class provides handling of tar files in PHP.\nIt supports creating, listing, extracting and adding to tar files.\nGzip support is available if PHP has the zlib extension built-in or\nloaded. Bz2 compression is also supported with the bz2 extension loaded."
},
{
"name": "pear-pear.php.net/Console_Getopt",
"version": "1.3.1",
"version": "1.4.0",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Console_Getopt-1.3.1.tgz",
"url": "http://pear.php.net/get/Console_Getopt-1.4.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=4.3.0.0"
"php": ">=5.4.0.0"
},
"replace": {
"pear-pear/console_getopt": "== 1.3.1.0"
"pear-pear/console_getopt": "== 1.4.0.0"
},
"type": "pear-library",
"autoload": {
@ -690,6 +715,9 @@
"include-path": [
"/"
],
"license": [
"PHP License"
],
"description": "This is a PHP implementation of &quot;getopt&quot; supporting both\nshort and long options."
},
{
@ -723,10 +751,10 @@
},
{
"name": "pear-pear.php.net/Net_Sieve",
"version": "1.3.3",
"version": "1.3.4",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Net_Sieve-1.3.3.tgz",
"url": "http://pear.php.net/get/Net_Sieve-1.3.4.tgz",
"reference": null,
"shasum": null
},
@ -736,7 +764,7 @@
"php": ">=4.0.0.0"
},
"replace": {
"pear-pear/net_sieve": "== 1.3.3.0"
"pear-pear/net_sieve": "== 1.3.4.0"
},
"type": "pear-library",
"autoload": {
@ -747,6 +775,9 @@
"include-path": [
"/"
],
"license": [
"BSD"
],
"description": "This package provides an API to talk to servers implementing the managesieve protocol. It can be used to install and remove sieve scripts, mark them active etc."
},
{
@ -813,18 +844,18 @@
},
{
"name": "pear-pear.php.net/Structures_Graph",
"version": "1.0.4",
"version": "1.1.0",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/Structures_Graph-1.0.4.tgz",
"url": "http://pear.php.net/get/Structures_Graph-1.1.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=4.2.0.0"
"php": ">=5.3.0.0"
},
"replace": {
"pear-pear/structures_graph": "== 1.0.4.0"
"pear-pear/structures_graph": "== 1.1.0.0"
},
"type": "pear-library",
"autoload": {
@ -835,6 +866,9 @@
"include-path": [
"/"
],
"license": [
"LGPL License"
],
"description": "Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed\nand undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing\nas well as for characteristic extraction from the graph topology."
},
{
@ -899,19 +933,19 @@
},
{
"name": "pear-pear.php.net/XML_Util",
"version": "1.2.3",
"version": "1.3.0",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/XML_Util-1.2.3.tgz",
"url": "http://pear.php.net/get/XML_Util-1.3.0.tgz",
"reference": null,
"shasum": null
},
"require": {
"ext-pcre": "*",
"php": ">=4.3.0.0"
"php": ">=5.3.0.0"
},
"replace": {
"pear-pear/xml_util": "== 1.2.3.0"
"pear-pear/xml_util": "== 1.3.0.0"
},
"type": "pear-library",
"autoload": {
@ -922,6 +956,9 @@
"include-path": [
"/"
],
"license": [
"BSD License"
],
"description": "Selection of methods that are often needed when working with XML documents. Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more."
}
],