The branch "master" has been updated. The following is a summary of the commits.
from: 22178dc1cce84eca5a7c0f0be8b09ca9835fddfe f2d8a88 Fix setting FETCH_HEADERS in Fetch object. dd8acf5 BFN Summary: http://github.com/horde/horde/compare/22178dc1cce84eca5a7c0f0be8b09ca9835fddfe...dd8acf5c5d367ed418536f27d3622a79e4ab46bc ----------------------------------------------------------------------- commit f2d8a88a0f6910e773d15de7ff82d41a58a43df7 Author: Michael J Rubinsky <[email protected]> Date: Tue May 31 17:52:39 2016 -0400 Fix setting FETCH_HEADERS in Fetch object. When doing a BODY[HEADER.FIELDS] request, Horde_Imap_Client_Tokenize::next() may return a Horde_Stream object when setting the headers in Horde_Imap_Client_Socket::_parseFetch(), but Horde_Imap_Client_Data_Fetch::getHeaders() expects the cached data to be either a Horde_Mime_Headers object or a stream resource (not a Horde_Stream object). framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php | 3 +++ 1 file changed, 3 insertions(+) http://github.com/horde/horde/commit/f2d8a88a0f6910e773d15de7ff82d41a58a43df7 ----------------------------------------------------------------------- commit dd8acf5c5d367ed418536f27d3622a79e4ab46bc Author: Michael J Rubinsky <[email protected]> Date: Tue May 31 17:58:21 2016 -0400 BFN framework/Imap_Client/package.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/dd8acf5c5d367ed418536f27d3622a79e4ab46bc -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
