The branch "master" has been updated. The following is a summary of the commits.
from: 1f6b0db7b02e8dab849c9ac29742608f156bc8f5 9810113 screen size is static, so only need to compute once c9c3234 Make clear that changing CSS when using static caching won't cause the CSS to be updated bf66024 Revert "Revert "[mms] By default, use TLS if available and necessary to login to server."" f494c36 Fix capitalization ----------------------------------------------------------------------- commit 981011323239dc79ade276a6583da079de744c71 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 29 16:09:08 2013 -0600 screen size is static, so only need to compute once imp/js/compose-dimp.js | 3 --- imp/js/dimpcore.js | 4 ++++ imp/js/message-dimp.js | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) http://git.horde.org/horde-git/-/commit/981011323239dc79ade276a6583da079de744c71 ----------------------------------------------------------------------- commit c9c323418525bfa82ad20b1bbe413935da324511 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 29 16:11:39 2013 -0600 Make clear that changing CSS when using static caching won't cause the CSS to be updated horde/config/conf.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c9c323418525bfa82ad20b1bbe413935da324511 ----------------------------------------------------------------------- commit bf660243870932de6bcacd54f4dec6c376cc5226 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 29 16:12:13 2013 -0600 Revert "Revert "[mms] By default, use TLS if available and necessary to login to server."" This reverts commit 6daa00469d213bb4483af15b7512bb75a10f4ba0. Your IMAP server is totally hosed. S: * OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE XIMAPPROXY] neo Cyrus IMAP v2.4.16-Debian-2.4.16-4 server ready C: 1 STARTTLS S: 1 BAD Please login first Login before starting TLS? Nothing like sending your auth credentials in plaintext before starting encryption. But the main issue is instead that your server doesn't advertise/support STARTTLS, which is MANDATORY under IMAPv4rev1 (RFC 3501 [6.1.1, 7.2.1, 9, 11.2, etc., etc.]). Not sure why it didn't throw an Exception a line before the STARTTLS is issued, (although it won't throw an Exception if this was an already existing Horde_Imap_Client and you upgraded in the middle of a session, which obviously won't work). framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING | 11 ++ framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 15 +- framework/Imap_Client/lib/Horde/Imap/Client/Base/Connection.php | 9 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 11 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket/Connection.php | 2 +- framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php | 36 +++-- framework/Imap_Client/package.xml | 10 +- 7 files changed, 58 insertions(+), 36 deletions(-) http://git.horde.org/horde-git/-/commit/bf660243870932de6bcacd54f4dec6c376cc5226 ----------------------------------------------------------------------- commit f494c3628019c2d3e00843ff4d959bb200c2ef00 Author: Michael M Slusarz <[email protected]> Date: Thu Aug 29 16:28:44 2013 -0600 Fix capitalization framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/f494c3628019c2d3e00843ff4d959bb200c2ef00 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
