commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2015-01-20 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory checked in at 2015-01-20 19:01:35

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new (New)


Package is php5-pear-Horde_Imap_Client

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
  2012-12-14 10:25:20.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new/php5-pear-Horde_Imap_Client.changes
 2015-01-20 19:01:36.0 +0100
@@ -1,0 +2,858 @@
+Sun Jan 18 11:38:29 UTC 2015 - Ralf Lang l...@b1-systems.de
+
+- Version 2.26.0
+
+- [mms] Pipeline multiple IMAP LIST/LSUB calls.
+- [mms] Fix login methods that require server continutation responses.
+- [mms] Correctly handle enabled cached status when not using imapproxy.
+- [mms] Fix caching of CAPABILITY information when not using imapproxy.
+- [mms] Support pipelining of STORE + EXPUNGE if UIDPLUS is available.
+- [mms] Pipeline multiple STATUS commands if LIST-STATUS is not available.
+- [mms] Fold statusMultiple() functionality into base status() command.
+- [mms] Pipeline multiple IMAP FETCH calls.
+- [mms] Delay sending LANGUAGE command until we send another command to save a 
round-trip.
+- [mms] Delay sending ENABLE command until we send another command to save a 
round-trip.
+- [mms] Add internal support for IMAP command pipelining.
+- [mms] Fix returning the list of deleted messages in the POP3 driver.
+- [mms] Handle all additional namespace queries in a single call.
+- [mms] Workaround broken IMAP servers and prevent infinite loops (Bug #12265).
+- [mms] Add support for the DOWNGRADED IMAP response code (RFC 6858).
+- [mms] Fix caching MIME structure data in POP3 driver.
+- [mms] Enhanced parsing of POP3 data from the remote server.
+- [mms] Fix regression in Socket driver when moving messages without UIDPLUS.
+- [mms] Improved detection of client-side command errors before sending to the 
remote IMAP server.
+- [mms] Better sanity checking that we don't send binary data for mailbox 
entries.
+- [mms] Be more lenient about mailboxes containing null characters in 
Horde_Imap_Client 2.x for BC reasons.
+- [mms] Fix flushing debug buffer when unexpected data is returned from the 
remote server.
+- [mms] So many IMAP servers have issues with BINARY, that we should not send 
literal8 data unless we absolutely have to.
+- [mms] Remove read/write buffering from stream connection to remote server.
+- [mms] Ensure we only use literal8's in APPEND commands.
+- [mms] Abstract connection code into separate library, to better handle 
output buffering and error handling.
+- [mms] Fix regression in throwing exceptions when parsing POP3 server 
responses.
+- [mms] Fix regression in handling response codes in POP3 driver.
+- [mms] Fix clearing data from the MongoDB cache.
+- [mms] Added the Horde_Imap_Client::STATUS_RECENT_TOTAL return option to 
Horde_Imap_Client_Base#status().
+- [mms] More graceful handling of servers that return broken FETCH information 
(Request #12441).
+- [mms] Fix returning list of expunged UIDs when expunging all messages in a 
mailbox that doesn't support CONDSTORE (Bug #12559).
+- [mms] Translate mailbox names from UTF7-IMAP - UTF-8 in return from 
Horde_Imap_Client_Base#getMetadata() (Bug #12541).
+- [mms] Add remote POP3 server test.
+- [mms] Fix sniffing capabilities for POP3 servers that don't support the CAPA 
command.
+- [mms] Fix regression in caching for POP3 servers.
+- [mms] Cache any data returned from POP3 capability sniffing.
+- [mms] Fix regression in POP3 SASL PLAIN authentication command.
+- [mms] Fix regression in mapping message sequence numbers to UIDs when doing 
an 'all' activity in POP3.
+- [mms] Added support for the Google XOAuth2 authentication mechanism for the 
IMAP Socket driver.
+- [mms] Fix regression in retrieving CAPABILITY information after we login.
+- [mms] Fix regression in setting CAPABILITY for IMAP servers that don't 
automatically send this information after login.
+- [mms] Added the 'statuscache' property to Horde_Imap_Client_Base (Request 
#12589).
+- [mms] The 'xoauth2_token' parameter now accepts a 
Horde_Imap_Client_Base_Password object.
+- [mms] Deprecated the 'encryptKey' parameter and instead support passing a 
Horde_Imap_Client_Base_Password object into the 'password' parameter.
+- [mms] Added the Horde_Imap_Client::STATUS_FORCE_REFRESH flag.
+- [mms] Workaround servers that don't advertise UIDL until after 
authentication.
+- [mms] Fix parsing continuation requests sent in SASL AUTH command (RFC 5034).
+- [mms] By default, use TLS if available and necessary to login to server.
+- [mms] Fix adding status information to listMailboxes() return when 

commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2012-12-14 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory checked in at 2012-12-14 10:25:17

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new (New)


Package is php5-pear-Horde_Imap_Client, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
  2012-11-28 14:52:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new/php5-pear-Horde_Imap_Client.changes
 2012-12-14 10:25:20.0 +0100
@@ -1,0 +2,14 @@
+Tue Dec 11 07:23:46 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 2.3.2 for Horde 5
+- [mms] Complete workaround for broken BINARY extension on Cyrus servers.
+- [mms] Another workaround for broken Cyrus APPEND behavior (Bug #11769).
+- [mms] Fix sending literal mailbox data to an IMAP server (Bug #11800).
+- [mms] Add Horde_Imap_Client_Data_Format_String#getStream().
+- [jan] Fix Dutch translation (Arjen de Korte build+ho...@de-korte.org).
+- [mms] Fix regression in POP3 driver for servers that don't support the 
RESP-CODES extension.
+- [mms] Fix client-side address sorting (Bug #11820).
+- [mms] Optimizations to IMAP token parser.
+- [mms] Fix setting language value when language is returned in an IMAP list.
+
+---
@@ -11 +24,0 @@
-
@@ -13 +26 @@
-Tue Nov 20 15:36:43 UTC 2012 -  sag...@b1-systems.de
+Tue Nov 20 15:36:43 UTC 2012 - Rico Sagner sag...@b1-systems.de

Old:

  Horde_Imap_Client-2.2.2.tgz

New:

  Horde_Imap_Client-2.3.2.tgz



Other differences:
--
++ php5-pear-Horde_Imap_Client.spec ++
--- /var/tmp/diff_new_pack.moQ5GJ/_old  2012-12-14 10:25:22.0 +0100
+++ /var/tmp/diff_new_pack.moQ5GJ/_new  2012-12-14 10:25:22.0 +0100
@@ -19,19 +19,19 @@
 %define peardir %(pear config-get php_dir 2 /dev/null || echo 
%{_datadir}/pear)
 %define xmldir  /var/lib/pear
 
-Summary:PEAR: Horde IMAP abstraction interface
+Summary:Horde IMAP abstraction interface
 License:LGPL-2.1
 Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Imap_Client
-Version:2.2.2
+Version:2.3.2
 Release:0
 Source0:http://pear.horde.org/get/Horde_Imap_Client-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Imap_Client
 Requires:   php = 5.3.3
 BuildRequires:  php = 5.3.3
-BuildRequires:  php-pear = 1.4.7
+BuildRequires:  php-pear = 1.7.0
 Requires:   php-pear = 1.7.0
 Requires:   php5-pear-Horde_Cache = 2.0.0
 Requires:   php5-pear-Horde_Exception = 2.0.0
@@ -56,6 +56,7 @@
 %description
 This package provides an abstracted API interface to various IMAP4rev1 
 (RFC3501) backend drivers. It is faster than the php5-imap implementation
+Also supports connections to POP3 (STD 53/RFC 1939).
 
 %prep
 %setup -c -T

++ Horde_Imap_Client-2.2.2.tgz - Horde_Imap_Client-2.3.2.tgz ++
 48716 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory checked in at 2012-11-28 14:52:44

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new (New)


Package is php5-pear-Horde_Imap_Client, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
  2012-01-19 16:56:33.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new/php5-pear-Horde_Imap_Client.changes
 2012-11-28 14:52:46.0 +0100
@@ -1,0 +2,89 @@
+Tue Nov 27 21:16:58 UTC 2012 - Ralf Lang l...@b1-systems.de
+
+- Version 2.2.2
+- [jan] Add Dutch translation (Arjen de Korte build+ho...@de-korte.org).
+- [mms] Fix returning UIDNEXT when using UIDNEXT_FORCE and the server does not 
automatically return this information.
+- [mms] Significant optimization to append() command.
+- [mms] Add abstracted syncing methods to Horde_Imap_Client_Base.
+- [mms] Workaround broken BINARY extension on Cyrus servers.
+
+
+---
+Tue Nov 20 15:36:43 UTC 2012 -  sag...@b1-systems.de
+
+- Version 2.2.0
+- [mms] LIST-STATUS does not depend on LIST-EXTENDED.
+- [mms] Add dependency checking for capabilities.
+- [mms] Allow multiple date searches to be specified in a single AND search 
query.
+- [mms] Fix deleting cached mailbox when mailbox name is given as an object.
+- [mms] Fix 'changedsince' and 'vanished' parameters' in the fetch() command 
(Bug #10915).
+- [jan] Add German translation.
+- [jan] Add Spanish translation (Manuel P. Ayala may...@unex.es).
+- [mms] Implement more efficient serialization for Thread data objects.
+- [mms] Move server debug information from exception error message to 
'details' property of exception object.
+- [mms] Fix METADATA_TOOMANY and METADATA_NOPRIVATE exception codes.
+- [mms] All user-directed exception messages are now translated.
+- [mms] Added Horde_Imap_Client_Exception_NoSupportExtension.
+- [mms] Incorrect method calls now throw SPL errors instead of 
Horde_Imap_Client_Exceptions.
+- [jan] Fix translations when installed through PEAR.
+- [mms] Fix objects where the password is not being encrypted (Bug #10950).
+- [mms] Workaround non-ASCII data in bodystructure return from IMAP server.
+- [mms] Fix several faulty translation strings (Bug #10958).
+- [mms] Re-release of 1.4.3 due to broken PEAR .tgz package.
+- [mms] Add Horde_Imap_Client_Base#setParam() (Bug #10680).
+- [mms] Return correct authentication error if authentication fails after the 
original login (Bug #11007).
+- [mms] Do case-insensitive check for NIL in IMAP data.
+- [mms] Correctly support RFC 822 groups in envelope data.
+- [mms] Envelope address data now returned as Horde_Mail_Rfc822_Address 
objects.
+- [mms] Other places where bodystructure may return literals.
+- [mms] Workaround PHP bug when using serialized Envelope data created by 
Horde_Imap_Client  1.5.0 (Bug #11026).
+- [mms] Fix accessing STATUS information for mailboxes with non 7-bit 
characters.
+- [mms] Fix 'vanished' return from fetch().
+- [mms] Fix CHANGEDSINCE search if no FETCH attributes were specified (Bug 
#11132).
+- [mms] Fix search charset detection for servers that do not send the 
BADCHARSET response code (Bug #7).
+- [mms] Workaround IMAP servers with broken CATENATE implementations (Bug 
#1).
+- [jan] Fix sending ID requests.
+- [jan] Add Finnish translation (Leena Heino li...@uta.fi).
+- [mms] Rewrite of caching system. Fixes a few bugs, and should be more 
efficient.
+- [mms] Clear imapproxy status when logging out.
+- [mms] Fixed PHP 5.2 incompatibility (Bug #11137).
+- [mms] Fix regression in caching code (Bug #11143).
+- [mms] Improved handling of multi-accessed mailboxes and the 
FETCH/STORE/SEARCH commands (RFC 2180 [2-4]).
+- [mms] Fix sorting of numeric mailboxes with leading zeros.
+- [mms] Optimize statusMultiple() when polling mailboxes containing wildcard 
characters.
+- [mms] Correctly handle any resource key supported by the QUOTA extension.
+- [mms] Fix determining sequence numbers when caching is active (Bug #11294).
+- [mms] Fix CRAM-MD5 authentication (Bug #11449; patric...@patrickdk.com).
+- [mms] Allow SSL version to be explicitly chosen via 'secure' configuration 
option (Request #11435).
+- [mms] Fix POP3 regression that broken envelope data parsing (Bug #11477).
+- [mms] Fix outputting the host part when using 
Horde_Imap_Client_Utils#createUrl().
+- [mms] Fix obtaining UIDs for APPENDed messages when the server doesn't 
support APPENDUID.
+- [mms] Fix reinitializing a prior authenticated client object when the IMAP 
server subsequently becomes unavailable (Bug #11413).
+- [mms] Fix CRAM-MD5 

commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2012-01-19 Thread h_root
Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory checked in at 2012-01-19 16:56:32

Comparing /work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client (Old)
 and  /work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new (New)


Package is php5-pear-Horde_Imap_Client, Maintainer is 

Changes:

--- 
/work/SRC/openSUSE:Factory/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
  2011-09-23 12:40:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.php5-pear-Horde_Imap_Client.new/php5-pear-Horde_Imap_Client.changes
 2012-01-19 16:56:33.0 +0100
@@ -1,0 +2,37 @@
+Fri Jan 13 13:48:26 UTC 2012 - l...@b1-systems.de
+
+- added license
+- version 1.3.1
+- [mms] Remove dependency on Auth_SASL.
+- [mms] Fix client-side Cc/From/To sorting (Bug #10503).
+- [mms] Improved IMAP debug logging.
+- [mms] Fix search charset determination for servers that support SORT amp; 
ESORT (Bug #10479).
+- [mms] Improved phpdoc documentation.
+- [mms] API CHANGE: Add shortcuts to get MIME decoded envelope information.
+- [mms] Automatically authenticate to server when using a command that 
requires an authenticated/selected state (Bug #10473).
+- [mms] Fixed setting data for several POP3 fetch results.
+- [mms] Parsing/generating sequence strings for POP3 servers has been fixed.
+- [mms] Removed unmaintained Mock driver.
+- [mms] API CHANGE: Added Horde_Imap_Client_Mailbox to provide way to 
accurately switch between UTF7-IMAP and UTF-8 mailbox representations.
+- [mms] API CHANGE: Deprecate Horde_Imap_Client_Base::parseCommandArray() - 
use Horde_Imap_Client_Utils::parseCommandArray() instead.
+- [mms] API CHANGE: Added a required parameter (apos;baseobapos;) to 
Horde_Imap_Client_Cache constructor.
+- [mms] API CHANGE: Added Horde_Imap_Client_Base::writeDebug().
+- [mms] API CHANGE: Added Horde_Imap_Client_Base::getIdsOb().
+- [mms] API CHANGE: Deprecate Horde_Imap_Client_Cache::singleton().
+- [mms] Workaround missing search charset support in the Socket driver (Bug 
#10726).
+- [mms] Only add CHARSET data to SEARCH queries if necessary (Bug #10726).
+- [mms] Work around broken headers in IMAP envelope data.
+- [mms] LIST-STATUS does not depend on LIST-EXTENDED.
+- [mms] Add dependency checking for capabilities.
+- [mms] Remove Cclient drivers.
+- [mms] Fix deletion of cached message entries.
+
+
+---
+Sat Aug 27 19:41:48 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.13
+- [mms] Encrypted data is already base64 encoded (Bug #10285).
+- Fix typo that prevented deletion of messages on POP3 servers (Bug #10424).
+
+---

Old:

  Horde_Imap_Client-1.0.11.tgz

New:

  Horde_Imap_Client-1.3.1.tgz



Other differences:
--
++ php5-pear-Horde_Imap_Client.spec ++
--- /var/tmp/diff_new_pack.vRFqxa/_old  2012-01-19 16:56:34.0 +0100
+++ /var/tmp/diff_new_pack.vRFqxa/_new  2012-01-19 16:56:34.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package php5-pear-Horde_Imap_Client
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,12 @@
 %define xmldir  /var/lib/pear
 
 Summary:PEAR: Horde IMAP abstraction interface
+License:LGPL-2.1
+Group:  Development/Libraries/PHP
 
 Name:   php5-pear-Horde_Imap_Client
-Version:1.0.11
-Release:1
-License:LGPLv2.1
-Group:  Development/Libraries/PHP
+Version:1.3.1
+Release:0
 Source0:http://pear.horde.org/get/Horde_Imap_Client-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pear.horde.org/package/Horde_Imap_Client
@@ -33,6 +33,9 @@
 Requires:   php5-pear-Horde_Exception  2.0.0
 Requires:   php5-pear-Horde_Mime  2.0.0
 Requires:   php5-pear-Horde_Util  2.0.0
+Requires:   php5-pear-Horde_Secret  2.0.0
+Requires:   php5-pear-Horde_Cache  2.0.0
+Requires:   php5-pear-Horde_Stream_Filter  2.0.0
 Requires:   php5-pear = 1.7.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
@@ -98,5 +101,6 @@
 
 %{peardir}/*
 %{xmldir}/Horde_Imap_Client.xml
+%doc %{_docdir}/%{name}
 
 %changelog

++ Horde_Imap_Client-1.0.11.tgz - Horde_Imap_Client-1.3.1.tgz ++
 36688 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: 

commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2011-08-16 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory
checked in at Tue Aug 16 12:34:55 CEST 2011.




--- php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes 
2011-06-15 15:54:21.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
2011-08-14 23:14:31.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug 14 21:13:41 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.11
+- [jan] Fix stripping attachments from mailboxes with non-ascii names.
+- [mjr] Fix incorrect method name in Pop3 Socket driver.
+- [mms] Fix OR search if first search element contains more than one search 
criteria (Bug #10404).
+- [mms] Fix invalid IMAP command being sent if a changedsince search was empty.
+- [mms] Fix regression in POP3 Socket driver that caused incorrect parsing of 
server data (Bug #10417).
+  
+
+---

calling whatdependson for head-i586


Old:

  Horde_Imap_Client-1.0.8.tgz

New:

  Horde_Imap_Client-1.0.11.tgz



Other differences:
--
++ php5-pear-Horde_Imap_Client.spec ++
--- /var/tmp/diff_new_pack.GhwdUB/_old  2011-08-16 12:34:38.0 +0200
+++ /var/tmp/diff_new_pack.GhwdUB/_new  2011-08-16 12:34:38.0 +0200
@@ -22,9 +22,9 @@
 Summary:PEAR: Horde IMAP abstraction interface
 
 Name:   php5-pear-Horde_Imap_Client
-Version:1.0.8
+Version:1.0.11
 Release:1
-License:LGPL-3.0+
+License:LGPLv2.1
 Group:  Development/Libraries/PHP
 Source0:http://pear.horde.org/get/Horde_Imap_Client-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ Horde_Imap_Client-1.0.8.tgz - Horde_Imap_Client-1.0.11.tgz ++
 36231 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2011-06-30 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory
checked in at Thu Jun 30 16:40:52 CEST 2011.




--- php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes 
2011-06-09 16:19:15.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
2011-06-15 15:54:21.0 +0200
@@ -1,0 +2,8 @@
+Wed Jun 15 13:51:43 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.8
+- [mms] Fix re-subscribing to child mailboxes of a renamed mailbox (Bug 
#10212).
+- [mms] Fix base subject generation under RFC 5256 [2.1].
+- More precise license statement
+
+---

calling whatdependson for head-i586


Old:

  Horde_Imap_Client-1.0.7.tgz

New:

  Horde_Imap_Client-1.0.8.tgz



Other differences:
--
++ php5-pear-Horde_Imap_Client.spec ++
--- /var/tmp/diff_new_pack.fR3k01/_old  2011-06-30 16:40:21.0 +0200
+++ /var/tmp/diff_new_pack.fR3k01/_new  2011-06-30 16:40:21.0 +0200
@@ -22,9 +22,9 @@
 Summary:PEAR: Horde IMAP abstraction interface
 
 Name:   php5-pear-Horde_Imap_Client
-Version:1.0.7
+Version:1.0.8
 Release:1
-License:LGPL
+License:LGPL-3.0+
 Group:  Development/Libraries/PHP
 Source0:http://pear.horde.org/get/Horde_Imap_Client-%{version}.tgz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -34,7 +34,6 @@
 Requires:   php5-pear-Horde_Mime  2.0.0
 Requires:   php5-pear-Horde_Util  2.0.0
 Requires:   php5-pear = 1.7.0
-Conflicts:  php5-pear-Horde_Exception = 2.0.0, php5-pear-Horde_Mime = 
2.0.0, php5-pear-Horde_Util = 2.0.0
 BuildRequires:  php5-pear-channel-horde
 Requires:   php5-pear-channel-horde
 BuildArch:  noarch

++ Horde_Imap_Client-1.0.7.tgz - Horde_Imap_Client-1.0.8.tgz ++
 36007 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit php5-pear-Horde_Imap_Client for openSUSE:Factory

2011-06-14 Thread h_root

Hello community,

here is the log from the commit of package php5-pear-Horde_Imap_Client for 
openSUSE:Factory
checked in at Tue Jun 14 17:17:11 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ 
/mounts/work_src_done/STABLE/php5-pear-Horde_Imap_Client/php5-pear-Horde_Imap_Client.changes
2011-06-09 16:19:15.0 +0200
@@ -0,0 +1,65 @@
+---
+Thu Jun  9 14:20:01 UTC 2011 - l...@b1-systems.de
+
+- moved docs to docdir
+
+---
+Wed Jun  1 21:20:02 UTC 2011 - l...@b1-systems.de
+
+- version 1.0.7
+- [mms] Support response code for POP3 servers (RFC 2449/3206).
+- [mms] Enable cache support for POP3 Socket driver (FETCH data only).
+- [mms] Fix APOP authentication for POP3 Socket driver.
+- [mms] Fix regression with UTF7-IMAP encoding of non-ascii folder names (Bug 
#10093).
+
+
+---
+Thu May 26 11:55:54 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.6
+- [mms] Fix changedsince FETCH results when no cacheable fields were present 
in query.
+- [mms] Fix/optimize updating Sequence -gt; UID list when processing EXPUNGEs 
(Bug #10097).
+- [mms] Fix UTF-8 -gt; UTF7-IMAP encoding of ampersands (Bug #10093).
+- [mms] Fix setACL() for Socket driver (was always doing replace instead of 
add/remove).
+- [mms] Fix ACL parsing on RFC 2086 server implementations (Bug #10079).
+- [mms] More than one SEARCH response may be sent, so donapos;t overwrite 
existing values.
+- [mms] Disable search caching if a mailbox reports it does not support mod 
sequences (Bug #9833).
+- [mms] Fix storing IMAP flag cache info if specifying both add and remove 
options to store().
+ 
+
+---
+Wed May 18 14:56:21 UTC 2011 - l...@b1-systems.de
+
+- Version 1.0.5
+- [mms] Fix OVERQUOTA Exception error constant (Bug #10068; Felipe Zipitría 
lt;fz...@fing.edu.uygt;).
+- [mms] Correctly return PERMANENTFLAGS information if missing in server 
return.
+- [mms] Optimizing expunging when using QRESYNC.
+- [mms] Optimize re-opening a mailbox R/W if using CONDSTORE/QRESYNC.
+- [mms] Optimize statusMultiple() for currently selected mailbox.
+- [mms] Optimize search()/thread() in empty mailboxes.
+- [mms] Filter CAPABILITY return if sent in response code (Bug #9976).
+- [mms] Correctly limit FETCH results when specifying changedsince or vanished 
options and all requested fetch data is already cached.
+- [mms] Fix intermittent issues retrieving FETCH results in Socket driver.
+- [mms] Optimize expunging in Socket driver with UIDPLUS servers.
+- [mms] Fix parsing NAMESPACE response in Socket driver (Bug #9970).
+- Return cloned objects from Data results, to prevent issues when caching (Bug 
#9931).
+- Optimize listing subscribed mailboxes for certain queries.
+- Add support for PARTIAL search/sort results return (RFC 5267 [4.4]).
+- Add support for SEARCH=FUZZY (RFC 6203).
+
+
+---
+Wed Apr 20 20:57:49 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.2
+
+---
+Wed Apr  6 12:13:31 UTC 2011 - l...@b1-systems.de
+
+- Updating to version 1.0.0
+
+---
+Thu Mar 17 09:14:30 UTC 2011 - l...@b1-systems.de
+
+- Initial commit of version 1.0.0beta1
+

calling whatdependson for head-i586


New:

  Horde_Imap_Client-1.0.7.tgz
  php5-pear-Horde_Imap_Client.changes
  php5-pear-Horde_Imap_Client.spec



Other differences:
--
++ php5-pear-Horde_Imap_Client.spec ++
#
# spec file for package php5-pear-Horde_Imap_Client
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define peardir %(pear config-get php_dir 2 /dev/null || echo %{_datadir}/pear)
%define xmldir  /var/lib/pear

Summary:PEAR: Horde IMAP abstraction interface

Name:   php5-pear-Horde_Imap_Client
Version:1.0.7
Release:1
License:LGPL
Group:  Development/Libraries/PHP
Source0: