The branch "imp_6_1" has been updated. The following is a summary of the commits.
from: 583c384d243c248ca5c8d7aeb0f14407fbc884f5 f1a9c26 validate imap object's internal password against imp's auth credentials in authenticateCallback. This affects the root cause of #11766, #11789, #10228 ea31f9f Bug: 11745 Remove duplicate, erroneous assignment from bad merge. 4d462c2 BFN 36aec65 phpdoc 558a944 phpdoc, catch Horde_ActiveSync_Exception, not Horde_Exception 9bd6a44 Bug: 11805 Ensure we use the proper transfer encoding when saving to sent. 527fdc3 BFN 3f1ca5b Use a stream. b095fab Flags should be an array. Hopefully fixes Bug: 11741. e7c9f2e Log a message specifically for dening access per policy. 0cee90b BFN 51d8ed9 Not needed 5fd14a9 Fix removing folders via the device. 64f2707 No need for return values. 4276c57 Propagate the exception up the call stack. 2227ca7 phpdoc tweaks/error corrections. 6454945 Immediately close the session when using Horde_Session_Null sessions. 5331647 [mms] Fix default_domain parameter to Horde_Mail_Rfc822 (Bug #11804). ce29d13 More phpdoc and minor tweaks. 1323a48 More phpdoc fixes. 1afb2df Use Horde_ActiveSync_Exception 69fac76 One more Horde_Exception -> Horde_ActiveSync_Exception 227b42b Bug: 11808 Fix GAL searching. 9a506d4 BFN 11e2806 Released Horde_Mail-2.0.2 acce7a1 Development mode for Horde_Mail-2.0.3 8368d58 Released Horde_Imap_Client-2.3.0 84224d3 Development mode for Horde_Imap_Client-2.3.1 539c6ae Revert "validate imap object's internal password against imp's auth credentials in authenticateCallback." 9b01ba5 [jan] Defer navigation in dynamic view until environment has been initialized. 8c214ba [jan] Link back to application from preference screen. f70eab2 Update file list. 8f1efb3 [jan] Correctly format all-day events (Bug #11767). b9f02ac [jan] Return date-only values as floating dates (Bug #11767). 928583b Change this to info level. a682863 Bug #11806 Must encode headers before sending to the mailer. Signed-off-by: Michael J Rubinsky <[email protected]> fbdbfb6 Must ensure the recipients are encoded properly before sending. 4c1b9ec BFN dcf5d86 Fix regression in updating message read flag. 780081e changelog 9288f04 A bit of cleanup, start removing some TODOs 91ae561 Mark Kolab folders as default when changing default share preferences, without a hook. f4d0606 Use default Kolab folders for default share preferences. 4337d5f Update fr translation. 260730d Cache isPolled() call ee1214a Move some often-used strings to a constant bc6fdb4 Only init this value once 537c516 fix line spacing 0d809af Slightly more optimized advance pointer call e399df9 Tokenize object cannot be serialized 5fe1820 Fix flushIterator() when current tokenize object has yet to be accessed 86028b3 [mms] Fix setting language value when language is returned in an IMAP list. 73653c0 [mms] Optimizations to IMAP token parser. b7bbdb4 Optimize token stream flushing when we don't need the underlying data 1635be0 Merge branch 'master' into imp_6_1 8d2c1c1 fix tostring - it is causing segfaults for some reason if casting master object to a string 9a39c73 Fix iterator flushing within sublevel objects ----------------------------------------------------------------------- commit f1a9c26a2e5e8b5edf4216f6278426593e4dda69 Author: Ralf Lang <[email protected]> Date: Mon Dec 3 16:32:19 2012 +0200 validate imap object's internal password against imp's auth credentials in authenticateCallback. This affects the root cause of #11766, #11789, #10228 imp/lib/Auth.php | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/f1a9c26a2e5e8b5edf4216f6278426593e4dda69 ----------------------------------------------------------------------- commit ea31f9fb010d093c07b00c39f85533293f792cea Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 10:20:43 2012 -0500 Bug: 11745 Remove duplicate, erroneous assignment from bad merge. framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/ea31f9fb010d093c07b00c39f85533293f792cea ----------------------------------------------------------------------- commit 4d462c22742104c73ad9eb5e522a9fff530e5893 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 10:25:13 2012 -0500 BFN framework/ActiveSync/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/4d462c22742104c73ad9eb5e522a9fff530e5893 ----------------------------------------------------------------------- commit 36aec650cf9b1952d1cacd965971bfc193796229 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 10:41:23 2012 -0500 phpdoc framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/36aec650cf9b1952d1cacd965971bfc193796229 ----------------------------------------------------------------------- commit 558a944df370d42c535c52a875a4d8ce59cd0fb6 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 11:53:14 2012 -0500 phpdoc, catch Horde_ActiveSync_Exception, not Horde_Exception framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php | 24 +++--- framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 2 +- framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) http://git.horde.org/horde-git/-/commit/558a944df370d42c535c52a875a4d8ce59cd0fb6 ----------------------------------------------------------------------- commit 9bd6a44fc314b635f66c5e95f0e21c3fea3793ab Author: [email protected] <[email protected]> Date: Mon Dec 3 12:44:54 2012 -0500 Bug: 11805 Ensure we use the proper transfer encoding when saving to sent. Signed-off-by: Michael J Rubinsky <[email protected]> framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/9bd6a44fc314b635f66c5e95f0e21c3fea3793ab ----------------------------------------------------------------------- commit 527fdc307deb9179843d3a9ed2fb62e51aacd9e5 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 12:47:45 2012 -0500 BFN framework/Core/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/527fdc307deb9179843d3a9ed2fb62e51aacd9e5 ----------------------------------------------------------------------- commit 3f1ca5bab3dce8dd2a7f8dbd7f4ec5e26382fca8 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 12:49:18 2012 -0500 Use a stream. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/3f1ca5bab3dce8dd2a7f8dbd7f4ec5e26382fca8 ----------------------------------------------------------------------- commit b095fab9dc19bd7e2d35ae992f54f4e6bfe6931d Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 13:25:43 2012 -0500 Flags should be an array. Hopefully fixes Bug: 11741. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php | 8 +++--- 1 files changed, 4 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/b095fab9dc19bd7e2d35ae992f54f4e6bfe6931d ----------------------------------------------------------------------- commit e7c9f2e49c9cc12fc4c02559eff682d717d689ab Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 13:41:34 2012 -0500 Log a message specifically for dening access per policy. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/e7c9f2e49c9cc12fc4c02559eff682d717d689ab ----------------------------------------------------------------------- commit 0cee90b69ccfd52868359949655b3ca950d2d8c5 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 13:44:45 2012 -0500 BFN framework/ActiveSync/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/0cee90b69ccfd52868359949655b3ca950d2d8c5 ----------------------------------------------------------------------- commit 51d8ed93edf0c5f37bc8ce9c644a14e8a464a756 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 13:59:13 2012 -0500 Not needed .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/51d8ed93edf0c5f37bc8ce9c644a14e8a464a756 ----------------------------------------------------------------------- commit 5fd14a9db2d976f47b713845ab321a820cb66cf9 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 13:59:24 2012 -0500 Fix removing folders via the device. framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/5fd14a9db2d976f47b713845ab321a820cb66cf9 ----------------------------------------------------------------------- commit 64f27073fbdce8bffb0779bce0e6933bd4daf0ef Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 14:02:42 2012 -0500 No need for return values. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php | 15 +---- 1 files changed, 3 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/64f27073fbdce8bffb0779bce0e6933bd4daf0ef ----------------------------------------------------------------------- commit 4276c57d008e5f671bf1dcf7472d177e9dcd1ab3 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 14:02:54 2012 -0500 Propagate the exception up the call stack. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) http://git.horde.org/horde-git/-/commit/4276c57d008e5f671bf1dcf7472d177e9dcd1ab3 ----------------------------------------------------------------------- commit 2227ca7eb0173a917e92588544c94a11cf83e0c4 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 14:21:55 2012 -0500 phpdoc tweaks/error corrections. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 10 +- framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 32 +++-- .../lib/Horde/ActiveSync/Message/AirSyncBaseAttachment.php | 10 ++ .../ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBody.php | 15 ++ .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php | 15 ++ framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 17 +-- 6 files changed, 77 insertions(+), 22 deletions(-) http://git.horde.org/horde-git/-/commit/2227ca7eb0173a917e92588544c94a11cf83e0c4 ----------------------------------------------------------------------- commit 645494515230ddfd89b435c711e480e7b0468a0c Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 14:37:44 2012 -0500 Immediately close the session when using Horde_Session_Null sessions. Avoids the potential for session lock issues. See Bug: 11809 framework/Core/lib/Horde/Session/Null.php | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/645494515230ddfd89b435c711e480e7b0468a0c ----------------------------------------------------------------------- commit 5331647d1f940c3fcb99fb7e82977bb21423ec9b Author: Michael M Slusarz <[email protected]> Date: Mon Dec 3 16:08:27 2012 -0700 [mms] Fix default_domain parameter to Horde_Mail_Rfc822 (Bug #11804). framework/Mail/lib/Horde/Mail/Rfc822.php | 12 ++++++++---- framework/Mail/package.xml | 4 ++-- framework/Mail/test/Horde/Mail/ParseTest.php | 23 +++++++++++++++++++++++ 3 files changed, 33 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/5331647d1f940c3fcb99fb7e82977bb21423ec9b ----------------------------------------------------------------------- commit ce29d132f9aef21a4a526067aa9124a281d8de36 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 16:26:56 2012 -0500 More phpdoc and minor tweaks. .../lib/Horde/ActiveSync/Message/AirSyncBaseAttachment.php | 9 + .../ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBody.php | 6 + .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php | 5 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 27 ++- framework/ActiveSync/lib/Horde/ActiveSync/Message/Attachment.php | 17 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Attendee.php | 16 +- framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 7 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php | 88 +++++ framework/ActiveSync/lib/Horde/ActiveSync/Message/Exception.php | 30 ++ framework/ActiveSync/lib/Horde/ActiveSync/Message/Flag.php | 32 ++- framework/ActiveSync/lib/Horde/ActiveSync/Message/Folder.php | 19 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 54 +++- .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php | 82 +++- framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php | 19 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php | 17 + .../ActiveSync/lib/Horde/ActiveSync/Message/TaskRecurrence.php | 20 + framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 1 + 17 files changed, 416 insertions(+), 33 deletions(-) http://git.horde.org/horde-git/-/commit/ce29d132f9aef21a4a526067aa9124a281d8de36 ----------------------------------------------------------------------- commit 1323a48a561aa0d01a38008fa5080b1f795f6511 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 21:06:02 2012 -0500 More phpdoc fixes. Slowly fixing errors caught by new phpdocumentor script. .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php | 6 ++- .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php | 10 +++++ framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php | 7 ++- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 9 +++- 4 files changed, 26 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/1323a48a561aa0d01a38008fa5080b1f795f6511 ----------------------------------------------------------------------- commit 1afb2dfb2e098ca8607a7b388c9248a40c88cfe3 Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 21:21:06 2012 -0500 Use Horde_ActiveSync_Exception framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/1afb2dfb2e098ca8607a7b388c9248a40c88cfe3 ----------------------------------------------------------------------- commit 69fac761d98260640d2d804facc6ba7a558ca56c Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 21:25:11 2012 -0500 One more Horde_Exception -> Horde_ActiveSync_Exception framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/69fac761d98260640d2d804facc6ba7a558ca56c ----------------------------------------------------------------------- commit 227b42be5a480c3b92fb74ea8f794a068b5d0682 Author: [email protected] <[email protected]> Date: Mon Dec 3 21:29:46 2012 -0500 Bug: 11808 Fix GAL searching. Signed-off-by: Michael J Rubinsky <[email protected]> framework/Core/lib/Horde/Core/ActiveSync/Connector.php | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/227b42be5a480c3b92fb74ea8f794a068b5d0682 ----------------------------------------------------------------------- commit 9a506d45c937030d323d754661cc18457734dcaa Author: Michael J Rubinsky <[email protected]> Date: Mon Dec 3 21:31:23 2012 -0500 BFN framework/Core/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/9a506d45c937030d323d754661cc18457734dcaa ----------------------------------------------------------------------- commit 11e2806b5d9074b2a0c0911802e495ff0bfb14e2 Author: Michael M Slusarz <[email protected]> Date: Mon Dec 3 20:39:33 2012 -0700 Released Horde_Mail-2.0.2 framework/Mail/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/11e2806b5d9074b2a0c0911802e495ff0bfb14e2 ----------------------------------------------------------------------- commit acce7a1f70540b80db85d280c2020969219b16a9 Author: Michael M Slusarz <[email protected]> Date: Mon Dec 3 20:39:34 2012 -0700 Development mode for Horde_Mail-2.0.3 framework/Mail/package.xml | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/acce7a1f70540b80db85d280c2020969219b16a9 ----------------------------------------------------------------------- commit 8368d5851f53748f7f12c5adf2aa30e984733fff Author: Michael M Slusarz <[email protected]> Date: Mon Dec 3 20:41:56 2012 -0700 Released Horde_Imap_Client-2.3.0 framework/Imap_Client/package.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/8368d5851f53748f7f12c5adf2aa30e984733fff ----------------------------------------------------------------------- commit 84224d319b6862842bbf21dc06156ee903d0f6fa Author: Michael M Slusarz <[email protected]> Date: Mon Dec 3 20:41:56 2012 -0700 Development mode for Horde_Imap_Client-2.3.1 framework/Imap_Client/package.xml | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/84224d319b6862842bbf21dc06156ee903d0f6fa ----------------------------------------------------------------------- commit 539c6aee33777ebec2f055163e34b750cf68d472 Author: Ralf Lang <[email protected]> Date: Tue Dec 4 09:32:40 2012 +0200 Revert "validate imap object's internal password against imp's auth credentials in authenticateCallback." See discussion on dev@ list - fix is not acceptable, a horde wide solution needs to be found. This reverts commit f1a9c26a2e5e8b5edf4216f6278426593e4dda69. imp/lib/Auth.php | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) http://git.horde.org/horde-git/-/commit/539c6aee33777ebec2f055163e34b750cf68d472 ----------------------------------------------------------------------- commit 9b01ba54e220d62ef0bcbe3255e3faba2d6c10ba Author: Jan Schneider <[email protected]> Date: Tue Dec 4 00:24:54 2012 +0100 [jan] Defer navigation in dynamic view until environment has been initialized. kronolith/docs/CHANGES | 1 + kronolith/js/kronolith.js | 8 +++++++- kronolith/package.xml | 2 ++ 3 files changed, 10 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/9b01ba54e220d62ef0bcbe3255e3faba2d6c10ba ----------------------------------------------------------------------- commit 8c214ba733b36ef0c11962fea23cf1d9766fa23e Author: Jan Schneider <[email protected]> Date: Tue Dec 4 11:28:47 2012 +0100 [jan] Link back to application from preference screen. framework/Core/lib/Horde/Core/Prefs/Ui.php | 12 +++++++++++- framework/Core/package.xml | 2 ++ 2 files changed, 13 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8c214ba733b36ef0c11962fea23cf1d9766fa23e ----------------------------------------------------------------------- commit f70eab2b321cfdd9f61abcf3995ba7b8c85d1f12 Author: Jan Schneider <[email protected]> Date: Tue Dec 4 12:44:11 2012 +0100 Update file list. framework/Mime_Viewer/package.xml | 68 +++++++++++++++++++++++------------- 1 files changed, 43 insertions(+), 25 deletions(-) http://git.horde.org/horde-git/-/commit/f70eab2b321cfdd9f61abcf3995ba7b8c85d1f12 ----------------------------------------------------------------------- commit 8f1efb3680360f0cc20c673bbc7a8a3372de2959 Author: Jan Schneider <[email protected]> Date: Tue Dec 4 12:48:29 2012 +0100 [jan] Correctly format all-day events (Bug #11767). framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php | 28 +++- .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate.php | 2 +- .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate/V1.php | 2 +- .../lib/Horde/Kolab/Format/Xml/Type/EventDateTime.php | 38 +++++ .../lib/Horde/Kolab/Format/Xml/Type/EventDateTime/V1.php | 38 +++++ framework/Kolab_Format/package.xml | 16 ++- 6 files changed, 115 insertions(+), 9 deletions(-) create mode 100644 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDateTime.php create mode 100644 framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDateTime/V1.php http://git.horde.org/horde-git/-/commit/8f1efb3680360f0cc20c673bbc7a8a3372de2959 ----------------------------------------------------------------------- commit b9f02aceb1f0e46c72d84f628a98a99878681b81 Author: Jan Schneider <[email protected]> Date: Tue Dec 4 15:21:18 2012 +0100 [jan] Return date-only values as floating dates (Bug #11767). framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php | 2 +- framework/Kolab_Format/package.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/b9f02aceb1f0e46c72d84f628a98a99878681b81 ----------------------------------------------------------------------- commit 928583be07be3a72eeb5839e9a57267bef8f0d2c Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 4 10:40:38 2012 -0500 Change this to info level. framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/928583be07be3a72eeb5839e9a57267bef8f0d2c ----------------------------------------------------------------------- commit a682863da3d43e80ac600abe143e73764a795061 Author: [email protected] <[email protected]> Date: Tue Dec 4 12:45:25 2012 -0500 Bug #11806 Must encode headers before sending to the mailer. Signed-off-by: Michael J Rubinsky <[email protected]> framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/a682863da3d43e80ac600abe143e73764a795061 ----------------------------------------------------------------------- commit fbdbfb6f67afa5407ecce34cc9aa1f883c9abe9f Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 4 12:47:08 2012 -0500 Must ensure the recipients are encoded properly before sending. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/fbdbfb6f67afa5407ecce34cc9aa1f883c9abe9f ----------------------------------------------------------------------- commit 4c1b9ec686216389969e9960ce269a211fe6ab81 Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 4 12:48:31 2012 -0500 BFN framework/Core/package.xml | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/4c1b9ec686216389969e9960ce269a211fe6ab81 ----------------------------------------------------------------------- commit dcf5d86f533f7a785f385377808319c2b831e48b Author: Michael J Rubinsky <[email protected]> Date: Tue Dec 4 13:00:46 2012 -0500 Fix regression in updating message read flag. framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/dcf5d86f533f7a785f385377808319c2b831e48b ----------------------------------------------------------------------- commit 780081e2159295a0db4ad25cd795d504a1e810c0 Author: Chuck Hagenbuch <[email protected]> Date: Tue Dec 4 14:06:01 2012 -0500 changelog trean/docs/CHANGES | 1 + trean/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/780081e2159295a0db4ad25cd795d504a1e810c0 ----------------------------------------------------------------------- commit 9288f044d74ccf118689eb72f092c1479baf7594 Author: Chuck Hagenbuch <[email protected]> Date: Tue Dec 4 14:22:43 2012 -0500 A bit of cleanup, start removing some TODOs trean/lib/Api.php | 20 ++------------------ trean/lib/Application.php | 4 ++-- trean/lib/Block/Mostclicked.php | 2 +- trean/lib/Bookmarks.php | 9 +-------- trean/lib/Queue/Task/Crawl.php | 1 - 5 files changed, 6 insertions(+), 30 deletions(-) http://git.horde.org/horde-git/-/commit/9288f044d74ccf118689eb72f092c1479baf7594 ----------------------------------------------------------------------- commit 91ae5618b23401729a27c4bac64d6a01327c3f84 Author: Jan Schneider <[email protected]> Date: Tue Dec 4 15:50:58 2012 +0100 Mark Kolab folders as default when changing default share preferences, without a hook. bundles/kolab_webmail/kronolith/config/hooks.php | 21 --------------------- bundles/kolab_webmail/mnemo/config/hooks.php | 22 ---------------------- bundles/kolab_webmail/nag/config/hooks.php | 22 ---------------------- bundles/kolab_webmail/turba/config/hooks.php | 22 ---------------------- kronolith/config/prefs.php | 3 +++ kronolith/docs/CHANGES | 1 + kronolith/lib/Calendars/Base.php | 9 +++++++++ kronolith/lib/Calendars/Kolab.php | 21 +++++++++++++++++++++ kronolith/package.xml | 2 ++ mnemo/config/prefs.php | 5 +++++ mnemo/docs/CHANGES | 1 + mnemo/lib/Notepads/Base.php | 9 +++++++++ mnemo/lib/Notepads/Kolab.php | 21 +++++++++++++++++++++ mnemo/package.xml | 4 ++-- nag/config/prefs.php | 3 +++ nag/docs/CHANGES | 1 + nag/lib/Tasklists/Base.php | 9 +++++++++ nag/lib/Tasklists/Kolab.php | 21 +++++++++++++++++++++ nag/package.xml | 4 ++-- turba/config/prefs.php | 9 ++++++++- turba/docs/CHANGES | 2 ++ turba/lib/Driver.php | 9 +++++++++ turba/lib/Driver/Kolab.php | 21 +++++++++++++++++++++ turba/package.xml | 4 ++-- 24 files changed, 152 insertions(+), 94 deletions(-) http://git.horde.org/horde-git/-/commit/91ae5618b23401729a27c4bac64d6a01327c3f84 ----------------------------------------------------------------------- commit f4d0606e8933c3fb54889fe58941dde2993e4950 Author: Jan Schneider <[email protected]> Date: Tue Dec 4 20:55:09 2012 +0100 Use default Kolab folders for default share preferences. bundles/kolab_webmail/kronolith/config/hooks.php | 38 ---------------------- bundles/kolab_webmail/mnemo/config/hooks.php | 37 --------------------- bundles/kolab_webmail/nag/config/hooks.php | 37 --------------------- kronolith/docs/CHANGES | 1 + kronolith/lib/Calendars/Base.php | 19 +++++++++++ kronolith/lib/Kronolith.php | 11 ++++++- kronolith/package.xml | 2 + mnemo/docs/CHANGES | 1 + mnemo/lib/Mnemo.php | 11 ++++++- mnemo/lib/Notepads/Base.php | 19 +++++++++++ mnemo/package.xml | 2 + nag/docs/CHANGES | 1 + nag/lib/Nag.php | 11 ++++++- nag/lib/Tasklists/Base.php | 19 +++++++++++ nag/package.xml | 2 + 15 files changed, 96 insertions(+), 115 deletions(-) delete mode 100644 bundles/kolab_webmail/kronolith/config/hooks.php delete mode 100644 bundles/kolab_webmail/mnemo/config/hooks.php delete mode 100644 bundles/kolab_webmail/nag/config/hooks.php http://git.horde.org/horde-git/-/commit/f4d0606e8933c3fb54889fe58941dde2993e4950 ----------------------------------------------------------------------- commit 4337d5f7d0913a9aac606d50d1d966ef65648f21 Author: Jan Schneider <[email protected]> Date: Tue Dec 4 20:59:29 2012 +0100 Update fr translation. imp/docs/CHANGES | 2 + imp/locale/fr/LC_MESSAGES/imp.mo | Bin 194112 -> 190052 bytes imp/locale/fr/LC_MESSAGES/imp.po | 4911 +++++++++++++++++----------------- imp/package.xml | 2 + turba/docs/CHANGES | 2 + turba/locale/fr/LC_MESSAGES/turba.mo | Bin 105352 -> 105492 bytes turba/locale/fr/LC_MESSAGES/turba.po | 840 +++--- turba/package.xml | 2 + 8 files changed, 2836 insertions(+), 2923 deletions(-) http://git.horde.org/horde-git/-/commit/4337d5f7d0913a9aac606d50d1d966ef65648f21 ----------------------------------------------------------------------- commit 260730de319160d62b78e1688819667a35cf7777 Author: Michael M Slusarz <[email protected]> Date: Mon Dec 3 23:18:34 2012 -0700 Cache isPolled() call imp/config/prefs.php | 3 +++ imp/lib/Imap/Tree.php | 19 +++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/260730de319160d62b78e1688819667a35cf7777 ----------------------------------------------------------------------- commit ee1214a8c2ecce22b6d34a7f9afd98f776e068e2 Author: Michael M Slusarz <[email protected]> Date: Mon Dec 3 23:29:23 2012 -0700 Move some often-used strings to a constant framework/Mail/lib/Horde/Mail/Rfc822.php | 27 +++++++++++++++++++-------- 1 files changed, 19 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/ee1214a8c2ecce22b6d34a7f9afd98f776e068e2 ----------------------------------------------------------------------- commit bc6fdb4a15d6515dbf375402a43b9baf1bdac4cc Author: Michael M Slusarz <[email protected]> Date: Tue Dec 4 15:30:52 2012 -0700 Only init this value once framework/Mail/lib/Horde/Mail/Rfc822.php | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) http://git.horde.org/horde-git/-/commit/bc6fdb4a15d6515dbf375402a43b9baf1bdac4cc ----------------------------------------------------------------------- commit 537c516930aaadb12dd285cb55da5fe3d82d8e26 Author: Michael M Slusarz <[email protected]> Date: Tue Dec 4 15:31:03 2012 -0700 fix line spacing framework/Mail/lib/Horde/Mail/Rfc822.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) http://git.horde.org/horde-git/-/commit/537c516930aaadb12dd285cb55da5fe3d82d8e26 ----------------------------------------------------------------------- commit 0d809af096d78234a4840f3f61ce0986c1047476 Author: Michael M Slusarz <[email protected]> Date: Tue Dec 4 15:31:23 2012 -0700 Slightly more optimized advance pointer call framework/Mail/lib/Horde/Mail/Rfc822.php | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/0d809af096d78234a4840f3f61ce0986c1047476 ----------------------------------------------------------------------- commit e399df968c2a896997b4ea77d5baa8fbf9a70d8f Author: Michael M Slusarz <[email protected]> Date: Tue Dec 4 18:16:31 2012 -0700 Tokenize object cannot be serialized framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/e399df968c2a896997b4ea77d5baa8fbf9a70d8f ----------------------------------------------------------------------- commit 5fe18209586a07fad00be178adf5853b95a8f1e6 Author: Michael M Slusarz <[email protected]> Date: Tue Dec 4 18:48:44 2012 -0700 Fix flushIterator() when current tokenize object has yet to be accessed framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) http://git.horde.org/horde-git/-/commit/5fe18209586a07fad00be178adf5853b95a8f1e6 ----------------------------------------------------------------------- commit 86028b3aa2c6eef1f6e107db26238a5bcce040f4 Author: Michael M Slusarz <[email protected]> Date: Tue Dec 4 18:49:00 2012 -0700 [mms] Fix setting language value when language is returned in an IMAP list. framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +- framework/Imap_Client/package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/86028b3aa2c6eef1f6e107db26238a5bcce040f4 ----------------------------------------------------------------------- commit 73653c0e373645c41ce667ace1682799f61a5bd0 Author: Michael M Slusarz <[email protected]> Date: Tue Dec 4 19:35:41 2012 -0700 [mms] Optimizations to IMAP token parser. No need to bump API version since Tokenizer is not part of publicly available API interface. framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 203 +------ framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/List.php | 93 +++ framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/Master.php | 189 ++++++ framework/Imap_Client/package.xml | 14 +- framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php | 10 +- framework/Imap_Client/test/Horde/Imap/Client/TokenizeTest.php | 88 ++- 7 files changed, 371 insertions(+), 228 deletions(-) create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/List.php create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/Master.php http://git.horde.org/horde-git/-/commit/73653c0e373645c41ce667ace1682799f61a5bd0 ----------------------------------------------------------------------- commit b7bbdb4e06c4be1cd594878ff641f25ad80d47b7 Author: Michael M Slusarz <[email protected]> Date: Wed Dec 5 00:32:49 2012 -0700 Optimize token stream flushing when we don't need the underlying data Vastly increases parsing speed when recipient list limits are exceeded. framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 8 +- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/List.php | 10 ++ framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/Master.php | 37 ++++++- 3 files changed, 49 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/b7bbdb4e06c4be1cd594878ff641f25ad80d47b7 ----------------------------------------------------------------------- commit 1635be0be1ad8120d0075b32ee7404227d11d5d3 Merge: 583c384 b7bbdb4 Author: Michael M Slusarz <[email protected]> Date: Wed Dec 5 00:38:45 2012 -0700 Merge branch 'master' into imp_6_1 Conflicts: imp/package.xml bundles/kolab_webmail/kronolith/config/hooks.php | 59 - bundles/kolab_webmail/mnemo/config/hooks.php | 59 - bundles/kolab_webmail/nag/config/hooks.php | 59 - bundles/kolab_webmail/turba/config/hooks.php | 22 - framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php | 10 +- framework/ActiveSync/lib/Horde/ActiveSync/Connector/Importer.php | 47 +- framework/ActiveSync/lib/Horde/ActiveSync/Driver/Base.php | 32 +- framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 3 +- .../lib/Horde/ActiveSync/Message/AirSyncBaseAttachment.php | 19 + .../ActiveSync/lib/Horde/ActiveSync/Message/AirSyncBaseBody.php | 21 + .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php | 20 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Appointment.php | 27 +- framework/ActiveSync/lib/Horde/ActiveSync/Message/Attachment.php | 17 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Attendee.php | 16 +- framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php | 7 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Contact.php | 88 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Exception.php | 30 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Flag.php | 32 +- framework/ActiveSync/lib/Horde/ActiveSync/Message/Folder.php | 19 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Mail.php | 54 +- .../ActiveSync/lib/Horde/ActiveSync/Message/MeetingRequest.php | 82 +- framework/ActiveSync/lib/Horde/ActiveSync/Message/Recurrence.php | 19 + framework/ActiveSync/lib/Horde/ActiveSync/Message/Task.php | 17 + .../ActiveSync/lib/Horde/ActiveSync/Message/TaskRecurrence.php | 20 + .../ActiveSync/lib/Horde/ActiveSync/Request/Autodiscover.php | 6 +- .../ActiveSync/lib/Horde/ActiveSync/Request/FolderCreate.php | 2 +- framework/ActiveSync/lib/Horde/ActiveSync/Request/FolderSync.php | 7 +- .../ActiveSync/lib/Horde/ActiveSync/Request/ItemOperations.php | 10 + framework/ActiveSync/lib/Horde/ActiveSync/Request/SendMail.php | 7 +- framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php | 9 +- framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php | 8 +- framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Decoder.php | 4 +- framework/ActiveSync/package.xml | 4 + framework/Core/lib/Horde/Core/ActiveSync/Connector.php | 7 +- framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 55 +- framework/Core/lib/Horde/Core/Prefs/Ui.php | 12 +- framework/Core/lib/Horde/Session/Null.php | 6 +- framework/Core/package.xml | 8 + framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php | 212 +- framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/List.php | 103 + framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/Master.php | 218 + framework/Imap_Client/package.xml | 34 +- framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php | 10 +- framework/Imap_Client/test/Horde/Imap/Client/TokenizeTest.php | 88 +- framework/Kolab_Format/lib/Horde/Kolab/Format/Date.php | 2 +- framework/Kolab_Format/lib/Horde/Kolab/Format/Xml/Event.php | 28 +- .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate.php | 2 +- .../Kolab_Format/lib/Horde/Kolab/Format/Xml/Type/EventDate/V1.php | 2 +- .../lib/Horde/Kolab/Format/Xml/Type/EventDateTime.php | 38 + .../lib/Horde/Kolab/Format/Xml/Type/EventDateTime/V1.php | 38 + framework/Kolab_Format/package.xml | 18 +- framework/Mail/lib/Horde/Mail/Rfc822.php | 64 +- framework/Mail/package.xml | 21 +- framework/Mail/test/Horde/Mail/ParseTest.php | 23 + framework/Mime_Viewer/package.xml | 68 +- imp/config/prefs.php | 3 + imp/docs/CHANGES | 2 + imp/lib/Imap/Tree.php | 19 +- imp/locale/fr/LC_MESSAGES/imp.mo | Bin 194112 -> 190052 bytes imp/locale/fr/LC_MESSAGES/imp.po | 4911 ++--- imp/package.xml | 1 + kronolith/config/prefs.php | 3 + kronolith/docs/CHANGES | 3 + kronolith/js/kronolith.js | 8 +- kronolith/lib/Calendars/Base.php | 28 + kronolith/lib/Calendars/Kolab.php | 21 + kronolith/lib/Kronolith.php | 11 +- kronolith/package.xml | 6 + mnemo/config/prefs.php | 5 + mnemo/docs/CHANGES | 2 + mnemo/lib/Mnemo.php | 11 +- mnemo/lib/Notepads/Base.php | 28 + mnemo/lib/Notepads/Kolab.php | 21 + mnemo/package.xml | 6 +- nag/config/prefs.php | 3 + nag/docs/CHANGES | 2 + nag/lib/Nag.php | 11 +- nag/lib/Tasklists/Base.php | 28 + nag/lib/Tasklists/Kolab.php | 21 + nag/package.xml | 6 +- trean/docs/CHANGES | 1 + trean/lib/Api.php | 20 +- trean/lib/Application.php | 4 +- trean/lib/Block/Mostclicked.php | 2 +- trean/lib/Bookmarks.php | 9 +- trean/lib/Queue/Task/Crawl.php | 1 - trean/package.xml | 4 +- turba/config/prefs.php | 9 +- turba/docs/CHANGES | 4 + turba/lib/Driver.php | 9 + turba/lib/Driver/Kolab.php | 21 + turba/locale/fr/LC_MESSAGES/turba.mo | Bin 105352 -> 105492 bytes turba/locale/fr/LC_MESSAGES/turba.po | 840 +- turba/package.xml | 6 +- 95 files changed, 4400 insertions(+), 3587 deletions(-) http://git.horde.org/horde-git/-/commit/1635be0be1ad8120d0075b32ee7404227d11d5d3 ----------------------------------------------------------------------- commit 8d2c1c14eb472fa9b38e452f474a19b7ebc7652d Author: Michael M Slusarz <[email protected]> Date: Wed Dec 5 01:16:43 2012 -0700 fix tostring - it is causing segfaults for some reason if casting master object to a string framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/List.php | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/8d2c1c14eb472fa9b38e452f474a19b7ebc7652d ----------------------------------------------------------------------- commit 9a39c73c728c2fb0a7387f734122bb0a9affa988 Author: Michael M Slusarz <[email protected]> Date: Wed Dec 5 01:33:50 2012 -0700 Fix iterator flushing within sublevel objects framework/Imap_Client/lib/Horde/Imap/Client/Tokenize/Master.php | 20 ++++++- framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php | 8 +++ 2 files changed, 25 insertions(+), 3 deletions(-) http://git.horde.org/horde-git/-/commit/9a39c73c728c2fb0a7387f734122bb0a9affa988 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
